Results

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-02-20T05:13:38+0000 | MainThread | 140543765654856 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Attempting to fetch PMSH Configuration from CBS.
2023-02-20T05:13:38+0000 | MainThread | 140543765654856 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Successfully fetched PMSH config from CBS: {'config': {'aaf_identity': 'dcae@dcae.onap.org', 'aaf_password': 'demo123456!', 'ca_cert_path': '/opt/app/pmsh/etc/certs/cacert.pem', 'cert_path': '/opt/app/pmsh/etc/certs/cert.pem', 'control_loop_name': 'pmsh-control-loop', 'enable_tls': False, 'key_path': '/opt/app/pmsh/etc/certs/key.pem', 'operational_policy_name': 'pmsh-operational-policy', 'pmsh_policy': {'subscription': {'administrativeState': 'LOCKED', 'fileBasedGP': 15, 'fileLocation': '/pm/pm.xml', 'measurementGroups': [{'measurementGroup': {'managedObjectDNsBasic': [{'DN': 'dna'}, {'DN': 'dnb'}], 'measurementTypes': [{'measurementType': 'countera'}, {'measurementType': 'counterb'}]}}, {'measurementGroup': {'managedObjectDNsBasic': [{'DN': 'dnc'}, {'DN': 'dnd'}], 'measurementTypes': [{'measurementType': 'counterc'}, {'measurementType': 'counterd'}]}}], 'nfFilter': {'modelInvariantIDs': [], 'modelNames': [], 'modelVersionIDs': [], 'nfNames': ['^pnf.*', '^vnf.*']}, 'subscriptionName': 'ExtraPM-All-gNB-R2B'}}, 'streams_publishes': {'policy_pm_publisher': {'dmaap_info': {'topic_url': 'http://message-router:3904/events/unauthenticated.DCAE_CL_OUTPUT'}, 'type': 'message_router'}}, 'streams_subscribes': {'aai_subscriber': {'dmaap_info': {'topic_url': 'http://message-router:3904/events/AAI-EVENT'}, 'type': 'message_router'}, 'policy_pm_subscriber': {'dmaap_info': {'topic_url': 'http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT'}, 'type': 'message_router'}}}}
2023-02-20T05:13:38+0000 | MainThread | 140543765654856 | INFO | pmsh_service_main | main | ServiceName= | RequestID= | InvocationID= | Start polling PMSH_CL_INPUT topic on DMaaP MR.
2023-02-20T05:13:38+0000 | policy_event_thread | 140543715916576 | INFO | policy_response_handler | poll_policy_topic | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T05:13:38+0000 | policy_event_thread | 140543715916576 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5520d988-b0dd-11ed-8f58-9e494b451aaa | InvocationID=5520dbc2-b0dd-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T05:13:38+0000 | aai_event_thread | 140543714855712 | INFO | aai_event_handler | execute | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF AAI events.
2023-02-20T05:13:38+0000 | aai_event_thread | 140543714855712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=55236ff4-b0dd-11ed-8f58-9e494b451aaa | InvocationID=5523736e-b0dd-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T05:13:38+0000 | policy_event_thread | 140543715916576 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5520d988-b0dd-11ed-8f58-9e494b451aaa | InvocationID=5520dbc2-b0dd-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:13:38+0000 | aai_event_thread | 140543714855712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=55236ff4-b0dd-11ed-8f58-9e494b451aaa | InvocationID=5523736e-b0dd-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:13:38+0000 | policy_event_thread | 140543715916576 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5520d988-b0dd-11ed-8f58-9e494b451aaa | InvocationID=5520dbc2-b0dd-11ed-8f58-9e494b451aaa | Error trying to poll policy response topic on MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:13:38+0000 | aai_event_thread | 140543714855712 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=55236ff4-b0dd-11ed-8f58-9e494b451aaa | InvocationID=5523736e-b0dd-11ed-8f58-9e494b451aaa | Failed to process AAI event due to: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:13:38+0000 | MainThread | 140543765654856 | INFO | __init__ | launch_api_server | ServiceName= | RequestID= | InvocationID= | Launching unsecure http API server
2023-02-20T05:13:58+0000 | aai_event_thread | 140543714855712 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=55236ff4-b0dd-11ed-8f58-9e494b451aaa | InvocationID=5523736e-b0dd-11ed-8f58-9e494b451aaa | Polling MR for XNF AAI events.
2023-02-20T05:13:58+0000 | aai_event_thread | 140543714855712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6134192e-b0dd-11ed-8f58-9e494b451aaa | InvocationID=61341b0e-b0dd-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T05:13:58+0000 | aai_event_thread | 140543714855712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6134192e-b0dd-11ed-8f58-9e494b451aaa | InvocationID=61341b0e-b0dd-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:13:58+0000 | aai_event_thread | 140543714855712 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6134192e-b0dd-11ed-8f58-9e494b451aaa | InvocationID=61341b0e-b0dd-11ed-8f58-9e494b451aaa | Failed to process AAI event due to: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:14:03+0000 | policy_event_thread | 140543715916576 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5520d988-b0dd-11ed-8f58-9e494b451aaa | InvocationID=5520dbc2-b0dd-11ed-8f58-9e494b451aaa | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T05:14:03+0000 | policy_event_thread | 140543715916576 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=642f3fb4-b0dd-11ed-8f58-9e494b451aaa | InvocationID=642f473e-b0dd-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T05:14:03+0000 | policy_event_thread | 140543715916576 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=642f3fb4-b0dd-11ed-8f58-9e494b451aaa | InvocationID=642f473e-b0dd-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:14:03+0000 | policy_event_thread | 140543715916576 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=642f3fb4-b0dd-11ed-8f58-9e494b451aaa | InvocationID=642f473e-b0dd-11ed-8f58-9e494b451aaa | Error trying to poll policy response topic on MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:14:18+0000 | aai_event_thread | 140543714855712 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6134192e-b0dd-11ed-8f58-9e494b451aaa | InvocationID=61341b0e-b0dd-11ed-8f58-9e494b451aaa | Polling MR for XNF AAI events.
2023-02-20T05:14:18+0000 | aai_event_thread | 140543714855712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d2873ce-b0dd-11ed-8f58-9e494b451aaa | InvocationID=6d28770c-b0dd-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T05:14:18+0000 | aai_event_thread | 140543714855712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d2873ce-b0dd-11ed-8f58-9e494b451aaa | InvocationID=6d28770c-b0dd-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:14:18+0000 | aai_event_thread | 140543714855712 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6d2873ce-b0dd-11ed-8f58-9e494b451aaa | InvocationID=6d28770c-b0dd-11ed-8f58-9e494b451aaa | Failed to process AAI event due to: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:14:28+0000 | policy_event_thread | 140543715916576 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=642f3fb4-b0dd-11ed-8f58-9e494b451aaa | InvocationID=642f473e-b0dd-11ed-8f58-9e494b451aaa | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T05:14:28+0000 | policy_event_thread | 140543715916576 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=731a8e2a-b0dd-11ed-8f58-9e494b451aaa | InvocationID=731a912c-b0dd-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T05:14:28+0000 | policy_event_thread | 140543715916576 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=731a8e2a-b0dd-11ed-8f58-9e494b451aaa | InvocationID=731a912c-b0dd-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:14:28+0000 | policy_event_thread | 140543715916576 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=731a8e2a-b0dd-11ed-8f58-9e494b451aaa | InvocationID=731a912c-b0dd-11ed-8f58-9e494b451aaa | Error trying to poll policy response topic on MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:14:38+0000 | aai_event_thread | 140543714855712 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6d2873ce-b0dd-11ed-8f58-9e494b451aaa | InvocationID=6d28770c-b0dd-11ed-8f58-9e494b451aaa | Polling MR for XNF AAI events.
2023-02-20T05:14:38+0000 | aai_event_thread | 140543714855712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=791c376a-b0dd-11ed-8f58-9e494b451aaa | InvocationID=791c3aa8-b0dd-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T05:14:38+0000 | aai_event_thread | 140543714855712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=791c376a-b0dd-11ed-8f58-9e494b451aaa | InvocationID=791c3aa8-b0dd-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:14:38+0000 | aai_event_thread | 140543714855712 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=791c376a-b0dd-11ed-8f58-9e494b451aaa | InvocationID=791c3aa8-b0dd-11ed-8f58-9e494b451aaa | Failed to process AAI event due to: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:14:53+0000 | policy_event_thread | 140543715916576 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=731a8e2a-b0dd-11ed-8f58-9e494b451aaa | InvocationID=731a912c-b0dd-11ed-8f58-9e494b451aaa | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T05:14:53+0000 | policy_event_thread | 140543715916576 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=82057314-b0dd-11ed-8f58-9e494b451aaa | InvocationID=82057af8-b0dd-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T05:14:53+0000 | policy_event_thread | 140543715916576 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=82057314-b0dd-11ed-8f58-9e494b451aaa | InvocationID=82057af8-b0dd-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:14:53+0000 | policy_event_thread | 140543715916576 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=82057314-b0dd-11ed-8f58-9e494b451aaa | InvocationID=82057af8-b0dd-11ed-8f58-9e494b451aaa | Error trying to poll policy response topic on MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:14:58+0000 | aai_event_thread | 140543714855712 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=791c376a-b0dd-11ed-8f58-9e494b451aaa | InvocationID=791c3aa8-b0dd-11ed-8f58-9e494b451aaa | Polling MR for XNF AAI events.
2023-02-20T05:14:58+0000 | aai_event_thread | 140543714855712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=850f4346-b0dd-11ed-8f58-9e494b451aaa | InvocationID=850f45c6-b0dd-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T05:14:58+0000 | aai_event_thread | 140543714855712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=850f4346-b0dd-11ed-8f58-9e494b451aaa | InvocationID=850f45c6-b0dd-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:14:58+0000 | aai_event_thread | 140543714855712 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=850f4346-b0dd-11ed-8f58-9e494b451aaa | InvocationID=850f45c6-b0dd-11ed-8f58-9e494b451aaa | Failed to process AAI event due to: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:15:18+0000 | policy_event_thread | 140543715916576 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=82057314-b0dd-11ed-8f58-9e494b451aaa | InvocationID=82057af8-b0dd-11ed-8f58-9e494b451aaa | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T05:15:18+0000 | policy_event_thread | 140543715916576 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=90f57036-b0dd-11ed-8f58-9e494b451aaa | InvocationID=90f57252-b0dd-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T05:15:18+0000 | policy_event_thread | 140543715916576 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=90f57036-b0dd-11ed-8f58-9e494b451aaa | InvocationID=90f57252-b0dd-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:15:18+0000 | policy_event_thread | 140543715916576 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=90f57036-b0dd-11ed-8f58-9e494b451aaa | InvocationID=90f57252-b0dd-11ed-8f58-9e494b451aaa | Error trying to poll policy response topic on MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:15:18+0000 | aai_event_thread | 140543714855712 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=850f4346-b0dd-11ed-8f58-9e494b451aaa | InvocationID=850f45c6-b0dd-11ed-8f58-9e494b451aaa | Polling MR for XNF AAI events.
2023-02-20T05:15:18+0000 | aai_event_thread | 140543714855712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=90ffe232-b0dd-11ed-8f58-9e494b451aaa | InvocationID=90ffe3ea-b0dd-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T05:15:18+0000 | aai_event_thread | 140543714855712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=90ffe232-b0dd-11ed-8f58-9e494b451aaa | InvocationID=90ffe3ea-b0dd-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:15:18+0000 | aai_event_thread | 140543714855712 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=90ffe232-b0dd-11ed-8f58-9e494b451aaa | InvocationID=90ffe3ea-b0dd-11ed-8f58-9e494b451aaa | Failed to process AAI event due to: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:15:38+0000 | aai_event_thread | 140543714855712 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=90ffe232-b0dd-11ed-8f58-9e494b451aaa | InvocationID=90ffe3ea-b0dd-11ed-8f58-9e494b451aaa | Polling MR for XNF AAI events.
2023-02-20T05:15:38+0000 | aai_event_thread | 140543714855712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9ceed058-b0dd-11ed-8f58-9e494b451aaa | InvocationID=9ceed288-b0dd-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T05:15:38+0000 | aai_event_thread | 140543714855712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9ceed058-b0dd-11ed-8f58-9e494b451aaa | InvocationID=9ceed288-b0dd-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:15:38+0000 | aai_event_thread | 140543714855712 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9ceed058-b0dd-11ed-8f58-9e494b451aaa | InvocationID=9ceed288-b0dd-11ed-8f58-9e494b451aaa | Failed to process AAI event due to: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:15:43+0000 | policy_event_thread | 140543715916576 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=90f57036-b0dd-11ed-8f58-9e494b451aaa | InvocationID=90f57252-b0dd-11ed-8f58-9e494b451aaa | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T05:15:43+0000 | policy_event_thread | 140543715916576 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9fe2cc7e-b0dd-11ed-8f58-9e494b451aaa | InvocationID=9fe2cf26-b0dd-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T05:15:43+0000 | policy_event_thread | 140543715916576 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9fe2cc7e-b0dd-11ed-8f58-9e494b451aaa | InvocationID=9fe2cf26-b0dd-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:15:43+0000 | policy_event_thread | 140543715916576 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9fe2cc7e-b0dd-11ed-8f58-9e494b451aaa | InvocationID=9fe2cf26-b0dd-11ed-8f58-9e494b451aaa | Error trying to poll policy response topic on MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:15:58+0000 | aai_event_thread | 140543714855712 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9ceed058-b0dd-11ed-8f58-9e494b451aaa | InvocationID=9ceed288-b0dd-11ed-8f58-9e494b451aaa | Polling MR for XNF AAI events.
2023-02-20T05:15:58+0000 | aai_event_thread | 140543714855712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a8e3cf76-b0dd-11ed-8f58-9e494b451aaa | InvocationID=a8e3d192-b0dd-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T05:15:58+0000 | aai_event_thread | 140543714855712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a8e3cf76-b0dd-11ed-8f58-9e494b451aaa | InvocationID=a8e3d192-b0dd-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:15:58+0000 | aai_event_thread | 140543714855712 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a8e3cf76-b0dd-11ed-8f58-9e494b451aaa | InvocationID=a8e3d192-b0dd-11ed-8f58-9e494b451aaa | Failed to process AAI event due to: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:16:08+0000 | policy_event_thread | 140543715916576 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9fe2cc7e-b0dd-11ed-8f58-9e494b451aaa | InvocationID=9fe2cf26-b0dd-11ed-8f58-9e494b451aaa | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T05:16:08+0000 | policy_event_thread | 140543715916576 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aeccf28c-b0dd-11ed-8f58-9e494b451aaa | InvocationID=aeccf76e-b0dd-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T05:16:08+0000 | policy_event_thread | 140543715916576 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aeccf28c-b0dd-11ed-8f58-9e494b451aaa | InvocationID=aeccf76e-b0dd-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:16:08+0000 | policy_event_thread | 140543715916576 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aeccf28c-b0dd-11ed-8f58-9e494b451aaa | InvocationID=aeccf76e-b0dd-11ed-8f58-9e494b451aaa | Error trying to poll policy response topic on MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:16:18+0000 | aai_event_thread | 140543714855712 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a8e3cf76-b0dd-11ed-8f58-9e494b451aaa | InvocationID=a8e3d192-b0dd-11ed-8f58-9e494b451aaa | Polling MR for XNF AAI events.
2023-02-20T05:16:18+0000 | aai_event_thread | 140543714855712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b4d50ea8-b0dd-11ed-8f58-9e494b451aaa | InvocationID=b4d510ce-b0dd-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T05:16:18+0000 | aai_event_thread | 140543714855712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b4d50ea8-b0dd-11ed-8f58-9e494b451aaa | InvocationID=b4d510ce-b0dd-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:16:18+0000 | aai_event_thread | 140543714855712 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b4d50ea8-b0dd-11ed-8f58-9e494b451aaa | InvocationID=b4d510ce-b0dd-11ed-8f58-9e494b451aaa | Failed to process AAI event due to: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:16:33+0000 | policy_event_thread | 140543715916576 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aeccf28c-b0dd-11ed-8f58-9e494b451aaa | InvocationID=aeccf76e-b0dd-11ed-8f58-9e494b451aaa | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T05:16:33+0000 | policy_event_thread | 140543715916576 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bdb7f54e-b0dd-11ed-8f58-9e494b451aaa | InvocationID=bdb7f774-b0dd-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T05:16:33+0000 | policy_event_thread | 140543715916576 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bdb7f54e-b0dd-11ed-8f58-9e494b451aaa | InvocationID=bdb7f774-b0dd-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:16:33+0000 | policy_event_thread | 140543715916576 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bdb7f54e-b0dd-11ed-8f58-9e494b451aaa | InvocationID=bdb7f774-b0dd-11ed-8f58-9e494b451aaa | Error trying to poll policy response topic on MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:16:38+0000 | aai_event_thread | 140543714855712 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b4d50ea8-b0dd-11ed-8f58-9e494b451aaa | InvocationID=b4d510ce-b0dd-11ed-8f58-9e494b451aaa | Polling MR for XNF AAI events.
2023-02-20T05:16:38+0000 | aai_event_thread | 140543714855712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c0cb0514-b0dd-11ed-8f58-9e494b451aaa | InvocationID=c0cb0758-b0dd-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T05:16:38+0000 | aai_event_thread | 140543714855712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c0cb0514-b0dd-11ed-8f58-9e494b451aaa | InvocationID=c0cb0758-b0dd-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:16:38+0000 | aai_event_thread | 140543714855712 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c0cb0514-b0dd-11ed-8f58-9e494b451aaa | InvocationID=c0cb0758-b0dd-11ed-8f58-9e494b451aaa | Failed to process AAI event due to: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:16:58+0000 | policy_event_thread | 140543715916576 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bdb7f54e-b0dd-11ed-8f58-9e494b451aaa | InvocationID=bdb7f774-b0dd-11ed-8f58-9e494b451aaa | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T05:16:58+0000 | policy_event_thread | 140543715916576 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cca5b578-b0dd-11ed-8f58-9e494b451aaa | InvocationID=cca5b7da-b0dd-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T05:16:58+0000 | policy_event_thread | 140543715916576 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cca5b578-b0dd-11ed-8f58-9e494b451aaa | InvocationID=cca5b7da-b0dd-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:16:58+0000 | policy_event_thread | 140543715916576 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cca5b578-b0dd-11ed-8f58-9e494b451aaa | InvocationID=cca5b7da-b0dd-11ed-8f58-9e494b451aaa | Error trying to poll policy response topic on MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:16:58+0000 | aai_event_thread | 140543714855712 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c0cb0514-b0dd-11ed-8f58-9e494b451aaa | InvocationID=c0cb0758-b0dd-11ed-8f58-9e494b451aaa | Polling MR for XNF AAI events.
2023-02-20T05:16:58+0000 | aai_event_thread | 140543714855712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ccbaddae-b0dd-11ed-8f58-9e494b451aaa | InvocationID=ccbae31c-b0dd-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T05:16:58+0000 | aai_event_thread | 140543714855712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ccbaddae-b0dd-11ed-8f58-9e494b451aaa | InvocationID=ccbae31c-b0dd-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:16:58+0000 | aai_event_thread | 140543714855712 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ccbaddae-b0dd-11ed-8f58-9e494b451aaa | InvocationID=ccbae31c-b0dd-11ed-8f58-9e494b451aaa | Failed to process AAI event due to: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:17:18+0000 | aai_event_thread | 140543714855712 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ccbaddae-b0dd-11ed-8f58-9e494b451aaa | InvocationID=ccbae31c-b0dd-11ed-8f58-9e494b451aaa | Polling MR for XNF AAI events.
2023-02-20T05:17:18+0000 | aai_event_thread | 140543714855712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d8aa9974-b0dd-11ed-8f58-9e494b451aaa | InvocationID=d8aa9b54-b0dd-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T05:17:18+0000 | aai_event_thread | 140543714855712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d8aa9974-b0dd-11ed-8f58-9e494b451aaa | InvocationID=d8aa9b54-b0dd-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:17:18+0000 | aai_event_thread | 140543714855712 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d8aa9974-b0dd-11ed-8f58-9e494b451aaa | InvocationID=d8aa9b54-b0dd-11ed-8f58-9e494b451aaa | Failed to process AAI event due to: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:17:23+0000 | policy_event_thread | 140543715916576 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cca5b578-b0dd-11ed-8f58-9e494b451aaa | InvocationID=cca5b7da-b0dd-11ed-8f58-9e494b451aaa | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T05:17:23+0000 | policy_event_thread | 140543715916576 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=db93807e-b0dd-11ed-8f58-9e494b451aaa | InvocationID=db938290-b0dd-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T05:17:23+0000 | policy_event_thread | 140543715916576 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=db93807e-b0dd-11ed-8f58-9e494b451aaa | InvocationID=db938290-b0dd-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:17:23+0000 | policy_event_thread | 140543715916576 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=db93807e-b0dd-11ed-8f58-9e494b451aaa | InvocationID=db938290-b0dd-11ed-8f58-9e494b451aaa | Error trying to poll policy response topic on MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:17:38+0000 | aai_event_thread | 140543714855712 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d8aa9974-b0dd-11ed-8f58-9e494b451aaa | InvocationID=d8aa9b54-b0dd-11ed-8f58-9e494b451aaa | Polling MR for XNF AAI events.
2023-02-20T05:17:38+0000 | aai_event_thread | 140543714855712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e49cdc42-b0dd-11ed-8f58-9e494b451aaa | InvocationID=e49ce1ce-b0dd-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T05:17:38+0000 | aai_event_thread | 140543714855712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e49cdc42-b0dd-11ed-8f58-9e494b451aaa | InvocationID=e49ce1ce-b0dd-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:17:38+0000 | aai_event_thread | 140543714855712 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e49cdc42-b0dd-11ed-8f58-9e494b451aaa | InvocationID=e49ce1ce-b0dd-11ed-8f58-9e494b451aaa | Failed to process AAI event due to: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:17:48+0000 | policy_event_thread | 140543715916576 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=db93807e-b0dd-11ed-8f58-9e494b451aaa | InvocationID=db938290-b0dd-11ed-8f58-9e494b451aaa | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T05:17:48+0000 | policy_event_thread | 140543715916576 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ea7e46be-b0dd-11ed-8f58-9e494b451aaa | InvocationID=ea7e48f8-b0dd-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T05:17:48+0000 | policy_event_thread | 140543715916576 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ea7e46be-b0dd-11ed-8f58-9e494b451aaa | InvocationID=ea7e48f8-b0dd-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:17:48+0000 | policy_event_thread | 140543715916576 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ea7e46be-b0dd-11ed-8f58-9e494b451aaa | InvocationID=ea7e48f8-b0dd-11ed-8f58-9e494b451aaa | Error trying to poll policy response topic on MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:17:58+0000 | aai_event_thread | 140543714855712 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e49cdc42-b0dd-11ed-8f58-9e494b451aaa | InvocationID=e49ce1ce-b0dd-11ed-8f58-9e494b451aaa | Polling MR for XNF AAI events.
2023-02-20T05:17:58+0000 | aai_event_thread | 140543714855712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f091dbc4-b0dd-11ed-8f58-9e494b451aaa | InvocationID=f091dd86-b0dd-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T05:17:58+0000 | aai_event_thread | 140543714855712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f091dbc4-b0dd-11ed-8f58-9e494b451aaa | InvocationID=f091dd86-b0dd-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:17:58+0000 | aai_event_thread | 140543714855712 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f091dbc4-b0dd-11ed-8f58-9e494b451aaa | InvocationID=f091dd86-b0dd-11ed-8f58-9e494b451aaa | Failed to process AAI event due to: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:18:13+0000 | policy_event_thread | 140543715916576 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ea7e46be-b0dd-11ed-8f58-9e494b451aaa | InvocationID=ea7e48f8-b0dd-11ed-8f58-9e494b451aaa | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T05:18:13+0000 | policy_event_thread | 140543715916576 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f968febc-b0dd-11ed-8f58-9e494b451aaa | InvocationID=f96900f6-b0dd-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T05:18:13+0000 | policy_event_thread | 140543715916576 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f968febc-b0dd-11ed-8f58-9e494b451aaa | InvocationID=f96900f6-b0dd-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:18:13+0000 | policy_event_thread | 140543715916576 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f968febc-b0dd-11ed-8f58-9e494b451aaa | InvocationID=f96900f6-b0dd-11ed-8f58-9e494b451aaa | Error trying to poll policy response topic on MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:18:18+0000 | aai_event_thread | 140543714855712 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f091dbc4-b0dd-11ed-8f58-9e494b451aaa | InvocationID=f091dd86-b0dd-11ed-8f58-9e494b451aaa | Polling MR for XNF AAI events.
2023-02-20T05:18:18+0000 | aai_event_thread | 140543714855712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fc84a574-b0dd-11ed-8f58-9e494b451aaa | InvocationID=fc84a736-b0dd-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T05:18:18+0000 | aai_event_thread | 140543714855712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fc84a574-b0dd-11ed-8f58-9e494b451aaa | InvocationID=fc84a736-b0dd-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:18:18+0000 | aai_event_thread | 140543714855712 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fc84a574-b0dd-11ed-8f58-9e494b451aaa | InvocationID=fc84a736-b0dd-11ed-8f58-9e494b451aaa | Failed to process AAI event due to: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:18:38+0000 | policy_event_thread | 140543715916576 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f968febc-b0dd-11ed-8f58-9e494b451aaa | InvocationID=f96900f6-b0dd-11ed-8f58-9e494b451aaa | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T05:18:38+0000 | policy_event_thread | 140543715916576 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=085611bc-b0de-11ed-8f58-9e494b451aaa | InvocationID=08561a54-b0de-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T05:18:38+0000 | policy_event_thread | 140543715916576 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=085611bc-b0de-11ed-8f58-9e494b451aaa | InvocationID=08561a54-b0de-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:18:38+0000 | policy_event_thread | 140543715916576 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=085611bc-b0de-11ed-8f58-9e494b451aaa | InvocationID=08561a54-b0de-11ed-8f58-9e494b451aaa | Error trying to poll policy response topic on MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:18:38+0000 | aai_event_thread | 140543714855712 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fc84a574-b0dd-11ed-8f58-9e494b451aaa | InvocationID=fc84a736-b0dd-11ed-8f58-9e494b451aaa | Polling MR for XNF AAI events.
2023-02-20T05:18:38+0000 | aai_event_thread | 140543714855712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=08743c32-b0de-11ed-8f58-9e494b451aaa | InvocationID=08743f52-b0de-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T05:18:38+0000 | aai_event_thread | 140543714855712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=08743c32-b0de-11ed-8f58-9e494b451aaa | InvocationID=08743f52-b0de-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:18:38+0000 | aai_event_thread | 140543714855712 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=08743c32-b0de-11ed-8f58-9e494b451aaa | InvocationID=08743f52-b0de-11ed-8f58-9e494b451aaa | Failed to process AAI event due to: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:18:58+0000 | aai_event_thread | 140543714855712 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=08743c32-b0de-11ed-8f58-9e494b451aaa | InvocationID=08743f52-b0de-11ed-8f58-9e494b451aaa | Polling MR for XNF AAI events.
2023-02-20T05:18:58+0000 | aai_event_thread | 140543714855712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1463431c-b0de-11ed-8f58-9e494b451aaa | InvocationID=14634592-b0de-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T05:18:59+0000 | aai_event_thread | 140543714855712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1463431c-b0de-11ed-8f58-9e494b451aaa | InvocationID=14634592-b0de-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:18:59+0000 | aai_event_thread | 140543714855712 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1463431c-b0de-11ed-8f58-9e494b451aaa | InvocationID=14634592-b0de-11ed-8f58-9e494b451aaa | Failed to process AAI event due to: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:19:03+0000 | policy_event_thread | 140543715916576 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=085611bc-b0de-11ed-8f58-9e494b451aaa | InvocationID=08561a54-b0de-11ed-8f58-9e494b451aaa | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T05:19:03+0000 | policy_event_thread | 140543715916576 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=174380ec-b0de-11ed-8f58-9e494b451aaa | InvocationID=17438330-b0de-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T05:19:03+0000 | policy_event_thread | 140543715916576 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=174380ec-b0de-11ed-8f58-9e494b451aaa | InvocationID=17438330-b0de-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:19:03+0000 | policy_event_thread | 140543715916576 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=174380ec-b0de-11ed-8f58-9e494b451aaa | InvocationID=17438330-b0de-11ed-8f58-9e494b451aaa | Error trying to poll policy response topic on MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:19:19+0000 | aai_event_thread | 140543714855712 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1463431c-b0de-11ed-8f58-9e494b451aaa | InvocationID=14634592-b0de-11ed-8f58-9e494b451aaa | Polling MR for XNF AAI events.
2023-02-20T05:19:19+0000 | aai_event_thread | 140543714855712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=20570faa-b0de-11ed-8f58-9e494b451aaa | InvocationID=2057141e-b0de-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T05:19:19+0000 | aai_event_thread | 140543714855712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=20570faa-b0de-11ed-8f58-9e494b451aaa | InvocationID=2057141e-b0de-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:19:19+0000 | aai_event_thread | 140543714855712 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=20570faa-b0de-11ed-8f58-9e494b451aaa | InvocationID=2057141e-b0de-11ed-8f58-9e494b451aaa | Failed to process AAI event due to: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:19:28+0000 | policy_event_thread | 140543715916576 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=174380ec-b0de-11ed-8f58-9e494b451aaa | InvocationID=17438330-b0de-11ed-8f58-9e494b451aaa | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T05:19:28+0000 | policy_event_thread | 140543715916576 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=262e6978-b0de-11ed-8f58-9e494b451aaa | InvocationID=262e6bf8-b0de-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T05:19:28+0000 | policy_event_thread | 140543715916576 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=262e6978-b0de-11ed-8f58-9e494b451aaa | InvocationID=262e6bf8-b0de-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:19:28+0000 | policy_event_thread | 140543715916576 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=262e6978-b0de-11ed-8f58-9e494b451aaa | InvocationID=262e6bf8-b0de-11ed-8f58-9e494b451aaa | Error trying to poll policy response topic on MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:19:39+0000 | aai_event_thread | 140543714855712 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=20570faa-b0de-11ed-8f58-9e494b451aaa | InvocationID=2057141e-b0de-11ed-8f58-9e494b451aaa | Polling MR for XNF AAI events.
2023-02-20T05:19:39+0000 | aai_event_thread | 140543714855712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2c49ebde-b0de-11ed-8f58-9e494b451aaa | InvocationID=2c49f0fc-b0de-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T05:19:39+0000 | aai_event_thread | 140543714855712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2c49ebde-b0de-11ed-8f58-9e494b451aaa | InvocationID=2c49f0fc-b0de-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:19:39+0000 | aai_event_thread | 140543714855712 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2c49ebde-b0de-11ed-8f58-9e494b451aaa | InvocationID=2c49f0fc-b0de-11ed-8f58-9e494b451aaa | Failed to process AAI event due to: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:19:53+0000 | policy_event_thread | 140543715916576 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=262e6978-b0de-11ed-8f58-9e494b451aaa | InvocationID=262e6bf8-b0de-11ed-8f58-9e494b451aaa | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T05:19:53+0000 | policy_event_thread | 140543715916576 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=35197c3e-b0de-11ed-8f58-9e494b451aaa | InvocationID=35197ea0-b0de-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T05:19:53+0000 | policy_event_thread | 140543715916576 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=35197c3e-b0de-11ed-8f58-9e494b451aaa | InvocationID=35197ea0-b0de-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:19:53+0000 | policy_event_thread | 140543715916576 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=35197c3e-b0de-11ed-8f58-9e494b451aaa | InvocationID=35197ea0-b0de-11ed-8f58-9e494b451aaa | Error trying to poll policy response topic on MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:19:59+0000 | aai_event_thread | 140543714855712 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2c49ebde-b0de-11ed-8f58-9e494b451aaa | InvocationID=2c49f0fc-b0de-11ed-8f58-9e494b451aaa | Polling MR for XNF AAI events.
2023-02-20T05:19:59+0000 | aai_event_thread | 140543714855712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=383efaec-b0de-11ed-8f58-9e494b451aaa | InvocationID=383efd9e-b0de-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T05:19:59+0000 | aai_event_thread | 140543714855712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=383efaec-b0de-11ed-8f58-9e494b451aaa | InvocationID=383efd9e-b0de-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:19:59+0000 | aai_event_thread | 140543714855712 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=383efaec-b0de-11ed-8f58-9e494b451aaa | InvocationID=383efd9e-b0de-11ed-8f58-9e494b451aaa | Failed to process AAI event due to: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:20:18+0000 | policy_event_thread | 140543715916576 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=35197c3e-b0de-11ed-8f58-9e494b451aaa | InvocationID=35197ea0-b0de-11ed-8f58-9e494b451aaa | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T05:20:18+0000 | policy_event_thread | 140543715916576 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4406b004-b0de-11ed-8f58-9e494b451aaa | InvocationID=4406b25c-b0de-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T05:20:18+0000 | policy_event_thread | 140543715916576 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4406b004-b0de-11ed-8f58-9e494b451aaa | InvocationID=4406b25c-b0de-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:20:18+0000 | policy_event_thread | 140543715916576 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4406b004-b0de-11ed-8f58-9e494b451aaa | InvocationID=4406b25c-b0de-11ed-8f58-9e494b451aaa | Error trying to poll policy response topic on MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:20:19+0000 | aai_event_thread | 140543714855712 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=383efaec-b0de-11ed-8f58-9e494b451aaa | InvocationID=383efd9e-b0de-11ed-8f58-9e494b451aaa | Polling MR for XNF AAI events.
2023-02-20T05:20:19+0000 | aai_event_thread | 140543714855712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=442f2534-b0de-11ed-8f58-9e494b451aaa | InvocationID=442f275a-b0de-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T05:20:19+0000 | aai_event_thread | 140543714855712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=442f2534-b0de-11ed-8f58-9e494b451aaa | InvocationID=442f275a-b0de-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:20:19+0000 | aai_event_thread | 140543714855712 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=442f2534-b0de-11ed-8f58-9e494b451aaa | InvocationID=442f275a-b0de-11ed-8f58-9e494b451aaa | Failed to process AAI event due to: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:20:39+0000 | aai_event_thread | 140543714855712 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=442f2534-b0de-11ed-8f58-9e494b451aaa | InvocationID=442f275a-b0de-11ed-8f58-9e494b451aaa | Polling MR for XNF AAI events.
2023-02-20T05:20:39+0000 | aai_event_thread | 140543714855712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=501e7390-b0de-11ed-8f58-9e494b451aaa | InvocationID=501e75d4-b0de-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T05:20:39+0000 | aai_event_thread | 140543714855712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=501e7390-b0de-11ed-8f58-9e494b451aaa | InvocationID=501e75d4-b0de-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:20:39+0000 | aai_event_thread | 140543714855712 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=501e7390-b0de-11ed-8f58-9e494b451aaa | InvocationID=501e75d4-b0de-11ed-8f58-9e494b451aaa | Failed to process AAI event due to: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:20:43+0000 | policy_event_thread | 140543715916576 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4406b004-b0de-11ed-8f58-9e494b451aaa | InvocationID=4406b25c-b0de-11ed-8f58-9e494b451aaa | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T05:20:43+0000 | policy_event_thread | 140543715916576 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=52f87354-b0de-11ed-8f58-9e494b451aaa | InvocationID=52f87516-b0de-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T05:20:43+0000 | policy_event_thread | 140543715916576 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=52f87354-b0de-11ed-8f58-9e494b451aaa | InvocationID=52f87516-b0de-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:20:43+0000 | policy_event_thread | 140543715916576 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=52f87354-b0de-11ed-8f58-9e494b451aaa | InvocationID=52f87516-b0de-11ed-8f58-9e494b451aaa | Error trying to poll policy response topic on MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:20:59+0000 | aai_event_thread | 140543714855712 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=501e7390-b0de-11ed-8f58-9e494b451aaa | InvocationID=501e75d4-b0de-11ed-8f58-9e494b451aaa | Polling MR for XNF AAI events.
2023-02-20T05:20:59+0000 | aai_event_thread | 140543714855712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c0fbd62-b0de-11ed-8f58-9e494b451aaa | InvocationID=5c0fbf88-b0de-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T05:20:59+0000 | aai_event_thread | 140543714855712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c0fbd62-b0de-11ed-8f58-9e494b451aaa | InvocationID=5c0fbf88-b0de-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:20:59+0000 | aai_event_thread | 140543714855712 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5c0fbd62-b0de-11ed-8f58-9e494b451aaa | InvocationID=5c0fbf88-b0de-11ed-8f58-9e494b451aaa | Failed to process AAI event due to: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:21:08+0000 | policy_event_thread | 140543715916576 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=52f87354-b0de-11ed-8f58-9e494b451aaa | InvocationID=52f87516-b0de-11ed-8f58-9e494b451aaa | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T05:21:08+0000 | policy_event_thread | 140543715916576 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=61e29a84-b0de-11ed-8f58-9e494b451aaa | InvocationID=61e29c5a-b0de-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T05:21:09+0000 | policy_event_thread | 140543715916576 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=61e29a84-b0de-11ed-8f58-9e494b451aaa | InvocationID=61e29c5a-b0de-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:21:09+0000 | policy_event_thread | 140543715916576 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=61e29a84-b0de-11ed-8f58-9e494b451aaa | InvocationID=61e29c5a-b0de-11ed-8f58-9e494b451aaa | Error trying to poll policy response topic on MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:21:19+0000 | aai_event_thread | 140543714855712 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5c0fbd62-b0de-11ed-8f58-9e494b451aaa | InvocationID=5c0fbf88-b0de-11ed-8f58-9e494b451aaa | Polling MR for XNF AAI events.
2023-02-20T05:21:19+0000 | aai_event_thread | 140543714855712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6802c0ce-b0de-11ed-8f58-9e494b451aaa | InvocationID=6802c2cc-b0de-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T05:21:19+0000 | aai_event_thread | 140543714855712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6802c0ce-b0de-11ed-8f58-9e494b451aaa | InvocationID=6802c2cc-b0de-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:21:19+0000 | aai_event_thread | 140543714855712 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6802c0ce-b0de-11ed-8f58-9e494b451aaa | InvocationID=6802c2cc-b0de-11ed-8f58-9e494b451aaa | Failed to process AAI event due to: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:21:34+0000 | policy_event_thread | 140543715916576 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=61e29a84-b0de-11ed-8f58-9e494b451aaa | InvocationID=61e29c5a-b0de-11ed-8f58-9e494b451aaa | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T05:21:34+0000 | policy_event_thread | 140543715916576 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=70cd7a00-b0de-11ed-8f58-9e494b451aaa | InvocationID=70cd7cc6-b0de-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T05:21:34+0000 | policy_event_thread | 140543715916576 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=70cd7a00-b0de-11ed-8f58-9e494b451aaa | InvocationID=70cd7cc6-b0de-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:21:34+0000 | policy_event_thread | 140543715916576 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=70cd7a00-b0de-11ed-8f58-9e494b451aaa | InvocationID=70cd7cc6-b0de-11ed-8f58-9e494b451aaa | Error trying to poll policy response topic on MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:21:39+0000 | aai_event_thread | 140543714855712 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6802c0ce-b0de-11ed-8f58-9e494b451aaa | InvocationID=6802c2cc-b0de-11ed-8f58-9e494b451aaa | Polling MR for XNF AAI events.
2023-02-20T05:21:39+0000 | aai_event_thread | 140543714855712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=73f372c0-b0de-11ed-8f58-9e494b451aaa | InvocationID=73f3755e-b0de-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T05:21:39+0000 | aai_event_thread | 140543714855712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=73f372c0-b0de-11ed-8f58-9e494b451aaa | InvocationID=73f3755e-b0de-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:21:39+0000 | aai_event_thread | 140543714855712 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=73f372c0-b0de-11ed-8f58-9e494b451aaa | InvocationID=73f3755e-b0de-11ed-8f58-9e494b451aaa | Failed to process AAI event due to: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:21:59+0000 | policy_event_thread | 140543715916576 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=70cd7a00-b0de-11ed-8f58-9e494b451aaa | InvocationID=70cd7cc6-b0de-11ed-8f58-9e494b451aaa | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T05:21:59+0000 | policy_event_thread | 140543715916576 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7fbb5712-b0de-11ed-8f58-9e494b451aaa | InvocationID=7fbb58de-b0de-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T05:21:59+0000 | policy_event_thread | 140543715916576 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7fbb5712-b0de-11ed-8f58-9e494b451aaa | InvocationID=7fbb58de-b0de-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:21:59+0000 | policy_event_thread | 140543715916576 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7fbb5712-b0de-11ed-8f58-9e494b451aaa | InvocationID=7fbb58de-b0de-11ed-8f58-9e494b451aaa | Error trying to poll policy response topic on MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:21:59+0000 | aai_event_thread | 140543714855712 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=73f372c0-b0de-11ed-8f58-9e494b451aaa | InvocationID=73f3755e-b0de-11ed-8f58-9e494b451aaa | Polling MR for XNF AAI events.
2023-02-20T05:21:59+0000 | aai_event_thread | 140543714855712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7fe30d5c-b0de-11ed-8f58-9e494b451aaa | InvocationID=7fe30f78-b0de-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T05:21:59+0000 | aai_event_thread | 140543714855712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7fe30d5c-b0de-11ed-8f58-9e494b451aaa | InvocationID=7fe30f78-b0de-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:21:59+0000 | aai_event_thread | 140543714855712 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7fe30d5c-b0de-11ed-8f58-9e494b451aaa | InvocationID=7fe30f78-b0de-11ed-8f58-9e494b451aaa | Failed to process AAI event due to: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:22:19+0000 | aai_event_thread | 140543714855712 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7fe30d5c-b0de-11ed-8f58-9e494b451aaa | InvocationID=7fe30f78-b0de-11ed-8f58-9e494b451aaa | Polling MR for XNF AAI events.
2023-02-20T05:22:19+0000 | aai_event_thread | 140543714855712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8bd1d53a-b0de-11ed-8f58-9e494b451aaa | InvocationID=8bd1d7a6-b0de-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T05:22:19+0000 | aai_event_thread | 140543714855712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8bd1d53a-b0de-11ed-8f58-9e494b451aaa | InvocationID=8bd1d7a6-b0de-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:22:19+0000 | aai_event_thread | 140543714855712 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8bd1d53a-b0de-11ed-8f58-9e494b451aaa | InvocationID=8bd1d7a6-b0de-11ed-8f58-9e494b451aaa | Failed to process AAI event due to: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:22:24+0000 | policy_event_thread | 140543715916576 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7fbb5712-b0de-11ed-8f58-9e494b451aaa | InvocationID=7fbb58de-b0de-11ed-8f58-9e494b451aaa | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T05:22:24+0000 | policy_event_thread | 140543715916576 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8eaa193e-b0de-11ed-8f58-9e494b451aaa | InvocationID=8eaa1c18-b0de-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T05:22:24+0000 | policy_event_thread | 140543715916576 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8eaa193e-b0de-11ed-8f58-9e494b451aaa | InvocationID=8eaa1c18-b0de-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:22:24+0000 | policy_event_thread | 140543715916576 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8eaa193e-b0de-11ed-8f58-9e494b451aaa | InvocationID=8eaa1c18-b0de-11ed-8f58-9e494b451aaa | Error trying to poll policy response topic on MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:22:39+0000 | aai_event_thread | 140543714855712 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8bd1d53a-b0de-11ed-8f58-9e494b451aaa | InvocationID=8bd1d7a6-b0de-11ed-8f58-9e494b451aaa | Polling MR for XNF AAI events.
2023-02-20T05:22:39+0000 | aai_event_thread | 140543714855712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=97c9ae8a-b0de-11ed-8f58-9e494b451aaa | InvocationID=97c9b04c-b0de-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T05:22:39+0000 | aai_event_thread | 140543714855712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=97c9ae8a-b0de-11ed-8f58-9e494b451aaa | InvocationID=97c9b04c-b0de-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:22:39+0000 | aai_event_thread | 140543714855712 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=97c9ae8a-b0de-11ed-8f58-9e494b451aaa | InvocationID=97c9b04c-b0de-11ed-8f58-9e494b451aaa | Failed to process AAI event due to: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:22:49+0000 | policy_event_thread | 140543715916576 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8eaa193e-b0de-11ed-8f58-9e494b451aaa | InvocationID=8eaa1c18-b0de-11ed-8f58-9e494b451aaa | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T05:22:49+0000 | policy_event_thread | 140543715916576 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9d940e46-b0de-11ed-8f58-9e494b451aaa | InvocationID=9d9410da-b0de-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T05:22:49+0000 | policy_event_thread | 140543715916576 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9d940e46-b0de-11ed-8f58-9e494b451aaa | InvocationID=9d9410da-b0de-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:22:49+0000 | policy_event_thread | 140543715916576 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9d940e46-b0de-11ed-8f58-9e494b451aaa | InvocationID=9d9410da-b0de-11ed-8f58-9e494b451aaa | Error trying to poll policy response topic on MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:22:59+0000 | aai_event_thread | 140543714855712 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=97c9ae8a-b0de-11ed-8f58-9e494b451aaa | InvocationID=97c9b04c-b0de-11ed-8f58-9e494b451aaa | Polling MR for XNF AAI events.
2023-02-20T05:22:59+0000 | aai_event_thread | 140543714855712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a3bb43a2-b0de-11ed-8f58-9e494b451aaa | InvocationID=a3bb4636-b0de-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T05:22:59+0000 | aai_event_thread | 140543714855712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a3bb43a2-b0de-11ed-8f58-9e494b451aaa | InvocationID=a3bb4636-b0de-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:22:59+0000 | aai_event_thread | 140543714855712 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a3bb43a2-b0de-11ed-8f58-9e494b451aaa | InvocationID=a3bb4636-b0de-11ed-8f58-9e494b451aaa | Failed to process AAI event due to: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:23:14+0000 | policy_event_thread | 140543715916576 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9d940e46-b0de-11ed-8f58-9e494b451aaa | InvocationID=9d9410da-b0de-11ed-8f58-9e494b451aaa | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T05:23:14+0000 | policy_event_thread | 140543715916576 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ac7fdcc8-b0de-11ed-8f58-9e494b451aaa | InvocationID=ac7fdeee-b0de-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T05:23:14+0000 | policy_event_thread | 140543715916576 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ac7fdcc8-b0de-11ed-8f58-9e494b451aaa | InvocationID=ac7fdeee-b0de-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:23:14+0000 | policy_event_thread | 140543715916576 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ac7fdcc8-b0de-11ed-8f58-9e494b451aaa | InvocationID=ac7fdeee-b0de-11ed-8f58-9e494b451aaa | Error trying to poll policy response topic on MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:23:19+0000 | aai_event_thread | 140543714855712 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a3bb43a2-b0de-11ed-8f58-9e494b451aaa | InvocationID=a3bb4636-b0de-11ed-8f58-9e494b451aaa | Polling MR for XNF AAI events.
2023-02-20T05:23:19+0000 | aai_event_thread | 140543714855712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=afae47ae-b0de-11ed-8f58-9e494b451aaa | InvocationID=afae49fc-b0de-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T05:23:19+0000 | aai_event_thread | 140543714855712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=afae47ae-b0de-11ed-8f58-9e494b451aaa | InvocationID=afae49fc-b0de-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:23:19+0000 | aai_event_thread | 140543714855712 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=afae47ae-b0de-11ed-8f58-9e494b451aaa | InvocationID=afae49fc-b0de-11ed-8f58-9e494b451aaa | Failed to process AAI event due to: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:23:39+0000 | policy_event_thread | 140543715916576 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ac7fdcc8-b0de-11ed-8f58-9e494b451aaa | InvocationID=ac7fdeee-b0de-11ed-8f58-9e494b451aaa | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T05:23:39+0000 | policy_event_thread | 140543715916576 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bb6c392a-b0de-11ed-8f58-9e494b451aaa | InvocationID=bb6c3c72-b0de-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T05:23:39+0000 | policy_event_thread | 140543715916576 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bb6c392a-b0de-11ed-8f58-9e494b451aaa | InvocationID=bb6c3c72-b0de-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:23:39+0000 | policy_event_thread | 140543715916576 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bb6c392a-b0de-11ed-8f58-9e494b451aaa | InvocationID=bb6c3c72-b0de-11ed-8f58-9e494b451aaa | Error trying to poll policy response topic on MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:23:39+0000 | aai_event_thread | 140543714855712 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=afae47ae-b0de-11ed-8f58-9e494b451aaa | InvocationID=afae49fc-b0de-11ed-8f58-9e494b451aaa | Polling MR for XNF AAI events.
2023-02-20T05:23:39+0000 | aai_event_thread | 140543714855712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bb9db1d0-b0de-11ed-8f58-9e494b451aaa | InvocationID=bb9db3ba-b0de-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T05:23:39+0000 | aai_event_thread | 140543714855712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bb9db1d0-b0de-11ed-8f58-9e494b451aaa | InvocationID=bb9db3ba-b0de-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:23:39+0000 | aai_event_thread | 140543714855712 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bb9db1d0-b0de-11ed-8f58-9e494b451aaa | InvocationID=bb9db3ba-b0de-11ed-8f58-9e494b451aaa | Failed to process AAI event due to: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:23:59+0000 | aai_event_thread | 140543714855712 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bb9db1d0-b0de-11ed-8f58-9e494b451aaa | InvocationID=bb9db3ba-b0de-11ed-8f58-9e494b451aaa | Polling MR for XNF AAI events.
2023-02-20T05:23:59+0000 | aai_event_thread | 140543714855712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c78db012-b0de-11ed-8f58-9e494b451aaa | InvocationID=c78db24c-b0de-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T05:23:59+0000 | aai_event_thread | 140543714855712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c78db012-b0de-11ed-8f58-9e494b451aaa | InvocationID=c78db24c-b0de-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:23:59+0000 | aai_event_thread | 140543714855712 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c78db012-b0de-11ed-8f58-9e494b451aaa | InvocationID=c78db24c-b0de-11ed-8f58-9e494b451aaa | Failed to process AAI event due to: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:24:04+0000 | policy_event_thread | 140543715916576 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bb6c392a-b0de-11ed-8f58-9e494b451aaa | InvocationID=bb6c3c72-b0de-11ed-8f58-9e494b451aaa | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T05:24:04+0000 | policy_event_thread | 140543715916576 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ca59daaa-b0de-11ed-8f58-9e494b451aaa | InvocationID=ca59dfe6-b0de-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T05:24:04+0000 | policy_event_thread | 140543715916576 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ca59daaa-b0de-11ed-8f58-9e494b451aaa | InvocationID=ca59dfe6-b0de-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:24:04+0000 | policy_event_thread | 140543715916576 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ca59daaa-b0de-11ed-8f58-9e494b451aaa | InvocationID=ca59dfe6-b0de-11ed-8f58-9e494b451aaa | Error trying to poll policy response topic on MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:24:19+0000 | aai_event_thread | 140543714855712 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c78db012-b0de-11ed-8f58-9e494b451aaa | InvocationID=c78db24c-b0de-11ed-8f58-9e494b451aaa | Polling MR for XNF AAI events.
2023-02-20T05:24:19+0000 | aai_event_thread | 140543714855712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d37f2a0e-b0de-11ed-8f58-9e494b451aaa | InvocationID=d37f2c7a-b0de-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T05:24:19+0000 | aai_event_thread | 140543714855712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d37f2a0e-b0de-11ed-8f58-9e494b451aaa | InvocationID=d37f2c7a-b0de-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:24:19+0000 | aai_event_thread | 140543714855712 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d37f2a0e-b0de-11ed-8f58-9e494b451aaa | InvocationID=d37f2c7a-b0de-11ed-8f58-9e494b451aaa | Failed to process AAI event due to: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:24:29+0000 | policy_event_thread | 140543715916576 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ca59daaa-b0de-11ed-8f58-9e494b451aaa | InvocationID=ca59dfe6-b0de-11ed-8f58-9e494b451aaa | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T05:24:29+0000 | policy_event_thread | 140543715916576 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d944eba4-b0de-11ed-8f58-9e494b451aaa | InvocationID=d944ee6a-b0de-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T05:24:29+0000 | policy_event_thread | 140543715916576 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d944eba4-b0de-11ed-8f58-9e494b451aaa | InvocationID=d944ee6a-b0de-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:24:29+0000 | policy_event_thread | 140543715916576 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d944eba4-b0de-11ed-8f58-9e494b451aaa | InvocationID=d944ee6a-b0de-11ed-8f58-9e494b451aaa | Error trying to poll policy response topic on MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:24:39+0000 | aai_event_thread | 140543714855712 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d37f2a0e-b0de-11ed-8f58-9e494b451aaa | InvocationID=d37f2c7a-b0de-11ed-8f58-9e494b451aaa | Polling MR for XNF AAI events.
2023-02-20T05:24:39+0000 | aai_event_thread | 140543714855712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=df72ae3a-b0de-11ed-8f58-9e494b451aaa | InvocationID=df72b196-b0de-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T05:24:39+0000 | aai_event_thread | 140543714855712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=df72ae3a-b0de-11ed-8f58-9e494b451aaa | InvocationID=df72b196-b0de-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:24:39+0000 | aai_event_thread | 140543714855712 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=df72ae3a-b0de-11ed-8f58-9e494b451aaa | InvocationID=df72b196-b0de-11ed-8f58-9e494b451aaa | Failed to process AAI event due to: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:24:54+0000 | policy_event_thread | 140543715916576 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d944eba4-b0de-11ed-8f58-9e494b451aaa | InvocationID=d944ee6a-b0de-11ed-8f58-9e494b451aaa | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T05:24:54+0000 | policy_event_thread | 140543715916576 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e82f3a3e-b0de-11ed-8f58-9e494b451aaa | InvocationID=e82f3dae-b0de-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T05:24:54+0000 | policy_event_thread | 140543715916576 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e82f3a3e-b0de-11ed-8f58-9e494b451aaa | InvocationID=e82f3dae-b0de-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:24:54+0000 | policy_event_thread | 140543715916576 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e82f3a3e-b0de-11ed-8f58-9e494b451aaa | InvocationID=e82f3dae-b0de-11ed-8f58-9e494b451aaa | Error trying to poll policy response topic on MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:24:59+0000 | aai_event_thread | 140543714855712 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=df72ae3a-b0de-11ed-8f58-9e494b451aaa | InvocationID=df72b196-b0de-11ed-8f58-9e494b451aaa | Polling MR for XNF AAI events.
2023-02-20T05:24:59+0000 | aai_event_thread | 140543714855712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eb646238-b0de-11ed-8f58-9e494b451aaa | InvocationID=eb6464cc-b0de-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T05:24:59+0000 | aai_event_thread | 140543714855712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eb646238-b0de-11ed-8f58-9e494b451aaa | InvocationID=eb6464cc-b0de-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:24:59+0000 | aai_event_thread | 140543714855712 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=eb646238-b0de-11ed-8f58-9e494b451aaa | InvocationID=eb6464cc-b0de-11ed-8f58-9e494b451aaa | Failed to process AAI event due to: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:25:19+0000 | policy_event_thread | 140543715916576 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e82f3a3e-b0de-11ed-8f58-9e494b451aaa | InvocationID=e82f3dae-b0de-11ed-8f58-9e494b451aaa | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T05:25:19+0000 | policy_event_thread | 140543715916576 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f71c848e-b0de-11ed-8f58-9e494b451aaa | InvocationID=f71c8740-b0de-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T05:25:19+0000 | policy_event_thread | 140543715916576 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f71c848e-b0de-11ed-8f58-9e494b451aaa | InvocationID=f71c8740-b0de-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:25:19+0000 | policy_event_thread | 140543715916576 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f71c848e-b0de-11ed-8f58-9e494b451aaa | InvocationID=f71c8740-b0de-11ed-8f58-9e494b451aaa | Error trying to poll policy response topic on MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:25:19+0000 | aai_event_thread | 140543714855712 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=eb646238-b0de-11ed-8f58-9e494b451aaa | InvocationID=eb6464cc-b0de-11ed-8f58-9e494b451aaa | Polling MR for XNF AAI events.
2023-02-20T05:25:19+0000 | aai_event_thread | 140543714855712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f754314a-b0de-11ed-8f58-9e494b451aaa | InvocationID=f75432ee-b0de-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T05:25:19+0000 | aai_event_thread | 140543714855712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f754314a-b0de-11ed-8f58-9e494b451aaa | InvocationID=f75432ee-b0de-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:25:19+0000 | aai_event_thread | 140543714855712 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f754314a-b0de-11ed-8f58-9e494b451aaa | InvocationID=f75432ee-b0de-11ed-8f58-9e494b451aaa | Failed to process AAI event due to: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:25:39+0000 | aai_event_thread | 140543714855712 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f754314a-b0de-11ed-8f58-9e494b451aaa | InvocationID=f75432ee-b0de-11ed-8f58-9e494b451aaa | Polling MR for XNF AAI events.
2023-02-20T05:25:39+0000 | aai_event_thread | 140543714855712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=03441d62-b0df-11ed-8f58-9e494b451aaa | InvocationID=03441f2e-b0df-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T05:25:39+0000 | aai_event_thread | 140543714855712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=03441d62-b0df-11ed-8f58-9e494b451aaa | InvocationID=03441f2e-b0df-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:25:39+0000 | aai_event_thread | 140543714855712 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=03441d62-b0df-11ed-8f58-9e494b451aaa | InvocationID=03441f2e-b0df-11ed-8f58-9e494b451aaa | Failed to process AAI event due to: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:25:44+0000 | policy_event_thread | 140543715916576 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f71c848e-b0de-11ed-8f58-9e494b451aaa | InvocationID=f71c8740-b0de-11ed-8f58-9e494b451aaa | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T05:25:44+0000 | policy_event_thread | 140543715916576 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=06094cb6-b0df-11ed-8f58-9e494b451aaa | InvocationID=06094f4a-b0df-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T05:25:44+0000 | policy_event_thread | 140543715916576 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=06094cb6-b0df-11ed-8f58-9e494b451aaa | InvocationID=06094f4a-b0df-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:25:44+0000 | policy_event_thread | 140543715916576 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=06094cb6-b0df-11ed-8f58-9e494b451aaa | InvocationID=06094f4a-b0df-11ed-8f58-9e494b451aaa | Error trying to poll policy response topic on MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:25:59+0000 | aai_event_thread | 140543714855712 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=03441d62-b0df-11ed-8f58-9e494b451aaa | InvocationID=03441f2e-b0df-11ed-8f58-9e494b451aaa | Polling MR for XNF AAI events.
2023-02-20T05:25:59+0000 | aai_event_thread | 140543714855712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0f37969e-b0df-11ed-8f58-9e494b451aaa | InvocationID=0f37a29c-b0df-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T05:25:59+0000 | aai_event_thread | 140543714855712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0f37969e-b0df-11ed-8f58-9e494b451aaa | InvocationID=0f37a29c-b0df-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:25:59+0000 | aai_event_thread | 140543714855712 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0f37969e-b0df-11ed-8f58-9e494b451aaa | InvocationID=0f37a29c-b0df-11ed-8f58-9e494b451aaa | Failed to process AAI event due to: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:26:09+0000 | policy_event_thread | 140543715916576 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=06094cb6-b0df-11ed-8f58-9e494b451aaa | InvocationID=06094f4a-b0df-11ed-8f58-9e494b451aaa | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T05:26:09+0000 | policy_event_thread | 140543715916576 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=14f33bc4-b0df-11ed-8f58-9e494b451aaa | InvocationID=14f33d86-b0df-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T05:26:09+0000 | policy_event_thread | 140543715916576 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=14f33bc4-b0df-11ed-8f58-9e494b451aaa | InvocationID=14f33d86-b0df-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:26:09+0000 | policy_event_thread | 140543715916576 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=14f33bc4-b0df-11ed-8f58-9e494b451aaa | InvocationID=14f33d86-b0df-11ed-8f58-9e494b451aaa | Error trying to poll policy response topic on MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:26:19+0000 | aai_event_thread | 140543714855712 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0f37969e-b0df-11ed-8f58-9e494b451aaa | InvocationID=0f37a29c-b0df-11ed-8f58-9e494b451aaa | Polling MR for XNF AAI events.
2023-02-20T05:26:19+0000 | aai_event_thread | 140543714855712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1b29b87e-b0df-11ed-8f58-9e494b451aaa | InvocationID=1b29ba2c-b0df-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T05:26:19+0000 | aai_event_thread | 140543714855712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1b29b87e-b0df-11ed-8f58-9e494b451aaa | InvocationID=1b29ba2c-b0df-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:26:19+0000 | aai_event_thread | 140543714855712 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1b29b87e-b0df-11ed-8f58-9e494b451aaa | InvocationID=1b29ba2c-b0df-11ed-8f58-9e494b451aaa | Failed to process AAI event due to: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:26:34+0000 | policy_event_thread | 140543715916576 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=14f33bc4-b0df-11ed-8f58-9e494b451aaa | InvocationID=14f33d86-b0df-11ed-8f58-9e494b451aaa | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T05:26:34+0000 | policy_event_thread | 140543715916576 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=23dd7866-b0df-11ed-8f58-9e494b451aaa | InvocationID=23dd7a1e-b0df-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T05:26:34+0000 | policy_event_thread | 140543715916576 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=23dd7866-b0df-11ed-8f58-9e494b451aaa | InvocationID=23dd7a1e-b0df-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:26:34+0000 | policy_event_thread | 140543715916576 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=23dd7866-b0df-11ed-8f58-9e494b451aaa | InvocationID=23dd7a1e-b0df-11ed-8f58-9e494b451aaa | Error trying to poll policy response topic on MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:26:39+0000 | aai_event_thread | 140543714855712 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1b29b87e-b0df-11ed-8f58-9e494b451aaa | InvocationID=1b29ba2c-b0df-11ed-8f58-9e494b451aaa | Polling MR for XNF AAI events.
2023-02-20T05:26:39+0000 | aai_event_thread | 140543714855712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=271ccea0-b0df-11ed-8f58-9e494b451aaa | InvocationID=271cd0f8-b0df-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T05:26:39+0000 | aai_event_thread | 140543714855712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=271ccea0-b0df-11ed-8f58-9e494b451aaa | InvocationID=271cd0f8-b0df-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:26:39+0000 | aai_event_thread | 140543714855712 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=271ccea0-b0df-11ed-8f58-9e494b451aaa | InvocationID=271cd0f8-b0df-11ed-8f58-9e494b451aaa | Failed to process AAI event due to: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:26:59+0000 | policy_event_thread | 140543715916576 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=23dd7866-b0df-11ed-8f58-9e494b451aaa | InvocationID=23dd7a1e-b0df-11ed-8f58-9e494b451aaa | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T05:26:59+0000 | policy_event_thread | 140543715916576 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=32ca14a6-b0df-11ed-8f58-9e494b451aaa | InvocationID=32ca16f4-b0df-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T05:26:59+0000 | policy_event_thread | 140543715916576 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=32ca14a6-b0df-11ed-8f58-9e494b451aaa | InvocationID=32ca16f4-b0df-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:26:59+0000 | policy_event_thread | 140543715916576 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=32ca14a6-b0df-11ed-8f58-9e494b451aaa | InvocationID=32ca16f4-b0df-11ed-8f58-9e494b451aaa | Error trying to poll policy response topic on MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:26:59+0000 | aai_event_thread | 140543714855712 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=271ccea0-b0df-11ed-8f58-9e494b451aaa | InvocationID=271cd0f8-b0df-11ed-8f58-9e494b451aaa | Polling MR for XNF AAI events.
2023-02-20T05:26:59+0000 | aai_event_thread | 140543714855712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=330bfa56-b0df-11ed-8f58-9e494b451aaa | InvocationID=330bfcc2-b0df-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T05:26:59+0000 | aai_event_thread | 140543714855712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=330bfa56-b0df-11ed-8f58-9e494b451aaa | InvocationID=330bfcc2-b0df-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:26:59+0000 | aai_event_thread | 140543714855712 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=330bfa56-b0df-11ed-8f58-9e494b451aaa | InvocationID=330bfcc2-b0df-11ed-8f58-9e494b451aaa | Failed to process AAI event due to: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:27:19+0000 | aai_event_thread | 140543714855712 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=330bfa56-b0df-11ed-8f58-9e494b451aaa | InvocationID=330bfcc2-b0df-11ed-8f58-9e494b451aaa | Polling MR for XNF AAI events.
2023-02-20T05:27:19+0000 | aai_event_thread | 140543714855712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3efd2cfe-b0df-11ed-8f58-9e494b451aaa | InvocationID=3efd3118-b0df-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T05:27:20+0000 | aai_event_thread | 140543714855712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3efd2cfe-b0df-11ed-8f58-9e494b451aaa | InvocationID=3efd3118-b0df-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:27:20+0000 | aai_event_thread | 140543714855712 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3efd2cfe-b0df-11ed-8f58-9e494b451aaa | InvocationID=3efd3118-b0df-11ed-8f58-9e494b451aaa | Failed to process AAI event due to: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:27:24+0000 | policy_event_thread | 140543715916576 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=32ca14a6-b0df-11ed-8f58-9e494b451aaa | InvocationID=32ca16f4-b0df-11ed-8f58-9e494b451aaa | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T05:27:24+0000 | policy_event_thread | 140543715916576 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=41bb6d0c-b0df-11ed-8f58-9e494b451aaa | InvocationID=41bb6f6e-b0df-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T05:27:24+0000 | policy_event_thread | 140543715916576 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=41bb6d0c-b0df-11ed-8f58-9e494b451aaa | InvocationID=41bb6f6e-b0df-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:27:24+0000 | policy_event_thread | 140543715916576 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=41bb6d0c-b0df-11ed-8f58-9e494b451aaa | InvocationID=41bb6f6e-b0df-11ed-8f58-9e494b451aaa | Error trying to poll policy response topic on MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:27:40+0000 | aai_event_thread | 140543714855712 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3efd2cfe-b0df-11ed-8f58-9e494b451aaa | InvocationID=3efd3118-b0df-11ed-8f58-9e494b451aaa | Polling MR for XNF AAI events.
2023-02-20T05:27:40+0000 | aai_event_thread | 140543714855712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4afa665c-b0df-11ed-8f58-9e494b451aaa | InvocationID=4afa7408-b0df-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T05:27:40+0000 | aai_event_thread | 140543714855712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4afa665c-b0df-11ed-8f58-9e494b451aaa | InvocationID=4afa7408-b0df-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:27:40+0000 | aai_event_thread | 140543714855712 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4afa665c-b0df-11ed-8f58-9e494b451aaa | InvocationID=4afa7408-b0df-11ed-8f58-9e494b451aaa | Failed to process AAI event due to: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:27:49+0000 | policy_event_thread | 140543715916576 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=41bb6d0c-b0df-11ed-8f58-9e494b451aaa | InvocationID=41bb6f6e-b0df-11ed-8f58-9e494b451aaa | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T05:27:49+0000 | policy_event_thread | 140543715916576 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=50a6bac4-b0df-11ed-8f58-9e494b451aaa | InvocationID=50a6be0c-b0df-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T05:27:49+0000 | policy_event_thread | 140543715916576 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=50a6bac4-b0df-11ed-8f58-9e494b451aaa | InvocationID=50a6be0c-b0df-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:27:49+0000 | policy_event_thread | 140543715916576 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=50a6bac4-b0df-11ed-8f58-9e494b451aaa | InvocationID=50a6be0c-b0df-11ed-8f58-9e494b451aaa | Error trying to poll policy response topic on MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:28:00+0000 | aai_event_thread | 140543714855712 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4afa665c-b0df-11ed-8f58-9e494b451aaa | InvocationID=4afa7408-b0df-11ed-8f58-9e494b451aaa | Polling MR for XNF AAI events.
2023-02-20T05:28:00+0000 | aai_event_thread | 140543714855712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=56edcb20-b0df-11ed-8f58-9e494b451aaa | InvocationID=56edce04-b0df-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T05:28:00+0000 | aai_event_thread | 140543714855712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=56edcb20-b0df-11ed-8f58-9e494b451aaa | InvocationID=56edce04-b0df-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:28:00+0000 | aai_event_thread | 140543714855712 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=56edcb20-b0df-11ed-8f58-9e494b451aaa | InvocationID=56edce04-b0df-11ed-8f58-9e494b451aaa | Failed to process AAI event due to: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:28:14+0000 | policy_event_thread | 140543715916576 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=50a6bac4-b0df-11ed-8f58-9e494b451aaa | InvocationID=50a6be0c-b0df-11ed-8f58-9e494b451aaa | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T05:28:14+0000 | policy_event_thread | 140543715916576 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5f91d6a4-b0df-11ed-8f58-9e494b451aaa | InvocationID=5f91d92e-b0df-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T05:28:14+0000 | policy_event_thread | 140543715916576 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5f91d6a4-b0df-11ed-8f58-9e494b451aaa | InvocationID=5f91d92e-b0df-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:28:14+0000 | policy_event_thread | 140543715916576 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5f91d6a4-b0df-11ed-8f58-9e494b451aaa | InvocationID=5f91d92e-b0df-11ed-8f58-9e494b451aaa | Error trying to poll policy response topic on MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:28:20+0000 | aai_event_thread | 140543714855712 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=56edcb20-b0df-11ed-8f58-9e494b451aaa | InvocationID=56edce04-b0df-11ed-8f58-9e494b451aaa | Polling MR for XNF AAI events.
2023-02-20T05:28:20+0000 | aai_event_thread | 140543714855712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=62e087c4-b0df-11ed-8f58-9e494b451aaa | InvocationID=62e08a4e-b0df-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T05:28:20+0000 | aai_event_thread | 140543714855712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=62e087c4-b0df-11ed-8f58-9e494b451aaa | InvocationID=62e08a4e-b0df-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:28:20+0000 | aai_event_thread | 140543714855712 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=62e087c4-b0df-11ed-8f58-9e494b451aaa | InvocationID=62e08a4e-b0df-11ed-8f58-9e494b451aaa | Failed to process AAI event due to: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:28:39+0000 | policy_event_thread | 140543715916576 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5f91d6a4-b0df-11ed-8f58-9e494b451aaa | InvocationID=5f91d92e-b0df-11ed-8f58-9e494b451aaa | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T05:28:39+0000 | policy_event_thread | 140543715916576 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6e8241f8-b0df-11ed-8f58-9e494b451aaa | InvocationID=6e824446-b0df-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T05:28:39+0000 | policy_event_thread | 140543715916576 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6e8241f8-b0df-11ed-8f58-9e494b451aaa | InvocationID=6e824446-b0df-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:28:39+0000 | policy_event_thread | 140543715916576 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6e8241f8-b0df-11ed-8f58-9e494b451aaa | InvocationID=6e824446-b0df-11ed-8f58-9e494b451aaa | Error trying to poll policy response topic on MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:28:40+0000 | aai_event_thread | 140543714855712 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=62e087c4-b0df-11ed-8f58-9e494b451aaa | InvocationID=62e08a4e-b0df-11ed-8f58-9e494b451aaa | Polling MR for XNF AAI events.
2023-02-20T05:28:40+0000 | aai_event_thread | 140543714855712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6ed17dc2-b0df-11ed-8f58-9e494b451aaa | InvocationID=6ed1810a-b0df-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T05:28:40+0000 | aai_event_thread | 140543714855712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6ed17dc2-b0df-11ed-8f58-9e494b451aaa | InvocationID=6ed1810a-b0df-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:28:40+0000 | aai_event_thread | 140543714855712 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6ed17dc2-b0df-11ed-8f58-9e494b451aaa | InvocationID=6ed1810a-b0df-11ed-8f58-9e494b451aaa | Failed to process AAI event due to: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:29:00+0000 | aai_event_thread | 140543714855712 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6ed17dc2-b0df-11ed-8f58-9e494b451aaa | InvocationID=6ed1810a-b0df-11ed-8f58-9e494b451aaa | Polling MR for XNF AAI events.
2023-02-20T05:29:00+0000 | aai_event_thread | 140543714855712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ac12d44-b0df-11ed-8f58-9e494b451aaa | InvocationID=7ac13456-b0df-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T05:29:00+0000 | aai_event_thread | 140543714855712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ac12d44-b0df-11ed-8f58-9e494b451aaa | InvocationID=7ac13456-b0df-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:29:00+0000 | aai_event_thread | 140543714855712 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7ac12d44-b0df-11ed-8f58-9e494b451aaa | InvocationID=7ac13456-b0df-11ed-8f58-9e494b451aaa | Failed to process AAI event due to: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:29:04+0000 | policy_event_thread | 140543715916576 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6e8241f8-b0df-11ed-8f58-9e494b451aaa | InvocationID=6e824446-b0df-11ed-8f58-9e494b451aaa | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T05:29:04+0000 | policy_event_thread | 140543715916576 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7d6f139e-b0df-11ed-8f58-9e494b451aaa | InvocationID=7d6f1984-b0df-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T05:29:04+0000 | policy_event_thread | 140543715916576 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7d6f139e-b0df-11ed-8f58-9e494b451aaa | InvocationID=7d6f1984-b0df-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:29:04+0000 | policy_event_thread | 140543715916576 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7d6f139e-b0df-11ed-8f58-9e494b451aaa | InvocationID=7d6f1984-b0df-11ed-8f58-9e494b451aaa | Error trying to poll policy response topic on MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:29:20+0000 | aai_event_thread | 140543714855712 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7ac12d44-b0df-11ed-8f58-9e494b451aaa | InvocationID=7ac13456-b0df-11ed-8f58-9e494b451aaa | Polling MR for XNF AAI events.
2023-02-20T05:29:20+0000 | aai_event_thread | 140543714855712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=86b426c4-b0df-11ed-8f58-9e494b451aaa | InvocationID=86b42bce-b0df-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T05:29:20+0000 | aai_event_thread | 140543714855712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=86b426c4-b0df-11ed-8f58-9e494b451aaa | InvocationID=86b42bce-b0df-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:29:20+0000 | aai_event_thread | 140543714855712 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=86b426c4-b0df-11ed-8f58-9e494b451aaa | InvocationID=86b42bce-b0df-11ed-8f58-9e494b451aaa | Failed to process AAI event due to: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:29:29+0000 | policy_event_thread | 140543715916576 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7d6f139e-b0df-11ed-8f58-9e494b451aaa | InvocationID=7d6f1984-b0df-11ed-8f58-9e494b451aaa | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T05:29:29+0000 | policy_event_thread | 140543715916576 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8c596b2a-b0df-11ed-8f58-9e494b451aaa | InvocationID=8c596e04-b0df-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T05:29:29+0000 | policy_event_thread | 140543715916576 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8c596b2a-b0df-11ed-8f58-9e494b451aaa | InvocationID=8c596e04-b0df-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:29:29+0000 | policy_event_thread | 140543715916576 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8c596b2a-b0df-11ed-8f58-9e494b451aaa | InvocationID=8c596e04-b0df-11ed-8f58-9e494b451aaa | Error trying to poll policy response topic on MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:29:40+0000 | aai_event_thread | 140543714855712 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=86b426c4-b0df-11ed-8f58-9e494b451aaa | InvocationID=86b42bce-b0df-11ed-8f58-9e494b451aaa | Polling MR for XNF AAI events.
2023-02-20T05:29:40+0000 | aai_event_thread | 140543714855712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=92a93a28-b0df-11ed-8f58-9e494b451aaa | InvocationID=92a94040-b0df-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T05:29:40+0000 | aai_event_thread | 140543714855712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=92a93a28-b0df-11ed-8f58-9e494b451aaa | InvocationID=92a94040-b0df-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:29:40+0000 | aai_event_thread | 140543714855712 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=92a93a28-b0df-11ed-8f58-9e494b451aaa | InvocationID=92a94040-b0df-11ed-8f58-9e494b451aaa | Failed to process AAI event due to: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:29:54+0000 | policy_event_thread | 140543715916576 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8c596b2a-b0df-11ed-8f58-9e494b451aaa | InvocationID=8c596e04-b0df-11ed-8f58-9e494b451aaa | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T05:29:54+0000 | policy_event_thread | 140543715916576 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9b4462a2-b0df-11ed-8f58-9e494b451aaa | InvocationID=9b4464d2-b0df-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T05:29:54+0000 | policy_event_thread | 140543715916576 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9b4462a2-b0df-11ed-8f58-9e494b451aaa | InvocationID=9b4464d2-b0df-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:29:54+0000 | policy_event_thread | 140543715916576 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9b4462a2-b0df-11ed-8f58-9e494b451aaa | InvocationID=9b4464d2-b0df-11ed-8f58-9e494b451aaa | Error trying to poll policy response topic on MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:30:00+0000 | aai_event_thread | 140543714855712 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=92a93a28-b0df-11ed-8f58-9e494b451aaa | InvocationID=92a94040-b0df-11ed-8f58-9e494b451aaa | Polling MR for XNF AAI events.
2023-02-20T05:30:00+0000 | aai_event_thread | 140543714855712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9e9eb5ec-b0df-11ed-8f58-9e494b451aaa | InvocationID=9e9eb8f8-b0df-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T05:30:00+0000 | aai_event_thread | 140543714855712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9e9eb5ec-b0df-11ed-8f58-9e494b451aaa | InvocationID=9e9eb8f8-b0df-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:30:00+0000 | aai_event_thread | 140543714855712 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9e9eb5ec-b0df-11ed-8f58-9e494b451aaa | InvocationID=9e9eb8f8-b0df-11ed-8f58-9e494b451aaa | Failed to process AAI event due to: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:30:19+0000 | policy_event_thread | 140543715916576 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9b4462a2-b0df-11ed-8f58-9e494b451aaa | InvocationID=9b4464d2-b0df-11ed-8f58-9e494b451aaa | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T05:30:19+0000 | policy_event_thread | 140543715916576 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aa305226-b0df-11ed-8f58-9e494b451aaa | InvocationID=aa30551e-b0df-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T05:30:19+0000 | policy_event_thread | 140543715916576 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aa305226-b0df-11ed-8f58-9e494b451aaa | InvocationID=aa30551e-b0df-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:30:19+0000 | policy_event_thread | 140543715916576 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aa305226-b0df-11ed-8f58-9e494b451aaa | InvocationID=aa30551e-b0df-11ed-8f58-9e494b451aaa | Error trying to poll policy response topic on MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:30:20+0000 | aai_event_thread | 140543714855712 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9e9eb5ec-b0df-11ed-8f58-9e494b451aaa | InvocationID=9e9eb8f8-b0df-11ed-8f58-9e494b451aaa | Polling MR for XNF AAI events.
2023-02-20T05:30:20+0000 | aai_event_thread | 140543714855712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aa90f7fc-b0df-11ed-8f58-9e494b451aaa | InvocationID=aa90fa5e-b0df-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T05:30:20+0000 | aai_event_thread | 140543714855712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aa90f7fc-b0df-11ed-8f58-9e494b451aaa | InvocationID=aa90fa5e-b0df-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:30:20+0000 | aai_event_thread | 140543714855712 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=aa90f7fc-b0df-11ed-8f58-9e494b451aaa | InvocationID=aa90fa5e-b0df-11ed-8f58-9e494b451aaa | Failed to process AAI event due to: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:30:40+0000 | aai_event_thread | 140543714855712 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=aa90f7fc-b0df-11ed-8f58-9e494b451aaa | InvocationID=aa90fa5e-b0df-11ed-8f58-9e494b451aaa | Polling MR for XNF AAI events.
2023-02-20T05:30:40+0000 | aai_event_thread | 140543714855712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b680c042-b0df-11ed-8f58-9e494b451aaa | InvocationID=b680c402-b0df-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T05:30:40+0000 | aai_event_thread | 140543714855712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b680c042-b0df-11ed-8f58-9e494b451aaa | InvocationID=b680c402-b0df-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:30:40+0000 | aai_event_thread | 140543714855712 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b680c042-b0df-11ed-8f58-9e494b451aaa | InvocationID=b680c402-b0df-11ed-8f58-9e494b451aaa | Failed to process AAI event due to: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:30:44+0000 | policy_event_thread | 140543715916576 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aa305226-b0df-11ed-8f58-9e494b451aaa | InvocationID=aa30551e-b0df-11ed-8f58-9e494b451aaa | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T05:30:44+0000 | policy_event_thread | 140543715916576 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b91e8636-b0df-11ed-8f58-9e494b451aaa | InvocationID=b91e87ee-b0df-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T05:30:44+0000 | policy_event_thread | 140543715916576 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b91e8636-b0df-11ed-8f58-9e494b451aaa | InvocationID=b91e87ee-b0df-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:30:44+0000 | policy_event_thread | 140543715916576 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b91e8636-b0df-11ed-8f58-9e494b451aaa | InvocationID=b91e87ee-b0df-11ed-8f58-9e494b451aaa | Error trying to poll policy response topic on MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:31:00+0000 | aai_event_thread | 140543714855712 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b680c042-b0df-11ed-8f58-9e494b451aaa | InvocationID=b680c402-b0df-11ed-8f58-9e494b451aaa | Polling MR for XNF AAI events.
2023-02-20T05:31:00+0000 | aai_event_thread | 140543714855712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c273856a-b0df-11ed-8f58-9e494b451aaa | InvocationID=c273889e-b0df-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T05:31:00+0000 | aai_event_thread | 140543714855712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c273856a-b0df-11ed-8f58-9e494b451aaa | InvocationID=c273889e-b0df-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:31:00+0000 | aai_event_thread | 140543714855712 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c273856a-b0df-11ed-8f58-9e494b451aaa | InvocationID=c273889e-b0df-11ed-8f58-9e494b451aaa | Failed to process AAI event due to: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:31:09+0000 | policy_event_thread | 140543715916576 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b91e8636-b0df-11ed-8f58-9e494b451aaa | InvocationID=b91e87ee-b0df-11ed-8f58-9e494b451aaa | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T05:31:09+0000 | policy_event_thread | 140543715916576 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c80840c4-b0df-11ed-8f58-9e494b451aaa | InvocationID=c80843a8-b0df-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T05:31:09+0000 | policy_event_thread | 140543715916576 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c80840c4-b0df-11ed-8f58-9e494b451aaa | InvocationID=c80843a8-b0df-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:31:09+0000 | policy_event_thread | 140543715916576 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c80840c4-b0df-11ed-8f58-9e494b451aaa | InvocationID=c80843a8-b0df-11ed-8f58-9e494b451aaa | Error trying to poll policy response topic on MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:31:20+0000 | aai_event_thread | 140543714855712 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c273856a-b0df-11ed-8f58-9e494b451aaa | InvocationID=c273889e-b0df-11ed-8f58-9e494b451aaa | Polling MR for XNF AAI events.
2023-02-20T05:31:20+0000 | aai_event_thread | 140543714855712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ce66e79a-b0df-11ed-8f58-9e494b451aaa | InvocationID=ce66ed6c-b0df-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T05:31:20+0000 | aai_event_thread | 140543714855712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ce66e79a-b0df-11ed-8f58-9e494b451aaa | InvocationID=ce66ed6c-b0df-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:31:20+0000 | aai_event_thread | 140543714855712 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ce66e79a-b0df-11ed-8f58-9e494b451aaa | InvocationID=ce66ed6c-b0df-11ed-8f58-9e494b451aaa | Failed to process AAI event due to: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:31:34+0000 | policy_event_thread | 140543715916576 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c80840c4-b0df-11ed-8f58-9e494b451aaa | InvocationID=c80843a8-b0df-11ed-8f58-9e494b451aaa | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T05:31:34+0000 | policy_event_thread | 140543715916576 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d6f22c8a-b0df-11ed-8f58-9e494b451aaa | InvocationID=d6f22f14-b0df-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T05:31:34+0000 | policy_event_thread | 140543715916576 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d6f22c8a-b0df-11ed-8f58-9e494b451aaa | InvocationID=d6f22f14-b0df-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:31:34+0000 | policy_event_thread | 140543715916576 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d6f22c8a-b0df-11ed-8f58-9e494b451aaa | InvocationID=d6f22f14-b0df-11ed-8f58-9e494b451aaa | Error trying to poll policy response topic on MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:31:40+0000 | aai_event_thread | 140543714855712 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ce66e79a-b0df-11ed-8f58-9e494b451aaa | InvocationID=ce66ed6c-b0df-11ed-8f58-9e494b451aaa | Polling MR for XNF AAI events.
2023-02-20T05:31:40+0000 | aai_event_thread | 140543714855712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=da57860e-b0df-11ed-8f58-9e494b451aaa | InvocationID=da578e1a-b0df-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T05:31:40+0000 | aai_event_thread | 140543714855712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=da57860e-b0df-11ed-8f58-9e494b451aaa | InvocationID=da578e1a-b0df-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:31:40+0000 | aai_event_thread | 140543714855712 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=da57860e-b0df-11ed-8f58-9e494b451aaa | InvocationID=da578e1a-b0df-11ed-8f58-9e494b451aaa | Failed to process AAI event due to: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:31:59+0000 | policy_event_thread | 140543715916576 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d6f22c8a-b0df-11ed-8f58-9e494b451aaa | InvocationID=d6f22f14-b0df-11ed-8f58-9e494b451aaa | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T05:31:59+0000 | policy_event_thread | 140543715916576 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e5e005dc-b0df-11ed-8f58-9e494b451aaa | InvocationID=e5e0094c-b0df-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T05:31:59+0000 | policy_event_thread | 140543715916576 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e5e005dc-b0df-11ed-8f58-9e494b451aaa | InvocationID=e5e0094c-b0df-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:31:59+0000 | policy_event_thread | 140543715916576 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e5e005dc-b0df-11ed-8f58-9e494b451aaa | InvocationID=e5e0094c-b0df-11ed-8f58-9e494b451aaa | Error trying to poll policy response topic on MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:32:00+0000 | aai_event_thread | 140543714855712 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=da57860e-b0df-11ed-8f58-9e494b451aaa | InvocationID=da578e1a-b0df-11ed-8f58-9e494b451aaa | Polling MR for XNF AAI events.
2023-02-20T05:32:00+0000 | aai_event_thread | 140543714855712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e647413e-b0df-11ed-8f58-9e494b451aaa | InvocationID=e647440e-b0df-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T05:32:00+0000 | aai_event_thread | 140543714855712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e647413e-b0df-11ed-8f58-9e494b451aaa | InvocationID=e647440e-b0df-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:32:00+0000 | aai_event_thread | 140543714855712 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e647413e-b0df-11ed-8f58-9e494b451aaa | InvocationID=e647440e-b0df-11ed-8f58-9e494b451aaa | Failed to process AAI event due to: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:32:20+0000 | aai_event_thread | 140543714855712 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e647413e-b0df-11ed-8f58-9e494b451aaa | InvocationID=e647440e-b0df-11ed-8f58-9e494b451aaa | Polling MR for XNF AAI events.
2023-02-20T05:32:20+0000 | aai_event_thread | 140543714855712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f236f0e8-b0df-11ed-8f58-9e494b451aaa | InvocationID=f236f2b4-b0df-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T05:32:20+0000 | aai_event_thread | 140543714855712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f236f0e8-b0df-11ed-8f58-9e494b451aaa | InvocationID=f236f2b4-b0df-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:32:20+0000 | aai_event_thread | 140543714855712 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f236f0e8-b0df-11ed-8f58-9e494b451aaa | InvocationID=f236f2b4-b0df-11ed-8f58-9e494b451aaa | Failed to process AAI event due to: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:32:24+0000 | policy_event_thread | 140543715916576 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e5e005dc-b0df-11ed-8f58-9e494b451aaa | InvocationID=e5e0094c-b0df-11ed-8f58-9e494b451aaa | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T05:32:24+0000 | policy_event_thread | 140543715916576 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f4cd7f84-b0df-11ed-8f58-9e494b451aaa | InvocationID=f4cd82b8-b0df-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T05:32:24+0000 | policy_event_thread | 140543715916576 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f4cd7f84-b0df-11ed-8f58-9e494b451aaa | InvocationID=f4cd82b8-b0df-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:32:24+0000 | policy_event_thread | 140543715916576 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f4cd7f84-b0df-11ed-8f58-9e494b451aaa | InvocationID=f4cd82b8-b0df-11ed-8f58-9e494b451aaa | Error trying to poll policy response topic on MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:32:40+0000 | aai_event_thread | 140543714855712 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f236f0e8-b0df-11ed-8f58-9e494b451aaa | InvocationID=f236f2b4-b0df-11ed-8f58-9e494b451aaa | Polling MR for XNF AAI events.
2023-02-20T05:32:40+0000 | aai_event_thread | 140543714855712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fe2a15f6-b0df-11ed-8f58-9e494b451aaa | InvocationID=fe2a17a4-b0df-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T05:32:40+0000 | aai_event_thread | 140543714855712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fe2a15f6-b0df-11ed-8f58-9e494b451aaa | InvocationID=fe2a17a4-b0df-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:32:40+0000 | aai_event_thread | 140543714855712 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fe2a15f6-b0df-11ed-8f58-9e494b451aaa | InvocationID=fe2a17a4-b0df-11ed-8f58-9e494b451aaa | Failed to process AAI event due to: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:32:49+0000 | policy_event_thread | 140543715916576 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f4cd7f84-b0df-11ed-8f58-9e494b451aaa | InvocationID=f4cd82b8-b0df-11ed-8f58-9e494b451aaa | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T05:32:49+0000 | policy_event_thread | 140543715916576 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=03b7584e-b0e0-11ed-8f58-9e494b451aaa | InvocationID=03b75a7e-b0e0-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T05:32:50+0000 | policy_event_thread | 140543715916576 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=03b7584e-b0e0-11ed-8f58-9e494b451aaa | InvocationID=03b75a7e-b0e0-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:32:50+0000 | policy_event_thread | 140543715916576 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=03b7584e-b0e0-11ed-8f58-9e494b451aaa | InvocationID=03b75a7e-b0e0-11ed-8f58-9e494b451aaa | Error trying to poll policy response topic on MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:33:00+0000 | aai_event_thread | 140543714855712 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fe2a15f6-b0df-11ed-8f58-9e494b451aaa | InvocationID=fe2a17a4-b0df-11ed-8f58-9e494b451aaa | Polling MR for XNF AAI events.
2023-02-20T05:33:00+0000 | aai_event_thread | 140543714855712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0a1b5546-b0e0-11ed-8f58-9e494b451aaa | InvocationID=0a1b5726-b0e0-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T05:33:00+0000 | aai_event_thread | 140543714855712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0a1b5546-b0e0-11ed-8f58-9e494b451aaa | InvocationID=0a1b5726-b0e0-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:33:00+0000 | aai_event_thread | 140543714855712 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0a1b5546-b0e0-11ed-8f58-9e494b451aaa | InvocationID=0a1b5726-b0e0-11ed-8f58-9e494b451aaa | Failed to process AAI event due to: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:33:15+0000 | policy_event_thread | 140543715916576 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=03b7584e-b0e0-11ed-8f58-9e494b451aaa | InvocationID=03b75a7e-b0e0-11ed-8f58-9e494b451aaa | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T05:33:15+0000 | policy_event_thread | 140543715916576 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=12a2fa2a-b0e0-11ed-8f58-9e494b451aaa | InvocationID=12a2fcaa-b0e0-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T05:33:15+0000 | policy_event_thread | 140543715916576 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=12a2fa2a-b0e0-11ed-8f58-9e494b451aaa | InvocationID=12a2fcaa-b0e0-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:33:15+0000 | policy_event_thread | 140543715916576 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=12a2fa2a-b0e0-11ed-8f58-9e494b451aaa | InvocationID=12a2fcaa-b0e0-11ed-8f58-9e494b451aaa | Error trying to poll policy response topic on MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:33:20+0000 | aai_event_thread | 140543714855712 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0a1b5546-b0e0-11ed-8f58-9e494b451aaa | InvocationID=0a1b5726-b0e0-11ed-8f58-9e494b451aaa | Polling MR for XNF AAI events.
2023-02-20T05:33:20+0000 | aai_event_thread | 140543714855712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=160f07c6-b0e0-11ed-8f58-9e494b451aaa | InvocationID=160f0d0c-b0e0-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T05:33:20+0000 | aai_event_thread | 140543714855712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=160f07c6-b0e0-11ed-8f58-9e494b451aaa | InvocationID=160f0d0c-b0e0-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:33:20+0000 | aai_event_thread | 140543714855712 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=160f07c6-b0e0-11ed-8f58-9e494b451aaa | InvocationID=160f0d0c-b0e0-11ed-8f58-9e494b451aaa | Failed to process AAI event due to: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:33:40+0000 | policy_event_thread | 140543715916576 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=12a2fa2a-b0e0-11ed-8f58-9e494b451aaa | InvocationID=12a2fcaa-b0e0-11ed-8f58-9e494b451aaa | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T05:33:40+0000 | policy_event_thread | 140543715916576 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=218f7f0e-b0e0-11ed-8f58-9e494b451aaa | InvocationID=218f8116-b0e0-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T05:33:40+0000 | policy_event_thread | 140543715916576 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=218f7f0e-b0e0-11ed-8f58-9e494b451aaa | InvocationID=218f8116-b0e0-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:33:40+0000 | policy_event_thread | 140543715916576 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=218f7f0e-b0e0-11ed-8f58-9e494b451aaa | InvocationID=218f8116-b0e0-11ed-8f58-9e494b451aaa | Error trying to poll policy response topic on MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:33:40+0000 | aai_event_thread | 140543714855712 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=160f07c6-b0e0-11ed-8f58-9e494b451aaa | InvocationID=160f0d0c-b0e0-11ed-8f58-9e494b451aaa | Polling MR for XNF AAI events.
2023-02-20T05:33:40+0000 | aai_event_thread | 140543714855712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=220059d6-b0e0-11ed-8f58-9e494b451aaa | InvocationID=22005c6a-b0e0-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T05:33:40+0000 | aai_event_thread | 140543714855712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=220059d6-b0e0-11ed-8f58-9e494b451aaa | InvocationID=22005c6a-b0e0-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:33:40+0000 | aai_event_thread | 140543714855712 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=220059d6-b0e0-11ed-8f58-9e494b451aaa | InvocationID=22005c6a-b0e0-11ed-8f58-9e494b451aaa | Failed to process AAI event due to: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:34:00+0000 | aai_event_thread | 140543714855712 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=220059d6-b0e0-11ed-8f58-9e494b451aaa | InvocationID=22005c6a-b0e0-11ed-8f58-9e494b451aaa | Polling MR for XNF AAI events.
2023-02-20T05:34:00+0000 | aai_event_thread | 140543714855712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2defeab8-b0e0-11ed-8f58-9e494b451aaa | InvocationID=2deff026-b0e0-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T05:34:00+0000 | aai_event_thread | 140543714855712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2defeab8-b0e0-11ed-8f58-9e494b451aaa | InvocationID=2deff026-b0e0-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:34:00+0000 | aai_event_thread | 140543714855712 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2defeab8-b0e0-11ed-8f58-9e494b451aaa | InvocationID=2deff026-b0e0-11ed-8f58-9e494b451aaa | Failed to process AAI event due to: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:34:05+0000 | policy_event_thread | 140543715916576 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=218f7f0e-b0e0-11ed-8f58-9e494b451aaa | InvocationID=218f8116-b0e0-11ed-8f58-9e494b451aaa | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T05:34:05+0000 | policy_event_thread | 140543715916576 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=307e2f06-b0e0-11ed-8f58-9e494b451aaa | InvocationID=307e31cc-b0e0-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T05:34:05+0000 | policy_event_thread | 140543715916576 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=307e2f06-b0e0-11ed-8f58-9e494b451aaa | InvocationID=307e31cc-b0e0-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:34:05+0000 | policy_event_thread | 140543715916576 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=307e2f06-b0e0-11ed-8f58-9e494b451aaa | InvocationID=307e31cc-b0e0-11ed-8f58-9e494b451aaa | Error trying to poll policy response topic on MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:34:20+0000 | aai_event_thread | 140543714855712 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2defeab8-b0e0-11ed-8f58-9e494b451aaa | InvocationID=2deff026-b0e0-11ed-8f58-9e494b451aaa | Polling MR for XNF AAI events.
2023-02-20T05:34:20+0000 | aai_event_thread | 140543714855712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=39e2f8d8-b0e0-11ed-8f58-9e494b451aaa | InvocationID=39e2fc20-b0e0-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T05:34:20+0000 | aai_event_thread | 140543714855712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=39e2f8d8-b0e0-11ed-8f58-9e494b451aaa | InvocationID=39e2fc20-b0e0-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:34:20+0000 | aai_event_thread | 140543714855712 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=39e2f8d8-b0e0-11ed-8f58-9e494b451aaa | InvocationID=39e2fc20-b0e0-11ed-8f58-9e494b451aaa | Failed to process AAI event due to: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:34:30+0000 | policy_event_thread | 140543715916576 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=307e2f06-b0e0-11ed-8f58-9e494b451aaa | InvocationID=307e31cc-b0e0-11ed-8f58-9e494b451aaa | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T05:34:30+0000 | policy_event_thread | 140543715916576 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3f684e02-b0e0-11ed-8f58-9e494b451aaa | InvocationID=3f685078-b0e0-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T05:34:30+0000 | policy_event_thread | 140543715916576 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3f684e02-b0e0-11ed-8f58-9e494b451aaa | InvocationID=3f685078-b0e0-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:34:30+0000 | policy_event_thread | 140543715916576 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3f684e02-b0e0-11ed-8f58-9e494b451aaa | InvocationID=3f685078-b0e0-11ed-8f58-9e494b451aaa | Error trying to poll policy response topic on MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:34:40+0000 | aai_event_thread | 140543714855712 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=39e2f8d8-b0e0-11ed-8f58-9e494b451aaa | InvocationID=39e2fc20-b0e0-11ed-8f58-9e494b451aaa | Polling MR for XNF AAI events.
2023-02-20T05:34:40+0000 | aai_event_thread | 140543714855712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=45d63e20-b0e0-11ed-8f58-9e494b451aaa | InvocationID=45d640e6-b0e0-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T05:34:40+0000 | aai_event_thread | 140543714855712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=45d63e20-b0e0-11ed-8f58-9e494b451aaa | InvocationID=45d640e6-b0e0-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:34:40+0000 | aai_event_thread | 140543714855712 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=45d63e20-b0e0-11ed-8f58-9e494b451aaa | InvocationID=45d640e6-b0e0-11ed-8f58-9e494b451aaa | Failed to process AAI event due to: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:34:55+0000 | policy_event_thread | 140543715916576 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3f684e02-b0e0-11ed-8f58-9e494b451aaa | InvocationID=3f685078-b0e0-11ed-8f58-9e494b451aaa | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T05:34:55+0000 | policy_event_thread | 140543715916576 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4e52dc34-b0e0-11ed-8f58-9e494b451aaa | InvocationID=4e52de50-b0e0-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T05:34:55+0000 | policy_event_thread | 140543715916576 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4e52dc34-b0e0-11ed-8f58-9e494b451aaa | InvocationID=4e52de50-b0e0-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:34:55+0000 | policy_event_thread | 140543715916576 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4e52dc34-b0e0-11ed-8f58-9e494b451aaa | InvocationID=4e52de50-b0e0-11ed-8f58-9e494b451aaa | Error trying to poll policy response topic on MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:35:00+0000 | aai_event_thread | 140543714855712 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=45d63e20-b0e0-11ed-8f58-9e494b451aaa | InvocationID=45d640e6-b0e0-11ed-8f58-9e494b451aaa | Polling MR for XNF AAI events.
2023-02-20T05:35:00+0000 | aai_event_thread | 140543714855712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=51c72dc0-b0e0-11ed-8f58-9e494b451aaa | InvocationID=51c73036-b0e0-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T05:35:00+0000 | aai_event_thread | 140543714855712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=51c72dc0-b0e0-11ed-8f58-9e494b451aaa | InvocationID=51c73036-b0e0-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:35:00+0000 | aai_event_thread | 140543714855712 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=51c72dc0-b0e0-11ed-8f58-9e494b451aaa | InvocationID=51c73036-b0e0-11ed-8f58-9e494b451aaa | Failed to process AAI event due to: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:35:20+0000 | policy_event_thread | 140543715916576 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4e52dc34-b0e0-11ed-8f58-9e494b451aaa | InvocationID=4e52de50-b0e0-11ed-8f58-9e494b451aaa | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T05:35:20+0000 | policy_event_thread | 140543715916576 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5d41426c-b0e0-11ed-8f58-9e494b451aaa | InvocationID=5d41456e-b0e0-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T05:35:20+0000 | policy_event_thread | 140543715916576 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5d41426c-b0e0-11ed-8f58-9e494b451aaa | InvocationID=5d41456e-b0e0-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:35:20+0000 | policy_event_thread | 140543715916576 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5d41426c-b0e0-11ed-8f58-9e494b451aaa | InvocationID=5d41456e-b0e0-11ed-8f58-9e494b451aaa | Error trying to poll policy response topic on MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:35:20+0000 | aai_event_thread | 140543714855712 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=51c72dc0-b0e0-11ed-8f58-9e494b451aaa | InvocationID=51c73036-b0e0-11ed-8f58-9e494b451aaa | Polling MR for XNF AAI events.
2023-02-20T05:35:20+0000 | aai_event_thread | 140543714855712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5db6305e-b0e0-11ed-8f58-9e494b451aaa | InvocationID=5db6336a-b0e0-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T05:35:21+0000 | aai_event_thread | 140543714855712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5db6305e-b0e0-11ed-8f58-9e494b451aaa | InvocationID=5db6336a-b0e0-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:35:21+0000 | aai_event_thread | 140543714855712 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5db6305e-b0e0-11ed-8f58-9e494b451aaa | InvocationID=5db6336a-b0e0-11ed-8f58-9e494b451aaa | Failed to process AAI event due to: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:35:41+0000 | aai_event_thread | 140543714855712 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5db6305e-b0e0-11ed-8f58-9e494b451aaa | InvocationID=5db6336a-b0e0-11ed-8f58-9e494b451aaa | Polling MR for XNF AAI events.
2023-02-20T05:35:41+0000 | aai_event_thread | 140543714855712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=69a6720c-b0e0-11ed-8f58-9e494b451aaa | InvocationID=69a67482-b0e0-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T05:35:41+0000 | aai_event_thread | 140543714855712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=69a6720c-b0e0-11ed-8f58-9e494b451aaa | InvocationID=69a67482-b0e0-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:35:41+0000 | aai_event_thread | 140543714855712 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=69a6720c-b0e0-11ed-8f58-9e494b451aaa | InvocationID=69a67482-b0e0-11ed-8f58-9e494b451aaa | Failed to process AAI event due to: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:35:45+0000 | policy_event_thread | 140543715916576 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5d41426c-b0e0-11ed-8f58-9e494b451aaa | InvocationID=5d41456e-b0e0-11ed-8f58-9e494b451aaa | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T05:35:45+0000 | policy_event_thread | 140543715916576 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6c2e975c-b0e0-11ed-8f58-9e494b451aaa | InvocationID=6c2e9914-b0e0-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T05:35:45+0000 | policy_event_thread | 140543715916576 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6c2e975c-b0e0-11ed-8f58-9e494b451aaa | InvocationID=6c2e9914-b0e0-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:35:45+0000 | policy_event_thread | 140543715916576 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6c2e975c-b0e0-11ed-8f58-9e494b451aaa | InvocationID=6c2e9914-b0e0-11ed-8f58-9e494b451aaa | Error trying to poll policy response topic on MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:36:01+0000 | aai_event_thread | 140543714855712 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=69a6720c-b0e0-11ed-8f58-9e494b451aaa | InvocationID=69a67482-b0e0-11ed-8f58-9e494b451aaa | Polling MR for XNF AAI events.
2023-02-20T05:36:01+0000 | aai_event_thread | 140543714855712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=759b2d96-b0e0-11ed-8f58-9e494b451aaa | InvocationID=759b2fc6-b0e0-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T05:36:01+0000 | aai_event_thread | 140543714855712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=759b2d96-b0e0-11ed-8f58-9e494b451aaa | InvocationID=759b2fc6-b0e0-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:36:01+0000 | aai_event_thread | 140543714855712 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=759b2d96-b0e0-11ed-8f58-9e494b451aaa | InvocationID=759b2fc6-b0e0-11ed-8f58-9e494b451aaa | Failed to process AAI event due to: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:36:10+0000 | policy_event_thread | 140543715916576 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6c2e975c-b0e0-11ed-8f58-9e494b451aaa | InvocationID=6c2e9914-b0e0-11ed-8f58-9e494b451aaa | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T05:36:10+0000 | policy_event_thread | 140543715916576 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7b1899ca-b0e0-11ed-8f58-9e494b451aaa | InvocationID=7b189b96-b0e0-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T05:36:10+0000 | policy_event_thread | 140543715916576 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7b1899ca-b0e0-11ed-8f58-9e494b451aaa | InvocationID=7b189b96-b0e0-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:36:10+0000 | policy_event_thread | 140543715916576 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7b1899ca-b0e0-11ed-8f58-9e494b451aaa | InvocationID=7b189b96-b0e0-11ed-8f58-9e494b451aaa | Error trying to poll policy response topic on MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:36:21+0000 | aai_event_thread | 140543714855712 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=759b2d96-b0e0-11ed-8f58-9e494b451aaa | InvocationID=759b2fc6-b0e0-11ed-8f58-9e494b451aaa | Polling MR for XNF AAI events.
2023-02-20T05:36:21+0000 | aai_event_thread | 140543714855712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=818beafa-b0e0-11ed-8f58-9e494b451aaa | InvocationID=818becb2-b0e0-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T05:36:21+0000 | aai_event_thread | 140543714855712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=818beafa-b0e0-11ed-8f58-9e494b451aaa | InvocationID=818becb2-b0e0-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:36:21+0000 | aai_event_thread | 140543714855712 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=818beafa-b0e0-11ed-8f58-9e494b451aaa | InvocationID=818becb2-b0e0-11ed-8f58-9e494b451aaa | Failed to process AAI event due to: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:36:35+0000 | policy_event_thread | 140543715916576 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7b1899ca-b0e0-11ed-8f58-9e494b451aaa | InvocationID=7b189b96-b0e0-11ed-8f58-9e494b451aaa | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T05:36:35+0000 | policy_event_thread | 140543715916576 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8a032946-b0e0-11ed-8f58-9e494b451aaa | InvocationID=8a032b30-b0e0-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T05:36:35+0000 | policy_event_thread | 140543715916576 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8a032946-b0e0-11ed-8f58-9e494b451aaa | InvocationID=8a032b30-b0e0-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:36:35+0000 | policy_event_thread | 140543715916576 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8a032946-b0e0-11ed-8f58-9e494b451aaa | InvocationID=8a032b30-b0e0-11ed-8f58-9e494b451aaa | Error trying to poll policy response topic on MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:36:41+0000 | aai_event_thread | 140543714855712 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=818beafa-b0e0-11ed-8f58-9e494b451aaa | InvocationID=818becb2-b0e0-11ed-8f58-9e494b451aaa | Polling MR for XNF AAI events.
2023-02-20T05:36:41+0000 | aai_event_thread | 140543714855712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8d7e893a-b0e0-11ed-8f58-9e494b451aaa | InvocationID=8d7e8b60-b0e0-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T05:36:41+0000 | aai_event_thread | 140543714855712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8d7e893a-b0e0-11ed-8f58-9e494b451aaa | InvocationID=8d7e8b60-b0e0-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:36:41+0000 | aai_event_thread | 140543714855712 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8d7e893a-b0e0-11ed-8f58-9e494b451aaa | InvocationID=8d7e8b60-b0e0-11ed-8f58-9e494b451aaa | Failed to process AAI event due to: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:37:00+0000 | policy_event_thread | 140543715916576 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8a032946-b0e0-11ed-8f58-9e494b451aaa | InvocationID=8a032b30-b0e0-11ed-8f58-9e494b451aaa | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T05:37:00+0000 | policy_event_thread | 140543715916576 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=98eee076-b0e0-11ed-8f58-9e494b451aaa | InvocationID=98eee292-b0e0-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T05:37:00+0000 | policy_event_thread | 140543715916576 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=98eee076-b0e0-11ed-8f58-9e494b451aaa | InvocationID=98eee292-b0e0-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:37:00+0000 | policy_event_thread | 140543715916576 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=98eee076-b0e0-11ed-8f58-9e494b451aaa | InvocationID=98eee292-b0e0-11ed-8f58-9e494b451aaa | Error trying to poll policy response topic on MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:37:01+0000 | aai_event_thread | 140543714855712 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8d7e893a-b0e0-11ed-8f58-9e494b451aaa | InvocationID=8d7e8b60-b0e0-11ed-8f58-9e494b451aaa | Polling MR for XNF AAI events.
2023-02-20T05:37:01+0000 | aai_event_thread | 140543714855712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=996dd016-b0e0-11ed-8f58-9e494b451aaa | InvocationID=996dd250-b0e0-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T05:37:01+0000 | aai_event_thread | 140543714855712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=996dd016-b0e0-11ed-8f58-9e494b451aaa | InvocationID=996dd250-b0e0-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:37:01+0000 | aai_event_thread | 140543714855712 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=996dd016-b0e0-11ed-8f58-9e494b451aaa | InvocationID=996dd250-b0e0-11ed-8f58-9e494b451aaa | Failed to process AAI event due to: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:37:21+0000 | aai_event_thread | 140543714855712 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=996dd016-b0e0-11ed-8f58-9e494b451aaa | InvocationID=996dd250-b0e0-11ed-8f58-9e494b451aaa | Polling MR for XNF AAI events.
2023-02-20T05:37:21+0000 | aai_event_thread | 140543714855712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a55d6a1c-b0e0-11ed-8f58-9e494b451aaa | InvocationID=a55d6ca6-b0e0-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T05:37:21+0000 | aai_event_thread | 140543714855712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a55d6a1c-b0e0-11ed-8f58-9e494b451aaa | InvocationID=a55d6ca6-b0e0-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:37:21+0000 | aai_event_thread | 140543714855712 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a55d6a1c-b0e0-11ed-8f58-9e494b451aaa | InvocationID=a55d6ca6-b0e0-11ed-8f58-9e494b451aaa | Failed to process AAI event due to: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:37:25+0000 | policy_event_thread | 140543715916576 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=98eee076-b0e0-11ed-8f58-9e494b451aaa | InvocationID=98eee292-b0e0-11ed-8f58-9e494b451aaa | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T05:37:25+0000 | policy_event_thread | 140543715916576 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a7dcf88e-b0e0-11ed-8f58-9e494b451aaa | InvocationID=a7dcfa3c-b0e0-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T05:37:25+0000 | policy_event_thread | 140543715916576 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a7dcf88e-b0e0-11ed-8f58-9e494b451aaa | InvocationID=a7dcfa3c-b0e0-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:37:25+0000 | policy_event_thread | 140543715916576 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a7dcf88e-b0e0-11ed-8f58-9e494b451aaa | InvocationID=a7dcfa3c-b0e0-11ed-8f58-9e494b451aaa | Error trying to poll policy response topic on MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:37:41+0000 | aai_event_thread | 140543714855712 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a55d6a1c-b0e0-11ed-8f58-9e494b451aaa | InvocationID=a55d6ca6-b0e0-11ed-8f58-9e494b451aaa | Polling MR for XNF AAI events.
2023-02-20T05:37:41+0000 | aai_event_thread | 140543714855712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b150841c-b0e0-11ed-8f58-9e494b451aaa | InvocationID=b15086e2-b0e0-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T05:37:41+0000 | aai_event_thread | 140543714855712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b150841c-b0e0-11ed-8f58-9e494b451aaa | InvocationID=b15086e2-b0e0-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:37:41+0000 | aai_event_thread | 140543714855712 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b150841c-b0e0-11ed-8f58-9e494b451aaa | InvocationID=b15086e2-b0e0-11ed-8f58-9e494b451aaa | Failed to process AAI event due to: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:37:50+0000 | policy_event_thread | 140543715916576 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a7dcf88e-b0e0-11ed-8f58-9e494b451aaa | InvocationID=a7dcfa3c-b0e0-11ed-8f58-9e494b451aaa | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T05:37:50+0000 | policy_event_thread | 140543715916576 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b6c6c686-b0e0-11ed-8f58-9e494b451aaa | InvocationID=b6c6c8b6-b0e0-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T05:37:50+0000 | policy_event_thread | 140543715916576 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b6c6c686-b0e0-11ed-8f58-9e494b451aaa | InvocationID=b6c6c8b6-b0e0-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:37:50+0000 | policy_event_thread | 140543715916576 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b6c6c686-b0e0-11ed-8f58-9e494b451aaa | InvocationID=b6c6c8b6-b0e0-11ed-8f58-9e494b451aaa | Error trying to poll policy response topic on MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:38:01+0000 | aai_event_thread | 140543714855712 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b150841c-b0e0-11ed-8f58-9e494b451aaa | InvocationID=b15086e2-b0e0-11ed-8f58-9e494b451aaa | Polling MR for XNF AAI events.
2023-02-20T05:38:01+0000 | aai_event_thread | 140543714855712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bd450194-b0e0-11ed-8f58-9e494b451aaa | InvocationID=bd450356-b0e0-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T05:38:01+0000 | aai_event_thread | 140543714855712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bd450194-b0e0-11ed-8f58-9e494b451aaa | InvocationID=bd450356-b0e0-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:38:01+0000 | aai_event_thread | 140543714855712 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bd450194-b0e0-11ed-8f58-9e494b451aaa | InvocationID=bd450356-b0e0-11ed-8f58-9e494b451aaa | Failed to process AAI event due to: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:38:15+0000 | policy_event_thread | 140543715916576 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b6c6c686-b0e0-11ed-8f58-9e494b451aaa | InvocationID=b6c6c8b6-b0e0-11ed-8f58-9e494b451aaa | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T05:38:15+0000 | policy_event_thread | 140543715916576 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c5b1373a-b0e0-11ed-8f58-9e494b451aaa | InvocationID=c5b13a96-b0e0-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T05:38:15+0000 | policy_event_thread | 140543715916576 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c5b1373a-b0e0-11ed-8f58-9e494b451aaa | InvocationID=c5b13a96-b0e0-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:38:15+0000 | policy_event_thread | 140543715916576 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c5b1373a-b0e0-11ed-8f58-9e494b451aaa | InvocationID=c5b13a96-b0e0-11ed-8f58-9e494b451aaa | Error trying to poll policy response topic on MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:38:21+0000 | aai_event_thread | 140543714855712 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bd450194-b0e0-11ed-8f58-9e494b451aaa | InvocationID=bd450356-b0e0-11ed-8f58-9e494b451aaa | Polling MR for XNF AAI events.
2023-02-20T05:38:21+0000 | aai_event_thread | 140543714855712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c935d2ee-b0e0-11ed-8f58-9e494b451aaa | InvocationID=c935d6ae-b0e0-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T05:38:21+0000 | aai_event_thread | 140543714855712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c935d2ee-b0e0-11ed-8f58-9e494b451aaa | InvocationID=c935d6ae-b0e0-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:38:21+0000 | aai_event_thread | 140543714855712 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c935d2ee-b0e0-11ed-8f58-9e494b451aaa | InvocationID=c935d6ae-b0e0-11ed-8f58-9e494b451aaa | Failed to process AAI event due to: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:38:40+0000 | policy_event_thread | 140543715916576 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c5b1373a-b0e0-11ed-8f58-9e494b451aaa | InvocationID=c5b13a96-b0e0-11ed-8f58-9e494b451aaa | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T05:38:40+0000 | policy_event_thread | 140543715916576 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d49e9986-b0e0-11ed-8f58-9e494b451aaa | InvocationID=d49e9cd8-b0e0-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T05:38:40+0000 | policy_event_thread | 140543715916576 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d49e9986-b0e0-11ed-8f58-9e494b451aaa | InvocationID=d49e9cd8-b0e0-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:38:40+0000 | policy_event_thread | 140543715916576 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d49e9986-b0e0-11ed-8f58-9e494b451aaa | InvocationID=d49e9cd8-b0e0-11ed-8f58-9e494b451aaa | Error trying to poll policy response topic on MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:38:41+0000 | aai_event_thread | 140543714855712 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c935d2ee-b0e0-11ed-8f58-9e494b451aaa | InvocationID=c935d6ae-b0e0-11ed-8f58-9e494b451aaa | Polling MR for XNF AAI events.
2023-02-20T05:38:41+0000 | aai_event_thread | 140543714855712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d5256024-b0e0-11ed-8f58-9e494b451aaa | InvocationID=d525624a-b0e0-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T05:38:41+0000 | aai_event_thread | 140543714855712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d5256024-b0e0-11ed-8f58-9e494b451aaa | InvocationID=d525624a-b0e0-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:38:41+0000 | aai_event_thread | 140543714855712 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d5256024-b0e0-11ed-8f58-9e494b451aaa | InvocationID=d525624a-b0e0-11ed-8f58-9e494b451aaa | Failed to process AAI event due to: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:39:01+0000 | aai_event_thread | 140543714855712 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d5256024-b0e0-11ed-8f58-9e494b451aaa | InvocationID=d525624a-b0e0-11ed-8f58-9e494b451aaa | Polling MR for XNF AAI events.
2023-02-20T05:39:01+0000 | aai_event_thread | 140543714855712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e1142c08-b0e0-11ed-8f58-9e494b451aaa | InvocationID=e1142e74-b0e0-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T05:39:01+0000 | aai_event_thread | 140543714855712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e1142c08-b0e0-11ed-8f58-9e494b451aaa | InvocationID=e1142e74-b0e0-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:39:01+0000 | aai_event_thread | 140543714855712 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e1142c08-b0e0-11ed-8f58-9e494b451aaa | InvocationID=e1142e74-b0e0-11ed-8f58-9e494b451aaa | Failed to process AAI event due to: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:39:05+0000 | policy_event_thread | 140543715916576 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d49e9986-b0e0-11ed-8f58-9e494b451aaa | InvocationID=d49e9cd8-b0e0-11ed-8f58-9e494b451aaa | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T05:39:05+0000 | policy_event_thread | 140543715916576 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e38a4242-b0e0-11ed-8f58-9e494b451aaa | InvocationID=e38a447c-b0e0-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T05:39:05+0000 | policy_event_thread | 140543715916576 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e38a4242-b0e0-11ed-8f58-9e494b451aaa | InvocationID=e38a447c-b0e0-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:39:05+0000 | policy_event_thread | 140543715916576 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e38a4242-b0e0-11ed-8f58-9e494b451aaa | InvocationID=e38a447c-b0e0-11ed-8f58-9e494b451aaa | Error trying to poll policy response topic on MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:39:21+0000 | aai_event_thread | 140543714855712 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e1142c08-b0e0-11ed-8f58-9e494b451aaa | InvocationID=e1142e74-b0e0-11ed-8f58-9e494b451aaa | Polling MR for XNF AAI events.
2023-02-20T05:39:21+0000 | aai_event_thread | 140543714855712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ed0858fe-b0e0-11ed-8f58-9e494b451aaa | InvocationID=ed085b10-b0e0-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T05:39:21+0000 | aai_event_thread | 140543714855712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ed0858fe-b0e0-11ed-8f58-9e494b451aaa | InvocationID=ed085b10-b0e0-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:39:21+0000 | aai_event_thread | 140543714855712 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ed0858fe-b0e0-11ed-8f58-9e494b451aaa | InvocationID=ed085b10-b0e0-11ed-8f58-9e494b451aaa | Failed to process AAI event due to: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:39:30+0000 | policy_event_thread | 140543715916576 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e38a4242-b0e0-11ed-8f58-9e494b451aaa | InvocationID=e38a447c-b0e0-11ed-8f58-9e494b451aaa | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T05:39:30+0000 | policy_event_thread | 140543715916576 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f2749370-b0e0-11ed-8f58-9e494b451aaa | InvocationID=f2749528-b0e0-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T05:39:30+0000 | policy_event_thread | 140543715916576 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f2749370-b0e0-11ed-8f58-9e494b451aaa | InvocationID=f2749528-b0e0-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:39:30+0000 | policy_event_thread | 140543715916576 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f2749370-b0e0-11ed-8f58-9e494b451aaa | InvocationID=f2749528-b0e0-11ed-8f58-9e494b451aaa | Error trying to poll policy response topic on MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:39:41+0000 | aai_event_thread | 140543714855712 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ed0858fe-b0e0-11ed-8f58-9e494b451aaa | InvocationID=ed085b10-b0e0-11ed-8f58-9e494b451aaa | Polling MR for XNF AAI events.
2023-02-20T05:39:41+0000 | aai_event_thread | 140543714855712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f8f92fbc-b0e0-11ed-8f58-9e494b451aaa | InvocationID=f8f93278-b0e0-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T05:39:41+0000 | aai_event_thread | 140543714855712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f8f92fbc-b0e0-11ed-8f58-9e494b451aaa | InvocationID=f8f93278-b0e0-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:39:41+0000 | aai_event_thread | 140543714855712 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f8f92fbc-b0e0-11ed-8f58-9e494b451aaa | InvocationID=f8f93278-b0e0-11ed-8f58-9e494b451aaa | Failed to process AAI event due to: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:39:55+0000 | policy_event_thread | 140543715916576 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f2749370-b0e0-11ed-8f58-9e494b451aaa | InvocationID=f2749528-b0e0-11ed-8f58-9e494b451aaa | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T05:39:55+0000 | policy_event_thread | 140543715916576 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=015efb96-b0e1-11ed-8f58-9e494b451aaa | InvocationID=015f0352-b0e1-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T05:39:55+0000 | policy_event_thread | 140543715916576 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=015efb96-b0e1-11ed-8f58-9e494b451aaa | InvocationID=015f0352-b0e1-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:39:55+0000 | policy_event_thread | 140543715916576 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=015efb96-b0e1-11ed-8f58-9e494b451aaa | InvocationID=015f0352-b0e1-11ed-8f58-9e494b451aaa | Error trying to poll policy response topic on MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:40:01+0000 | aai_event_thread | 140543714855712 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f8f92fbc-b0e0-11ed-8f58-9e494b451aaa | InvocationID=f8f93278-b0e0-11ed-8f58-9e494b451aaa | Polling MR for XNF AAI events.
2023-02-20T05:40:01+0000 | aai_event_thread | 140543714855712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=04f118f2-b0e1-11ed-8f58-9e494b451aaa | InvocationID=04f11b72-b0e1-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T05:40:01+0000 | aai_event_thread | 140543714855712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=04f118f2-b0e1-11ed-8f58-9e494b451aaa | InvocationID=04f11b72-b0e1-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:40:01+0000 | aai_event_thread | 140543714855712 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=04f118f2-b0e1-11ed-8f58-9e494b451aaa | InvocationID=04f11b72-b0e1-11ed-8f58-9e494b451aaa | Failed to process AAI event due to: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:40:20+0000 | policy_event_thread | 140543715916576 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=015efb96-b0e1-11ed-8f58-9e494b451aaa | InvocationID=015f0352-b0e1-11ed-8f58-9e494b451aaa | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T05:40:20+0000 | policy_event_thread | 140543715916576 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=104b533e-b0e1-11ed-8f58-9e494b451aaa | InvocationID=104b55fa-b0e1-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T05:40:20+0000 | policy_event_thread | 140543715916576 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=104b533e-b0e1-11ed-8f58-9e494b451aaa | InvocationID=104b55fa-b0e1-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:40:20+0000 | policy_event_thread | 140543715916576 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=104b533e-b0e1-11ed-8f58-9e494b451aaa | InvocationID=104b55fa-b0e1-11ed-8f58-9e494b451aaa | Error trying to poll policy response topic on MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:40:21+0000 | aai_event_thread | 140543714855712 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=04f118f2-b0e1-11ed-8f58-9e494b451aaa | InvocationID=04f11b72-b0e1-11ed-8f58-9e494b451aaa | Polling MR for XNF AAI events.
2023-02-20T05:40:21+0000 | aai_event_thread | 140543714855712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=10e11fe0-b0e1-11ed-8f58-9e494b451aaa | InvocationID=10e121a2-b0e1-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T05:40:21+0000 | aai_event_thread | 140543714855712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=10e11fe0-b0e1-11ed-8f58-9e494b451aaa | InvocationID=10e121a2-b0e1-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:40:21+0000 | aai_event_thread | 140543714855712 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=10e11fe0-b0e1-11ed-8f58-9e494b451aaa | InvocationID=10e121a2-b0e1-11ed-8f58-9e494b451aaa | Failed to process AAI event due to: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:40:41+0000 | aai_event_thread | 140543714855712 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=10e11fe0-b0e1-11ed-8f58-9e494b451aaa | InvocationID=10e121a2-b0e1-11ed-8f58-9e494b451aaa | Polling MR for XNF AAI events.
2023-02-20T05:40:41+0000 | aai_event_thread | 140543714855712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1cd01dec-b0e1-11ed-8f58-9e494b451aaa | InvocationID=1cd02044-b0e1-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T05:40:41+0000 | aai_event_thread | 140543714855712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1cd01dec-b0e1-11ed-8f58-9e494b451aaa | InvocationID=1cd02044-b0e1-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:40:41+0000 | aai_event_thread | 140543714855712 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1cd01dec-b0e1-11ed-8f58-9e494b451aaa | InvocationID=1cd02044-b0e1-11ed-8f58-9e494b451aaa | Failed to process AAI event due to: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:40:45+0000 | policy_event_thread | 140543715916576 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=104b533e-b0e1-11ed-8f58-9e494b451aaa | InvocationID=104b55fa-b0e1-11ed-8f58-9e494b451aaa | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T05:40:45+0000 | policy_event_thread | 140543715916576 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1f3a6650-b0e1-11ed-8f58-9e494b451aaa | InvocationID=1f3a6808-b0e1-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T05:40:45+0000 | policy_event_thread | 140543715916576 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1f3a6650-b0e1-11ed-8f58-9e494b451aaa | InvocationID=1f3a6808-b0e1-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:40:45+0000 | policy_event_thread | 140543715916576 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1f3a6650-b0e1-11ed-8f58-9e494b451aaa | InvocationID=1f3a6808-b0e1-11ed-8f58-9e494b451aaa | Error trying to poll policy response topic on MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:41:01+0000 | aai_event_thread | 140543714855712 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1cd01dec-b0e1-11ed-8f58-9e494b451aaa | InvocationID=1cd02044-b0e1-11ed-8f58-9e494b451aaa | Polling MR for XNF AAI events.
2023-02-20T05:41:01+0000 | aai_event_thread | 140543714855712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=28c0e17c-b0e1-11ed-8f58-9e494b451aaa | InvocationID=28c0e6a4-b0e1-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T05:41:01+0000 | aai_event_thread | 140543714855712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=28c0e17c-b0e1-11ed-8f58-9e494b451aaa | InvocationID=28c0e6a4-b0e1-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:41:01+0000 | aai_event_thread | 140543714855712 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=28c0e17c-b0e1-11ed-8f58-9e494b451aaa | InvocationID=28c0e6a4-b0e1-11ed-8f58-9e494b451aaa | Failed to process AAI event due to: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:41:10+0000 | policy_event_thread | 140543715916576 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1f3a6650-b0e1-11ed-8f58-9e494b451aaa | InvocationID=1f3a6808-b0e1-11ed-8f58-9e494b451aaa | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T05:41:10+0000 | policy_event_thread | 140543715916576 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2e240810-b0e1-11ed-8f58-9e494b451aaa | InvocationID=2e240ae0-b0e1-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T05:41:10+0000 | policy_event_thread | 140543715916576 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2e240810-b0e1-11ed-8f58-9e494b451aaa | InvocationID=2e240ae0-b0e1-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:41:10+0000 | policy_event_thread | 140543715916576 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2e240810-b0e1-11ed-8f58-9e494b451aaa | InvocationID=2e240ae0-b0e1-11ed-8f58-9e494b451aaa | Error trying to poll policy response topic on MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:41:21+0000 | aai_event_thread | 140543714855712 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=28c0e17c-b0e1-11ed-8f58-9e494b451aaa | InvocationID=28c0e6a4-b0e1-11ed-8f58-9e494b451aaa | Polling MR for XNF AAI events.
2023-02-20T05:41:21+0000 | aai_event_thread | 140543714855712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=34b4752a-b0e1-11ed-8f58-9e494b451aaa | InvocationID=34b477a0-b0e1-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T05:41:21+0000 | aai_event_thread | 140543714855712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=34b4752a-b0e1-11ed-8f58-9e494b451aaa | InvocationID=34b477a0-b0e1-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:41:21+0000 | aai_event_thread | 140543714855712 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=34b4752a-b0e1-11ed-8f58-9e494b451aaa | InvocationID=34b477a0-b0e1-11ed-8f58-9e494b451aaa | Failed to process AAI event due to: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:41:35+0000 | policy_event_thread | 140543715916576 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2e240810-b0e1-11ed-8f58-9e494b451aaa | InvocationID=2e240ae0-b0e1-11ed-8f58-9e494b451aaa | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T05:41:35+0000 | policy_event_thread | 140543715916576 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3d0f62ca-b0e1-11ed-8f58-9e494b451aaa | InvocationID=3d0f6496-b0e1-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T05:41:35+0000 | policy_event_thread | 140543715916576 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3d0f62ca-b0e1-11ed-8f58-9e494b451aaa | InvocationID=3d0f6496-b0e1-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:41:35+0000 | policy_event_thread | 140543715916576 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3d0f62ca-b0e1-11ed-8f58-9e494b451aaa | InvocationID=3d0f6496-b0e1-11ed-8f58-9e494b451aaa | Error trying to poll policy response topic on MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:41:41+0000 | aai_event_thread | 140543714855712 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=34b4752a-b0e1-11ed-8f58-9e494b451aaa | InvocationID=34b477a0-b0e1-11ed-8f58-9e494b451aaa | Polling MR for XNF AAI events.
2023-02-20T05:41:41+0000 | aai_event_thread | 140543714855712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=40a56dee-b0e1-11ed-8f58-9e494b451aaa | InvocationID=40a570a0-b0e1-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T05:41:41+0000 | aai_event_thread | 140543714855712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=40a56dee-b0e1-11ed-8f58-9e494b451aaa | InvocationID=40a570a0-b0e1-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:41:41+0000 | aai_event_thread | 140543714855712 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=40a56dee-b0e1-11ed-8f58-9e494b451aaa | InvocationID=40a570a0-b0e1-11ed-8f58-9e494b451aaa | Failed to process AAI event due to: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:42:00+0000 | policy_event_thread | 140543715916576 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3d0f62ca-b0e1-11ed-8f58-9e494b451aaa | InvocationID=3d0f6496-b0e1-11ed-8f58-9e494b451aaa | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T05:42:00+0000 | policy_event_thread | 140543715916576 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4bfd92b6-b0e1-11ed-8f58-9e494b451aaa | InvocationID=4bfd94b4-b0e1-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T05:42:00+0000 | policy_event_thread | 140543715916576 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4bfd92b6-b0e1-11ed-8f58-9e494b451aaa | InvocationID=4bfd94b4-b0e1-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:42:00+0000 | policy_event_thread | 140543715916576 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4bfd92b6-b0e1-11ed-8f58-9e494b451aaa | InvocationID=4bfd94b4-b0e1-11ed-8f58-9e494b451aaa | Error trying to poll policy response topic on MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:42:01+0000 | aai_event_thread | 140543714855712 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=40a56dee-b0e1-11ed-8f58-9e494b451aaa | InvocationID=40a570a0-b0e1-11ed-8f58-9e494b451aaa | Polling MR for XNF AAI events.
2023-02-20T05:42:01+0000 | aai_event_thread | 140543714855712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4c94b83a-b0e1-11ed-8f58-9e494b451aaa | InvocationID=4c94ba4c-b0e1-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T05:42:01+0000 | aai_event_thread | 140543714855712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4c94b83a-b0e1-11ed-8f58-9e494b451aaa | InvocationID=4c94ba4c-b0e1-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:42:01+0000 | aai_event_thread | 140543714855712 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4c94b83a-b0e1-11ed-8f58-9e494b451aaa | InvocationID=4c94ba4c-b0e1-11ed-8f58-9e494b451aaa | Failed to process AAI event due to: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:42:21+0000 | aai_event_thread | 140543714855712 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4c94b83a-b0e1-11ed-8f58-9e494b451aaa | InvocationID=4c94ba4c-b0e1-11ed-8f58-9e494b451aaa | Polling MR for XNF AAI events.
2023-02-20T05:42:21+0000 | aai_event_thread | 140543714855712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5883d6d0-b0e1-11ed-8f58-9e494b451aaa | InvocationID=5883d8ec-b0e1-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T05:42:21+0000 | aai_event_thread | 140543714855712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5883d6d0-b0e1-11ed-8f58-9e494b451aaa | InvocationID=5883d8ec-b0e1-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:42:21+0000 | aai_event_thread | 140543714855712 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5883d6d0-b0e1-11ed-8f58-9e494b451aaa | InvocationID=5883d8ec-b0e1-11ed-8f58-9e494b451aaa | Failed to process AAI event due to: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:42:25+0000 | policy_event_thread | 140543715916576 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4bfd92b6-b0e1-11ed-8f58-9e494b451aaa | InvocationID=4bfd94b4-b0e1-11ed-8f58-9e494b451aaa | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T05:42:25+0000 | policy_event_thread | 140543715916576 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5ae9d014-b0e1-11ed-8f58-9e494b451aaa | InvocationID=5ae9d230-b0e1-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T05:42:25+0000 | policy_event_thread | 140543715916576 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5ae9d014-b0e1-11ed-8f58-9e494b451aaa | InvocationID=5ae9d230-b0e1-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:42:25+0000 | policy_event_thread | 140543715916576 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5ae9d014-b0e1-11ed-8f58-9e494b451aaa | InvocationID=5ae9d230-b0e1-11ed-8f58-9e494b451aaa | Error trying to poll policy response topic on MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:42:41+0000 | aai_event_thread | 140543714855712 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5883d6d0-b0e1-11ed-8f58-9e494b451aaa | InvocationID=5883d8ec-b0e1-11ed-8f58-9e494b451aaa | Polling MR for XNF AAI events.
2023-02-20T05:42:41+0000 | aai_event_thread | 140543714855712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6475ec58-b0e1-11ed-8f58-9e494b451aaa | InvocationID=6475eeb0-b0e1-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T05:42:41+0000 | aai_event_thread | 140543714855712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6475ec58-b0e1-11ed-8f58-9e494b451aaa | InvocationID=6475eeb0-b0e1-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:42:41+0000 | aai_event_thread | 140543714855712 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6475ec58-b0e1-11ed-8f58-9e494b451aaa | InvocationID=6475eeb0-b0e1-11ed-8f58-9e494b451aaa | Failed to process AAI event due to: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:42:50+0000 | policy_event_thread | 140543715916576 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5ae9d014-b0e1-11ed-8f58-9e494b451aaa | InvocationID=5ae9d230-b0e1-11ed-8f58-9e494b451aaa | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T05:42:50+0000 | policy_event_thread | 140543715916576 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=69d3940c-b0e1-11ed-8f58-9e494b451aaa | InvocationID=69d395ce-b0e1-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T05:42:50+0000 | policy_event_thread | 140543715916576 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=69d3940c-b0e1-11ed-8f58-9e494b451aaa | InvocationID=69d395ce-b0e1-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:42:50+0000 | policy_event_thread | 140543715916576 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=69d3940c-b0e1-11ed-8f58-9e494b451aaa | InvocationID=69d395ce-b0e1-11ed-8f58-9e494b451aaa | Error trying to poll policy response topic on MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:43:01+0000 | aai_event_thread | 140543714855712 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6475ec58-b0e1-11ed-8f58-9e494b451aaa | InvocationID=6475eeb0-b0e1-11ed-8f58-9e494b451aaa | Polling MR for XNF AAI events.
2023-02-20T05:43:01+0000 | aai_event_thread | 140543714855712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=70684ea2-b0e1-11ed-8f58-9e494b451aaa | InvocationID=70685064-b0e1-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T05:43:01+0000 | aai_event_thread | 140543714855712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=70684ea2-b0e1-11ed-8f58-9e494b451aaa | InvocationID=70685064-b0e1-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:43:01+0000 | aai_event_thread | 140543714855712 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=70684ea2-b0e1-11ed-8f58-9e494b451aaa | InvocationID=70685064-b0e1-11ed-8f58-9e494b451aaa | Failed to process AAI event due to: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:43:15+0000 | policy_event_thread | 140543715916576 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=69d3940c-b0e1-11ed-8f58-9e494b451aaa | InvocationID=69d395ce-b0e1-11ed-8f58-9e494b451aaa | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T05:43:15+0000 | policy_event_thread | 140543715916576 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=78bdafde-b0e1-11ed-8f58-9e494b451aaa | InvocationID=78bdb222-b0e1-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T05:43:15+0000 | policy_event_thread | 140543715916576 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=78bdafde-b0e1-11ed-8f58-9e494b451aaa | InvocationID=78bdb222-b0e1-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:43:15+0000 | policy_event_thread | 140543715916576 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=78bdafde-b0e1-11ed-8f58-9e494b451aaa | InvocationID=78bdb222-b0e1-11ed-8f58-9e494b451aaa | Error trying to poll policy response topic on MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:43:21+0000 | aai_event_thread | 140543714855712 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=70684ea2-b0e1-11ed-8f58-9e494b451aaa | InvocationID=70685064-b0e1-11ed-8f58-9e494b451aaa | Polling MR for XNF AAI events.
2023-02-20T05:43:21+0000 | aai_event_thread | 140543714855712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7c5ad3ec-b0e1-11ed-8f58-9e494b451aaa | InvocationID=7c5ad838-b0e1-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T05:43:21+0000 | aai_event_thread | 140543714855712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7c5ad3ec-b0e1-11ed-8f58-9e494b451aaa | InvocationID=7c5ad838-b0e1-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:43:21+0000 | aai_event_thread | 140543714855712 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7c5ad3ec-b0e1-11ed-8f58-9e494b451aaa | InvocationID=7c5ad838-b0e1-11ed-8f58-9e494b451aaa | Failed to process AAI event due to: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:43:40+0000 | policy_event_thread | 140543715916576 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=78bdafde-b0e1-11ed-8f58-9e494b451aaa | InvocationID=78bdb222-b0e1-11ed-8f58-9e494b451aaa | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T05:43:40+0000 | policy_event_thread | 140543715916576 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=87aa1c62-b0e1-11ed-8f58-9e494b451aaa | InvocationID=87aa1f0a-b0e1-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T05:43:40+0000 | policy_event_thread | 140543715916576 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=87aa1c62-b0e1-11ed-8f58-9e494b451aaa | InvocationID=87aa1f0a-b0e1-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:43:40+0000 | policy_event_thread | 140543715916576 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=87aa1c62-b0e1-11ed-8f58-9e494b451aaa | InvocationID=87aa1f0a-b0e1-11ed-8f58-9e494b451aaa | Error trying to poll policy response topic on MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:43:41+0000 | aai_event_thread | 140543714855712 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7c5ad3ec-b0e1-11ed-8f58-9e494b451aaa | InvocationID=7c5ad838-b0e1-11ed-8f58-9e494b451aaa | Polling MR for XNF AAI events.
2023-02-20T05:43:41+0000 | aai_event_thread | 140543714855712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=884b66d0-b0e1-11ed-8f58-9e494b451aaa | InvocationID=884b68ba-b0e1-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T05:43:41+0000 | aai_event_thread | 140543714855712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=884b66d0-b0e1-11ed-8f58-9e494b451aaa | InvocationID=884b68ba-b0e1-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:43:41+0000 | aai_event_thread | 140543714855712 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=884b66d0-b0e1-11ed-8f58-9e494b451aaa | InvocationID=884b68ba-b0e1-11ed-8f58-9e494b451aaa | Failed to process AAI event due to: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:44:01+0000 | aai_event_thread | 140543714855712 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=884b66d0-b0e1-11ed-8f58-9e494b451aaa | InvocationID=884b68ba-b0e1-11ed-8f58-9e494b451aaa | Polling MR for XNF AAI events.
2023-02-20T05:44:01+0000 | aai_event_thread | 140543714855712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=943a71b6-b0e1-11ed-8f58-9e494b451aaa | InvocationID=943a73a0-b0e1-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T05:44:01+0000 | aai_event_thread | 140543714855712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=943a71b6-b0e1-11ed-8f58-9e494b451aaa | InvocationID=943a73a0-b0e1-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:44:01+0000 | aai_event_thread | 140543714855712 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=943a71b6-b0e1-11ed-8f58-9e494b451aaa | InvocationID=943a73a0-b0e1-11ed-8f58-9e494b451aaa | Failed to process AAI event due to: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:44:05+0000 | policy_event_thread | 140543715916576 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=87aa1c62-b0e1-11ed-8f58-9e494b451aaa | InvocationID=87aa1f0a-b0e1-11ed-8f58-9e494b451aaa | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T05:44:05+0000 | policy_event_thread | 140543715916576 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9699ed9c-b0e1-11ed-8f58-9e494b451aaa | InvocationID=9699efd6-b0e1-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T05:44:05+0000 | policy_event_thread | 140543715916576 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9699ed9c-b0e1-11ed-8f58-9e494b451aaa | InvocationID=9699efd6-b0e1-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:44:05+0000 | policy_event_thread | 140543715916576 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9699ed9c-b0e1-11ed-8f58-9e494b451aaa | InvocationID=9699efd6-b0e1-11ed-8f58-9e494b451aaa | Error trying to poll policy response topic on MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:44:21+0000 | aai_event_thread | 140543714855712 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=943a71b6-b0e1-11ed-8f58-9e494b451aaa | InvocationID=943a73a0-b0e1-11ed-8f58-9e494b451aaa | Polling MR for XNF AAI events.
2023-02-20T05:44:21+0000 | aai_event_thread | 140543714855712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a02d65b4-b0e1-11ed-8f58-9e494b451aaa | InvocationID=a02d6b54-b0e1-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T05:44:22+0000 | aai_event_thread | 140543714855712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a02d65b4-b0e1-11ed-8f58-9e494b451aaa | InvocationID=a02d6b54-b0e1-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:44:22+0000 | aai_event_thread | 140543714855712 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a02d65b4-b0e1-11ed-8f58-9e494b451aaa | InvocationID=a02d6b54-b0e1-11ed-8f58-9e494b451aaa | Failed to process AAI event due to: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:44:30+0000 | policy_event_thread | 140543715916576 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9699ed9c-b0e1-11ed-8f58-9e494b451aaa | InvocationID=9699efd6-b0e1-11ed-8f58-9e494b451aaa | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T05:44:30+0000 | policy_event_thread | 140543715916576 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a58447f8-b0e1-11ed-8f58-9e494b451aaa | InvocationID=a5844a5a-b0e1-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T05:44:30+0000 | policy_event_thread | 140543715916576 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a58447f8-b0e1-11ed-8f58-9e494b451aaa | InvocationID=a5844a5a-b0e1-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:44:30+0000 | policy_event_thread | 140543715916576 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a58447f8-b0e1-11ed-8f58-9e494b451aaa | InvocationID=a5844a5a-b0e1-11ed-8f58-9e494b451aaa | Error trying to poll policy response topic on MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:44:42+0000 | aai_event_thread | 140543714855712 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a02d65b4-b0e1-11ed-8f58-9e494b451aaa | InvocationID=a02d6b54-b0e1-11ed-8f58-9e494b451aaa | Polling MR for XNF AAI events.
2023-02-20T05:44:42+0000 | aai_event_thread | 140543714855712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ac245c4c-b0e1-11ed-8f58-9e494b451aaa | InvocationID=ac245e18-b0e1-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T05:44:42+0000 | aai_event_thread | 140543714855712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ac245c4c-b0e1-11ed-8f58-9e494b451aaa | InvocationID=ac245e18-b0e1-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:44:42+0000 | aai_event_thread | 140543714855712 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ac245c4c-b0e1-11ed-8f58-9e494b451aaa | InvocationID=ac245e18-b0e1-11ed-8f58-9e494b451aaa | Failed to process AAI event due to: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:44:55+0000 | policy_event_thread | 140543715916576 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a58447f8-b0e1-11ed-8f58-9e494b451aaa | InvocationID=a5844a5a-b0e1-11ed-8f58-9e494b451aaa | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T05:44:55+0000 | policy_event_thread | 140543715916576 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b46fa906-b0e1-11ed-8f58-9e494b451aaa | InvocationID=b46fab90-b0e1-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T05:44:56+0000 | policy_event_thread | 140543715916576 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b46fa906-b0e1-11ed-8f58-9e494b451aaa | InvocationID=b46fab90-b0e1-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:44:56+0000 | policy_event_thread | 140543715916576 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b46fa906-b0e1-11ed-8f58-9e494b451aaa | InvocationID=b46fab90-b0e1-11ed-8f58-9e494b451aaa | Error trying to poll policy response topic on MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:45:02+0000 | aai_event_thread | 140543714855712 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ac245c4c-b0e1-11ed-8f58-9e494b451aaa | InvocationID=ac245e18-b0e1-11ed-8f58-9e494b451aaa | Polling MR for XNF AAI events.
2023-02-20T05:45:02+0000 | aai_event_thread | 140543714855712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b81703ce-b0e1-11ed-8f58-9e494b451aaa | InvocationID=b8170644-b0e1-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T05:45:02+0000 | aai_event_thread | 140543714855712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b81703ce-b0e1-11ed-8f58-9e494b451aaa | InvocationID=b8170644-b0e1-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:45:02+0000 | aai_event_thread | 140543714855712 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b81703ce-b0e1-11ed-8f58-9e494b451aaa | InvocationID=b8170644-b0e1-11ed-8f58-9e494b451aaa | Failed to process AAI event due to: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:45:21+0000 | policy_event_thread | 140543715916576 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b46fa906-b0e1-11ed-8f58-9e494b451aaa | InvocationID=b46fab90-b0e1-11ed-8f58-9e494b451aaa | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T05:45:21+0000 | policy_event_thread | 140543715916576 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c35e3720-b0e1-11ed-8f58-9e494b451aaa | InvocationID=c35e3996-b0e1-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T05:45:21+0000 | policy_event_thread | 140543715916576 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c35e3720-b0e1-11ed-8f58-9e494b451aaa | InvocationID=c35e3996-b0e1-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:45:21+0000 | policy_event_thread | 140543715916576 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c35e3720-b0e1-11ed-8f58-9e494b451aaa | InvocationID=c35e3996-b0e1-11ed-8f58-9e494b451aaa | Error trying to poll policy response topic on MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:45:22+0000 | aai_event_thread | 140543714855712 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b81703ce-b0e1-11ed-8f58-9e494b451aaa | InvocationID=b8170644-b0e1-11ed-8f58-9e494b451aaa | Polling MR for XNF AAI events.
2023-02-20T05:45:22+0000 | aai_event_thread | 140543714855712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c40807be-b0e1-11ed-8f58-9e494b451aaa | InvocationID=c40809e4-b0e1-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T05:45:22+0000 | aai_event_thread | 140543714855712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c40807be-b0e1-11ed-8f58-9e494b451aaa | InvocationID=c40809e4-b0e1-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:45:22+0000 | aai_event_thread | 140543714855712 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c40807be-b0e1-11ed-8f58-9e494b451aaa | InvocationID=c40809e4-b0e1-11ed-8f58-9e494b451aaa | Failed to process AAI event due to: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:45:42+0000 | aai_event_thread | 140543714855712 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c40807be-b0e1-11ed-8f58-9e494b451aaa | InvocationID=c40809e4-b0e1-11ed-8f58-9e494b451aaa | Polling MR for XNF AAI events.
2023-02-20T05:45:42+0000 | aai_event_thread | 140543714855712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cff78478-b0e1-11ed-8f58-9e494b451aaa | InvocationID=cff78b94-b0e1-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T05:45:42+0000 | aai_event_thread | 140543714855712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cff78478-b0e1-11ed-8f58-9e494b451aaa | InvocationID=cff78b94-b0e1-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:45:42+0000 | aai_event_thread | 140543714855712 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cff78478-b0e1-11ed-8f58-9e494b451aaa | InvocationID=cff78b94-b0e1-11ed-8f58-9e494b451aaa | Failed to process AAI event due to: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:45:46+0000 | policy_event_thread | 140543715916576 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c35e3720-b0e1-11ed-8f58-9e494b451aaa | InvocationID=c35e3996-b0e1-11ed-8f58-9e494b451aaa | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T05:45:46+0000 | policy_event_thread | 140543715916576 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d250326a-b0e1-11ed-8f58-9e494b451aaa | InvocationID=d2503486-b0e1-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T05:45:46+0000 | policy_event_thread | 140543715916576 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d250326a-b0e1-11ed-8f58-9e494b451aaa | InvocationID=d2503486-b0e1-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:45:46+0000 | policy_event_thread | 140543715916576 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d250326a-b0e1-11ed-8f58-9e494b451aaa | InvocationID=d2503486-b0e1-11ed-8f58-9e494b451aaa | Error trying to poll policy response topic on MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:46:02+0000 | aai_event_thread | 140543714855712 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cff78478-b0e1-11ed-8f58-9e494b451aaa | InvocationID=cff78b94-b0e1-11ed-8f58-9e494b451aaa | Polling MR for XNF AAI events.
2023-02-20T05:46:02+0000 | aai_event_thread | 140543714855712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dbebce24-b0e1-11ed-8f58-9e494b451aaa | InvocationID=dbebd19e-b0e1-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T05:46:02+0000 | aai_event_thread | 140543714855712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dbebce24-b0e1-11ed-8f58-9e494b451aaa | InvocationID=dbebd19e-b0e1-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:46:02+0000 | aai_event_thread | 140543714855712 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dbebce24-b0e1-11ed-8f58-9e494b451aaa | InvocationID=dbebd19e-b0e1-11ed-8f58-9e494b451aaa | Failed to process AAI event due to: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:46:11+0000 | policy_event_thread | 140543715916576 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d250326a-b0e1-11ed-8f58-9e494b451aaa | InvocationID=d2503486-b0e1-11ed-8f58-9e494b451aaa | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T05:46:11+0000 | policy_event_thread | 140543715916576 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e13ac9fc-b0e1-11ed-8f58-9e494b451aaa | InvocationID=e13acbfa-b0e1-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T05:46:11+0000 | policy_event_thread | 140543715916576 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e13ac9fc-b0e1-11ed-8f58-9e494b451aaa | InvocationID=e13acbfa-b0e1-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:46:11+0000 | policy_event_thread | 140543715916576 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e13ac9fc-b0e1-11ed-8f58-9e494b451aaa | InvocationID=e13acbfa-b0e1-11ed-8f58-9e494b451aaa | Error trying to poll policy response topic on MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:46:22+0000 | aai_event_thread | 140543714855712 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dbebce24-b0e1-11ed-8f58-9e494b451aaa | InvocationID=dbebd19e-b0e1-11ed-8f58-9e494b451aaa | Polling MR for XNF AAI events.
2023-02-20T05:46:22+0000 | aai_event_thread | 140543714855712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e7de26dc-b0e1-11ed-8f58-9e494b451aaa | InvocationID=e7de28da-b0e1-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T05:46:22+0000 | aai_event_thread | 140543714855712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e7de26dc-b0e1-11ed-8f58-9e494b451aaa | InvocationID=e7de28da-b0e1-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:46:22+0000 | aai_event_thread | 140543714855712 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e7de26dc-b0e1-11ed-8f58-9e494b451aaa | InvocationID=e7de28da-b0e1-11ed-8f58-9e494b451aaa | Failed to process AAI event due to: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:46:36+0000 | policy_event_thread | 140543715916576 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e13ac9fc-b0e1-11ed-8f58-9e494b451aaa | InvocationID=e13acbfa-b0e1-11ed-8f58-9e494b451aaa | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T05:46:36+0000 | policy_event_thread | 140543715916576 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f0274f6c-b0e1-11ed-8f58-9e494b451aaa | InvocationID=f0275188-b0e1-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T05:46:36+0000 | policy_event_thread | 140543715916576 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f0274f6c-b0e1-11ed-8f58-9e494b451aaa | InvocationID=f0275188-b0e1-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:46:36+0000 | policy_event_thread | 140543715916576 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f0274f6c-b0e1-11ed-8f58-9e494b451aaa | InvocationID=f0275188-b0e1-11ed-8f58-9e494b451aaa | Error trying to poll policy response topic on MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:46:42+0000 | aai_event_thread | 140543714855712 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e7de26dc-b0e1-11ed-8f58-9e494b451aaa | InvocationID=e7de28da-b0e1-11ed-8f58-9e494b451aaa | Polling MR for XNF AAI events.
2023-02-20T05:46:42+0000 | aai_event_thread | 140543714855712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f3d0d5fc-b0e1-11ed-8f58-9e494b451aaa | InvocationID=f3d0d87c-b0e1-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T05:46:42+0000 | aai_event_thread | 140543714855712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f3d0d5fc-b0e1-11ed-8f58-9e494b451aaa | InvocationID=f3d0d87c-b0e1-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:46:42+0000 | aai_event_thread | 140543714855712 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f3d0d5fc-b0e1-11ed-8f58-9e494b451aaa | InvocationID=f3d0d87c-b0e1-11ed-8f58-9e494b451aaa | Failed to process AAI event due to: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:47:01+0000 | policy_event_thread | 140543715916576 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f0274f6c-b0e1-11ed-8f58-9e494b451aaa | InvocationID=f0275188-b0e1-11ed-8f58-9e494b451aaa | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T05:47:01+0000 | policy_event_thread | 140543715916576 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ff13ce42-b0e1-11ed-8f58-9e494b451aaa | InvocationID=ff13d0cc-b0e1-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T05:47:01+0000 | policy_event_thread | 140543715916576 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ff13ce42-b0e1-11ed-8f58-9e494b451aaa | InvocationID=ff13d0cc-b0e1-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:47:01+0000 | policy_event_thread | 140543715916576 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ff13ce42-b0e1-11ed-8f58-9e494b451aaa | InvocationID=ff13d0cc-b0e1-11ed-8f58-9e494b451aaa | Error trying to poll policy response topic on MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:47:02+0000 | aai_event_thread | 140543714855712 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f3d0d5fc-b0e1-11ed-8f58-9e494b451aaa | InvocationID=f3d0d87c-b0e1-11ed-8f58-9e494b451aaa | Polling MR for XNF AAI events.
2023-02-20T05:47:02+0000 | aai_event_thread | 140543714855712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ffc0e000-b0e1-11ed-8f58-9e494b451aaa | InvocationID=ffc0e1cc-b0e1-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T05:47:02+0000 | aai_event_thread | 140543714855712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ffc0e000-b0e1-11ed-8f58-9e494b451aaa | InvocationID=ffc0e1cc-b0e1-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:47:02+0000 | aai_event_thread | 140543714855712 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ffc0e000-b0e1-11ed-8f58-9e494b451aaa | InvocationID=ffc0e1cc-b0e1-11ed-8f58-9e494b451aaa | Failed to process AAI event due to: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:47:22+0000 | aai_event_thread | 140543714855712 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ffc0e000-b0e1-11ed-8f58-9e494b451aaa | InvocationID=ffc0e1cc-b0e1-11ed-8f58-9e494b451aaa | Polling MR for XNF AAI events.
2023-02-20T05:47:22+0000 | aai_event_thread | 140543714855712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0bafb3be-b0e2-11ed-8f58-9e494b451aaa | InvocationID=0bafb580-b0e2-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T05:47:22+0000 | aai_event_thread | 140543714855712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0bafb3be-b0e2-11ed-8f58-9e494b451aaa | InvocationID=0bafb580-b0e2-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:47:22+0000 | aai_event_thread | 140543714855712 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0bafb3be-b0e2-11ed-8f58-9e494b451aaa | InvocationID=0bafb580-b0e2-11ed-8f58-9e494b451aaa | Failed to process AAI event due to: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:47:26+0000 | policy_event_thread | 140543715916576 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ff13ce42-b0e1-11ed-8f58-9e494b451aaa | InvocationID=ff13d0cc-b0e1-11ed-8f58-9e494b451aaa | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T05:47:26+0000 | policy_event_thread | 140543715916576 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0e020090-b0e2-11ed-8f58-9e494b451aaa | InvocationID=0e02039c-b0e2-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T05:47:26+0000 | policy_event_thread | 140543715916576 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0e020090-b0e2-11ed-8f58-9e494b451aaa | InvocationID=0e02039c-b0e2-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:47:26+0000 | policy_event_thread | 140543715916576 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0e020090-b0e2-11ed-8f58-9e494b451aaa | InvocationID=0e02039c-b0e2-11ed-8f58-9e494b451aaa | Error trying to poll policy response topic on MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:47:42+0000 | aai_event_thread | 140543714855712 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0bafb3be-b0e2-11ed-8f58-9e494b451aaa | InvocationID=0bafb580-b0e2-11ed-8f58-9e494b451aaa | Polling MR for XNF AAI events.
2023-02-20T05:47:42+0000 | aai_event_thread | 140543714855712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=17a33c36-b0e2-11ed-8f58-9e494b451aaa | InvocationID=17a33e34-b0e2-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T05:47:42+0000 | aai_event_thread | 140543714855712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=17a33c36-b0e2-11ed-8f58-9e494b451aaa | InvocationID=17a33e34-b0e2-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:47:42+0000 | aai_event_thread | 140543714855712 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=17a33c36-b0e2-11ed-8f58-9e494b451aaa | InvocationID=17a33e34-b0e2-11ed-8f58-9e494b451aaa | Failed to process AAI event due to: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:47:51+0000 | policy_event_thread | 140543715916576 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0e020090-b0e2-11ed-8f58-9e494b451aaa | InvocationID=0e02039c-b0e2-11ed-8f58-9e494b451aaa | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T05:47:51+0000 | policy_event_thread | 140543715916576 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1cec83b4-b0e2-11ed-8f58-9e494b451aaa | InvocationID=1cec8576-b0e2-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T05:47:51+0000 | policy_event_thread | 140543715916576 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1cec83b4-b0e2-11ed-8f58-9e494b451aaa | InvocationID=1cec8576-b0e2-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:47:51+0000 | policy_event_thread | 140543715916576 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1cec83b4-b0e2-11ed-8f58-9e494b451aaa | InvocationID=1cec8576-b0e2-11ed-8f58-9e494b451aaa | Error trying to poll policy response topic on MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:48:02+0000 | aai_event_thread | 140543714855712 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=17a33c36-b0e2-11ed-8f58-9e494b451aaa | InvocationID=17a33e34-b0e2-11ed-8f58-9e494b451aaa | Polling MR for XNF AAI events.
2023-02-20T05:48:02+0000 | aai_event_thread | 140543714855712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=23955bfa-b0e2-11ed-8f58-9e494b451aaa | InvocationID=239567d0-b0e2-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T05:48:02+0000 | aai_event_thread | 140543714855712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=23955bfa-b0e2-11ed-8f58-9e494b451aaa | InvocationID=239567d0-b0e2-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:48:02+0000 | aai_event_thread | 140543714855712 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=23955bfa-b0e2-11ed-8f58-9e494b451aaa | InvocationID=239567d0-b0e2-11ed-8f58-9e494b451aaa | Failed to process AAI event due to: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:48:16+0000 | policy_event_thread | 140543715916576 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1cec83b4-b0e2-11ed-8f58-9e494b451aaa | InvocationID=1cec8576-b0e2-11ed-8f58-9e494b451aaa | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T05:48:16+0000 | policy_event_thread | 140543715916576 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2bd6f0e4-b0e2-11ed-8f58-9e494b451aaa | InvocationID=2bd6f33c-b0e2-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T05:48:16+0000 | policy_event_thread | 140543715916576 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2bd6f0e4-b0e2-11ed-8f58-9e494b451aaa | InvocationID=2bd6f33c-b0e2-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:48:16+0000 | policy_event_thread | 140543715916576 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2bd6f0e4-b0e2-11ed-8f58-9e494b451aaa | InvocationID=2bd6f33c-b0e2-11ed-8f58-9e494b451aaa | Error trying to poll policy response topic on MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:48:22+0000 | aai_event_thread | 140543714855712 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=23955bfa-b0e2-11ed-8f58-9e494b451aaa | InvocationID=239567d0-b0e2-11ed-8f58-9e494b451aaa | Polling MR for XNF AAI events.
2023-02-20T05:48:22+0000 | aai_event_thread | 140543714855712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2f85c80a-b0e2-11ed-8f58-9e494b451aaa | InvocationID=2f85c9c2-b0e2-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T05:48:22+0000 | aai_event_thread | 140543714855712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2f85c80a-b0e2-11ed-8f58-9e494b451aaa | InvocationID=2f85c9c2-b0e2-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:48:22+0000 | aai_event_thread | 140543714855712 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2f85c80a-b0e2-11ed-8f58-9e494b451aaa | InvocationID=2f85c9c2-b0e2-11ed-8f58-9e494b451aaa | Failed to process AAI event due to: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:48:41+0000 | policy_event_thread | 140543715916576 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2bd6f0e4-b0e2-11ed-8f58-9e494b451aaa | InvocationID=2bd6f33c-b0e2-11ed-8f58-9e494b451aaa | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T05:48:41+0000 | policy_event_thread | 140543715916576 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3ac4ce46-b0e2-11ed-8f58-9e494b451aaa | InvocationID=3ac4d012-b0e2-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T05:48:41+0000 | policy_event_thread | 140543715916576 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3ac4ce46-b0e2-11ed-8f58-9e494b451aaa | InvocationID=3ac4d012-b0e2-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:48:41+0000 | policy_event_thread | 140543715916576 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3ac4ce46-b0e2-11ed-8f58-9e494b451aaa | InvocationID=3ac4d012-b0e2-11ed-8f58-9e494b451aaa | Error trying to poll policy response topic on MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:48:42+0000 | aai_event_thread | 140543714855712 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2f85c80a-b0e2-11ed-8f58-9e494b451aaa | InvocationID=2f85c9c2-b0e2-11ed-8f58-9e494b451aaa | Polling MR for XNF AAI events.
2023-02-20T05:48:42+0000 | aai_event_thread | 140543714855712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3b74d520-b0e2-11ed-8f58-9e494b451aaa | InvocationID=3b74d6ce-b0e2-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T05:48:42+0000 | aai_event_thread | 140543714855712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3b74d520-b0e2-11ed-8f58-9e494b451aaa | InvocationID=3b74d6ce-b0e2-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:48:42+0000 | aai_event_thread | 140543714855712 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3b74d520-b0e2-11ed-8f58-9e494b451aaa | InvocationID=3b74d6ce-b0e2-11ed-8f58-9e494b451aaa | Failed to process AAI event due to: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:49:02+0000 | aai_event_thread | 140543714855712 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3b74d520-b0e2-11ed-8f58-9e494b451aaa | InvocationID=3b74d6ce-b0e2-11ed-8f58-9e494b451aaa | Polling MR for XNF AAI events.
2023-02-20T05:49:02+0000 | aai_event_thread | 140543714855712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=476390ba-b0e2-11ed-8f58-9e494b451aaa | InvocationID=476392f4-b0e2-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T05:49:02+0000 | aai_event_thread | 140543714855712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=476390ba-b0e2-11ed-8f58-9e494b451aaa | InvocationID=476392f4-b0e2-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:49:02+0000 | aai_event_thread | 140543714855712 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=476390ba-b0e2-11ed-8f58-9e494b451aaa | InvocationID=476392f4-b0e2-11ed-8f58-9e494b451aaa | Failed to process AAI event due to: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:49:06+0000 | policy_event_thread | 140543715916576 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3ac4ce46-b0e2-11ed-8f58-9e494b451aaa | InvocationID=3ac4d012-b0e2-11ed-8f58-9e494b451aaa | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T05:49:06+0000 | policy_event_thread | 140543715916576 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=49b057a4-b0e2-11ed-8f58-9e494b451aaa | InvocationID=49b059b6-b0e2-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T05:49:06+0000 | policy_event_thread | 140543715916576 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=49b057a4-b0e2-11ed-8f58-9e494b451aaa | InvocationID=49b059b6-b0e2-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:49:06+0000 | policy_event_thread | 140543715916576 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=49b057a4-b0e2-11ed-8f58-9e494b451aaa | InvocationID=49b059b6-b0e2-11ed-8f58-9e494b451aaa | Error trying to poll policy response topic on MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:49:22+0000 | aai_event_thread | 140543714855712 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=476390ba-b0e2-11ed-8f58-9e494b451aaa | InvocationID=476392f4-b0e2-11ed-8f58-9e494b451aaa | Polling MR for XNF AAI events.
2023-02-20T05:49:22+0000 | aai_event_thread | 140543714855712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5357dbb0-b0e2-11ed-8f58-9e494b451aaa | InvocationID=5357ddea-b0e2-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T05:49:22+0000 | aai_event_thread | 140543714855712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5357dbb0-b0e2-11ed-8f58-9e494b451aaa | InvocationID=5357ddea-b0e2-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:49:22+0000 | aai_event_thread | 140543714855712 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5357dbb0-b0e2-11ed-8f58-9e494b451aaa | InvocationID=5357ddea-b0e2-11ed-8f58-9e494b451aaa | Failed to process AAI event due to: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:49:31+0000 | policy_event_thread | 140543715916576 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=49b057a4-b0e2-11ed-8f58-9e494b451aaa | InvocationID=49b059b6-b0e2-11ed-8f58-9e494b451aaa | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T05:49:31+0000 | policy_event_thread | 140543715916576 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=589b53b8-b0e2-11ed-8f58-9e494b451aaa | InvocationID=589b561a-b0e2-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T05:49:31+0000 | policy_event_thread | 140543715916576 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=589b53b8-b0e2-11ed-8f58-9e494b451aaa | InvocationID=589b561a-b0e2-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:49:31+0000 | policy_event_thread | 140543715916576 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=589b53b8-b0e2-11ed-8f58-9e494b451aaa | InvocationID=589b561a-b0e2-11ed-8f58-9e494b451aaa | Error trying to poll policy response topic on MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:49:42+0000 | aai_event_thread | 140543714855712 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5357dbb0-b0e2-11ed-8f58-9e494b451aaa | InvocationID=5357ddea-b0e2-11ed-8f58-9e494b451aaa | Polling MR for XNF AAI events.
2023-02-20T05:49:42+0000 | aai_event_thread | 140543714855712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5f499df0-b0e2-11ed-8f58-9e494b451aaa | InvocationID=5f499fee-b0e2-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T05:49:42+0000 | aai_event_thread | 140543714855712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5f499df0-b0e2-11ed-8f58-9e494b451aaa | InvocationID=5f499fee-b0e2-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:49:42+0000 | aai_event_thread | 140543714855712 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5f499df0-b0e2-11ed-8f58-9e494b451aaa | InvocationID=5f499fee-b0e2-11ed-8f58-9e494b451aaa | Failed to process AAI event due to: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:49:56+0000 | policy_event_thread | 140543715916576 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=589b53b8-b0e2-11ed-8f58-9e494b451aaa | InvocationID=589b561a-b0e2-11ed-8f58-9e494b451aaa | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T05:49:56+0000 | policy_event_thread | 140543715916576 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6785aaae-b0e2-11ed-8f58-9e494b451aaa | InvocationID=6785ac8e-b0e2-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T05:49:56+0000 | policy_event_thread | 140543715916576 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6785aaae-b0e2-11ed-8f58-9e494b451aaa | InvocationID=6785ac8e-b0e2-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:49:56+0000 | policy_event_thread | 140543715916576 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6785aaae-b0e2-11ed-8f58-9e494b451aaa | InvocationID=6785ac8e-b0e2-11ed-8f58-9e494b451aaa | Error trying to poll policy response topic on MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:50:02+0000 | aai_event_thread | 140543714855712 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5f499df0-b0e2-11ed-8f58-9e494b451aaa | InvocationID=5f499fee-b0e2-11ed-8f58-9e494b451aaa | Polling MR for XNF AAI events.
2023-02-20T05:50:02+0000 | aai_event_thread | 140543714855712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6b3c742a-b0e2-11ed-8f58-9e494b451aaa | InvocationID=6b3c7696-b0e2-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T05:50:02+0000 | aai_event_thread | 140543714855712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6b3c742a-b0e2-11ed-8f58-9e494b451aaa | InvocationID=6b3c7696-b0e2-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:50:02+0000 | aai_event_thread | 140543714855712 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6b3c742a-b0e2-11ed-8f58-9e494b451aaa | InvocationID=6b3c7696-b0e2-11ed-8f58-9e494b451aaa | Failed to process AAI event due to: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:50:21+0000 | policy_event_thread | 140543715916576 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6785aaae-b0e2-11ed-8f58-9e494b451aaa | InvocationID=6785ac8e-b0e2-11ed-8f58-9e494b451aaa | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T05:50:21+0000 | policy_event_thread | 140543715916576 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=76710e32-b0e2-11ed-8f58-9e494b451aaa | InvocationID=76711058-b0e2-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T05:50:21+0000 | policy_event_thread | 140543715916576 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=76710e32-b0e2-11ed-8f58-9e494b451aaa | InvocationID=76711058-b0e2-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:50:21+0000 | policy_event_thread | 140543715916576 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=76710e32-b0e2-11ed-8f58-9e494b451aaa | InvocationID=76711058-b0e2-11ed-8f58-9e494b451aaa | Error trying to poll policy response topic on MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:50:22+0000 | aai_event_thread | 140543714855712 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6b3c742a-b0e2-11ed-8f58-9e494b451aaa | InvocationID=6b3c7696-b0e2-11ed-8f58-9e494b451aaa | Polling MR for XNF AAI events.
2023-02-20T05:50:22+0000 | aai_event_thread | 140543714855712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=772cbcea-b0e2-11ed-8f58-9e494b451aaa | InvocationID=772cc0e6-b0e2-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T05:50:22+0000 | aai_event_thread | 140543714855712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=772cbcea-b0e2-11ed-8f58-9e494b451aaa | InvocationID=772cc0e6-b0e2-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:50:22+0000 | aai_event_thread | 140543714855712 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=772cbcea-b0e2-11ed-8f58-9e494b451aaa | InvocationID=772cc0e6-b0e2-11ed-8f58-9e494b451aaa | Failed to process AAI event due to: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:50:42+0000 | aai_event_thread | 140543714855712 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=772cbcea-b0e2-11ed-8f58-9e494b451aaa | InvocationID=772cc0e6-b0e2-11ed-8f58-9e494b451aaa | Polling MR for XNF AAI events.
2023-02-20T05:50:42+0000 | aai_event_thread | 140543714855712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=831bf764-b0e2-11ed-8f58-9e494b451aaa | InvocationID=831bf98a-b0e2-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T05:50:42+0000 | aai_event_thread | 140543714855712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=831bf764-b0e2-11ed-8f58-9e494b451aaa | InvocationID=831bf98a-b0e2-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:50:42+0000 | aai_event_thread | 140543714855712 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=831bf764-b0e2-11ed-8f58-9e494b451aaa | InvocationID=831bf98a-b0e2-11ed-8f58-9e494b451aaa | Failed to process AAI event due to: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:50:46+0000 | policy_event_thread | 140543715916576 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=76710e32-b0e2-11ed-8f58-9e494b451aaa | InvocationID=76711058-b0e2-11ed-8f58-9e494b451aaa | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T05:50:46+0000 | policy_event_thread | 140543715916576 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=855e774a-b0e2-11ed-8f58-9e494b451aaa | InvocationID=855e7966-b0e2-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T05:50:46+0000 | policy_event_thread | 140543715916576 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=855e774a-b0e2-11ed-8f58-9e494b451aaa | InvocationID=855e7966-b0e2-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:50:46+0000 | policy_event_thread | 140543715916576 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=855e774a-b0e2-11ed-8f58-9e494b451aaa | InvocationID=855e7966-b0e2-11ed-8f58-9e494b451aaa | Error trying to poll policy response topic on MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:51:02+0000 | aai_event_thread | 140543714855712 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=831bf764-b0e2-11ed-8f58-9e494b451aaa | InvocationID=831bf98a-b0e2-11ed-8f58-9e494b451aaa | Polling MR for XNF AAI events.
2023-02-20T05:51:02+0000 | aai_event_thread | 140543714855712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8f0c6c16-b0e2-11ed-8f58-9e494b451aaa | InvocationID=8f0c6e00-b0e2-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T05:51:02+0000 | aai_event_thread | 140543714855712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8f0c6c16-b0e2-11ed-8f58-9e494b451aaa | InvocationID=8f0c6e00-b0e2-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:51:02+0000 | aai_event_thread | 140543714855712 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8f0c6c16-b0e2-11ed-8f58-9e494b451aaa | InvocationID=8f0c6e00-b0e2-11ed-8f58-9e494b451aaa | Failed to process AAI event due to: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:51:11+0000 | policy_event_thread | 140543715916576 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=855e774a-b0e2-11ed-8f58-9e494b451aaa | InvocationID=855e7966-b0e2-11ed-8f58-9e494b451aaa | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T05:51:11+0000 | policy_event_thread | 140543715916576 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9449563a-b0e2-11ed-8f58-9e494b451aaa | InvocationID=94495874-b0e2-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T05:51:11+0000 | policy_event_thread | 140543715916576 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9449563a-b0e2-11ed-8f58-9e494b451aaa | InvocationID=94495874-b0e2-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:51:11+0000 | policy_event_thread | 140543715916576 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9449563a-b0e2-11ed-8f58-9e494b451aaa | InvocationID=94495874-b0e2-11ed-8f58-9e494b451aaa | Error trying to poll policy response topic on MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:51:22+0000 | aai_event_thread | 140543714855712 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8f0c6c16-b0e2-11ed-8f58-9e494b451aaa | InvocationID=8f0c6e00-b0e2-11ed-8f58-9e494b451aaa | Polling MR for XNF AAI events.
2023-02-20T05:51:22+0000 | aai_event_thread | 140543714855712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9aff0f1a-b0e2-11ed-8f58-9e494b451aaa | InvocationID=9aff1136-b0e2-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T05:51:22+0000 | aai_event_thread | 140543714855712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9aff0f1a-b0e2-11ed-8f58-9e494b451aaa | InvocationID=9aff1136-b0e2-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:51:22+0000 | aai_event_thread | 140543714855712 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9aff0f1a-b0e2-11ed-8f58-9e494b451aaa | InvocationID=9aff1136-b0e2-11ed-8f58-9e494b451aaa | Failed to process AAI event due to: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:51:36+0000 | policy_event_thread | 140543715916576 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9449563a-b0e2-11ed-8f58-9e494b451aaa | InvocationID=94495874-b0e2-11ed-8f58-9e494b451aaa | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T05:51:36+0000 | policy_event_thread | 140543715916576 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a3335ea2-b0e2-11ed-8f58-9e494b451aaa | InvocationID=a33361b8-b0e2-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T05:51:36+0000 | policy_event_thread | 140543715916576 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a3335ea2-b0e2-11ed-8f58-9e494b451aaa | InvocationID=a33361b8-b0e2-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:51:36+0000 | policy_event_thread | 140543715916576 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a3335ea2-b0e2-11ed-8f58-9e494b451aaa | InvocationID=a33361b8-b0e2-11ed-8f58-9e494b451aaa | Error trying to poll policy response topic on MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:51:42+0000 | aai_event_thread | 140543714855712 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9aff0f1a-b0e2-11ed-8f58-9e494b451aaa | InvocationID=9aff1136-b0e2-11ed-8f58-9e494b451aaa | Polling MR for XNF AAI events.
2023-02-20T05:51:42+0000 | aai_event_thread | 140543714855712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a6f1d80c-b0e2-11ed-8f58-9e494b451aaa | InvocationID=a6f1dab4-b0e2-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T05:51:42+0000 | aai_event_thread | 140543714855712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a6f1d80c-b0e2-11ed-8f58-9e494b451aaa | InvocationID=a6f1dab4-b0e2-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:51:42+0000 | aai_event_thread | 140543714855712 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a6f1d80c-b0e2-11ed-8f58-9e494b451aaa | InvocationID=a6f1dab4-b0e2-11ed-8f58-9e494b451aaa | Failed to process AAI event due to: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:52:01+0000 | policy_event_thread | 140543715916576 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a3335ea2-b0e2-11ed-8f58-9e494b451aaa | InvocationID=a33361b8-b0e2-11ed-8f58-9e494b451aaa | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T05:52:01+0000 | policy_event_thread | 140543715916576 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b22124da-b0e2-11ed-8f58-9e494b451aaa | InvocationID=b22128a4-b0e2-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T05:52:01+0000 | policy_event_thread | 140543715916576 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b22124da-b0e2-11ed-8f58-9e494b451aaa | InvocationID=b22128a4-b0e2-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:52:01+0000 | policy_event_thread | 140543715916576 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b22124da-b0e2-11ed-8f58-9e494b451aaa | InvocationID=b22128a4-b0e2-11ed-8f58-9e494b451aaa | Error trying to poll policy response topic on MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:52:02+0000 | aai_event_thread | 140543714855712 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a6f1d80c-b0e2-11ed-8f58-9e494b451aaa | InvocationID=a6f1dab4-b0e2-11ed-8f58-9e494b451aaa | Polling MR for XNF AAI events.
2023-02-20T05:52:02+0000 | aai_event_thread | 140543714855712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b2e1670e-b0e2-11ed-8f58-9e494b451aaa | InvocationID=b2e168c6-b0e2-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T05:52:02+0000 | aai_event_thread | 140543714855712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b2e1670e-b0e2-11ed-8f58-9e494b451aaa | InvocationID=b2e168c6-b0e2-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:52:02+0000 | aai_event_thread | 140543714855712 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b2e1670e-b0e2-11ed-8f58-9e494b451aaa | InvocationID=b2e168c6-b0e2-11ed-8f58-9e494b451aaa | Failed to process AAI event due to: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:52:22+0000 | aai_event_thread | 140543714855712 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b2e1670e-b0e2-11ed-8f58-9e494b451aaa | InvocationID=b2e168c6-b0e2-11ed-8f58-9e494b451aaa | Polling MR for XNF AAI events.
2023-02-20T05:52:22+0000 | aai_event_thread | 140543714855712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bed1acea-b0e2-11ed-8f58-9e494b451aaa | InvocationID=bed1af6a-b0e2-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T05:52:22+0000 | aai_event_thread | 140543714855712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bed1acea-b0e2-11ed-8f58-9e494b451aaa | InvocationID=bed1af6a-b0e2-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:52:22+0000 | aai_event_thread | 140543714855712 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bed1acea-b0e2-11ed-8f58-9e494b451aaa | InvocationID=bed1af6a-b0e2-11ed-8f58-9e494b451aaa | Failed to process AAI event due to: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:52:26+0000 | policy_event_thread | 140543715916576 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b22124da-b0e2-11ed-8f58-9e494b451aaa | InvocationID=b22128a4-b0e2-11ed-8f58-9e494b451aaa | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T05:52:26+0000 | policy_event_thread | 140543715916576 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c10e067a-b0e2-11ed-8f58-9e494b451aaa | InvocationID=c10e0918-b0e2-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T05:52:26+0000 | policy_event_thread | 140543715916576 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c10e067a-b0e2-11ed-8f58-9e494b451aaa | InvocationID=c10e0918-b0e2-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:52:26+0000 | policy_event_thread | 140543715916576 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c10e067a-b0e2-11ed-8f58-9e494b451aaa | InvocationID=c10e0918-b0e2-11ed-8f58-9e494b451aaa | Error trying to poll policy response topic on MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:52:42+0000 | aai_event_thread | 140543714855712 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bed1acea-b0e2-11ed-8f58-9e494b451aaa | InvocationID=bed1af6a-b0e2-11ed-8f58-9e494b451aaa | Polling MR for XNF AAI events.
2023-02-20T05:52:42+0000 | aai_event_thread | 140543714855712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cac5713a-b0e2-11ed-8f58-9e494b451aaa | InvocationID=cac57838-b0e2-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T05:52:42+0000 | aai_event_thread | 140543714855712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cac5713a-b0e2-11ed-8f58-9e494b451aaa | InvocationID=cac57838-b0e2-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:52:42+0000 | aai_event_thread | 140543714855712 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cac5713a-b0e2-11ed-8f58-9e494b451aaa | InvocationID=cac57838-b0e2-11ed-8f58-9e494b451aaa | Failed to process AAI event due to: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:52:51+0000 | policy_event_thread | 140543715916576 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c10e067a-b0e2-11ed-8f58-9e494b451aaa | InvocationID=c10e0918-b0e2-11ed-8f58-9e494b451aaa | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T05:52:51+0000 | policy_event_thread | 140543715916576 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cff8233c-b0e2-11ed-8f58-9e494b451aaa | InvocationID=cff824e0-b0e2-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T05:52:51+0000 | policy_event_thread | 140543715916576 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cff8233c-b0e2-11ed-8f58-9e494b451aaa | InvocationID=cff824e0-b0e2-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:52:51+0000 | policy_event_thread | 140543715916576 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cff8233c-b0e2-11ed-8f58-9e494b451aaa | InvocationID=cff824e0-b0e2-11ed-8f58-9e494b451aaa | Error trying to poll policy response topic on MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:53:02+0000 | aai_event_thread | 140543714855712 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cac5713a-b0e2-11ed-8f58-9e494b451aaa | InvocationID=cac57838-b0e2-11ed-8f58-9e494b451aaa | Polling MR for XNF AAI events.
2023-02-20T05:53:02+0000 | aai_event_thread | 140543714855712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d6b70670-b0e2-11ed-8f58-9e494b451aaa | InvocationID=d6b70828-b0e2-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T05:53:03+0000 | aai_event_thread | 140543714855712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d6b70670-b0e2-11ed-8f58-9e494b451aaa | InvocationID=d6b70828-b0e2-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:53:03+0000 | aai_event_thread | 140543714855712 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d6b70670-b0e2-11ed-8f58-9e494b451aaa | InvocationID=d6b70828-b0e2-11ed-8f58-9e494b451aaa | Failed to process AAI event due to: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:53:16+0000 | policy_event_thread | 140543715916576 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cff8233c-b0e2-11ed-8f58-9e494b451aaa | InvocationID=cff824e0-b0e2-11ed-8f58-9e494b451aaa | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T05:53:16+0000 | policy_event_thread | 140543715916576 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dee2606a-b0e2-11ed-8f58-9e494b451aaa | InvocationID=dee265a6-b0e2-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T05:53:16+0000 | policy_event_thread | 140543715916576 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dee2606a-b0e2-11ed-8f58-9e494b451aaa | InvocationID=dee265a6-b0e2-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:53:16+0000 | policy_event_thread | 140543715916576 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dee2606a-b0e2-11ed-8f58-9e494b451aaa | InvocationID=dee265a6-b0e2-11ed-8f58-9e494b451aaa | Error trying to poll policy response topic on MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:53:23+0000 | aai_event_thread | 140543714855712 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d6b70670-b0e2-11ed-8f58-9e494b451aaa | InvocationID=d6b70828-b0e2-11ed-8f58-9e494b451aaa | Polling MR for XNF AAI events.
2023-02-20T05:53:23+0000 | aai_event_thread | 140543714855712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e2aa302e-b0e2-11ed-8f58-9e494b451aaa | InvocationID=e2aa33ee-b0e2-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T05:53:23+0000 | aai_event_thread | 140543714855712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e2aa302e-b0e2-11ed-8f58-9e494b451aaa | InvocationID=e2aa33ee-b0e2-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:53:23+0000 | aai_event_thread | 140543714855712 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e2aa302e-b0e2-11ed-8f58-9e494b451aaa | InvocationID=e2aa33ee-b0e2-11ed-8f58-9e494b451aaa | Failed to process AAI event due to: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:53:41+0000 | policy_event_thread | 140543715916576 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dee2606a-b0e2-11ed-8f58-9e494b451aaa | InvocationID=dee265a6-b0e2-11ed-8f58-9e494b451aaa | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T05:53:41+0000 | policy_event_thread | 140543715916576 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=edd23000-b0e2-11ed-8f58-9e494b451aaa | InvocationID=edd2332a-b0e2-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T05:53:41+0000 | policy_event_thread | 140543715916576 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=edd23000-b0e2-11ed-8f58-9e494b451aaa | InvocationID=edd2332a-b0e2-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:53:41+0000 | policy_event_thread | 140543715916576 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=edd23000-b0e2-11ed-8f58-9e494b451aaa | InvocationID=edd2332a-b0e2-11ed-8f58-9e494b451aaa | Error trying to poll policy response topic on MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:53:43+0000 | aai_event_thread | 140543714855712 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e2aa302e-b0e2-11ed-8f58-9e494b451aaa | InvocationID=e2aa33ee-b0e2-11ed-8f58-9e494b451aaa | Polling MR for XNF AAI events.
2023-02-20T05:53:43+0000 | aai_event_thread | 140543714855712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ee9ac34e-b0e2-11ed-8f58-9e494b451aaa | InvocationID=ee9ac510-b0e2-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T05:53:43+0000 | aai_event_thread | 140543714855712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ee9ac34e-b0e2-11ed-8f58-9e494b451aaa | InvocationID=ee9ac510-b0e2-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:53:43+0000 | aai_event_thread | 140543714855712 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ee9ac34e-b0e2-11ed-8f58-9e494b451aaa | InvocationID=ee9ac510-b0e2-11ed-8f58-9e494b451aaa | Failed to process AAI event due to: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:54:03+0000 | aai_event_thread | 140543714855712 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ee9ac34e-b0e2-11ed-8f58-9e494b451aaa | InvocationID=ee9ac510-b0e2-11ed-8f58-9e494b451aaa | Polling MR for XNF AAI events.
2023-02-20T05:54:03+0000 | aai_event_thread | 140543714855712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fa8993b0-b0e2-11ed-8f58-9e494b451aaa | InvocationID=fa899950-b0e2-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T05:54:03+0000 | aai_event_thread | 140543714855712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fa8993b0-b0e2-11ed-8f58-9e494b451aaa | InvocationID=fa899950-b0e2-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:54:03+0000 | aai_event_thread | 140543714855712 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fa8993b0-b0e2-11ed-8f58-9e494b451aaa | InvocationID=fa899950-b0e2-11ed-8f58-9e494b451aaa | Failed to process AAI event due to: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:54:06+0000 | policy_event_thread | 140543715916576 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=edd23000-b0e2-11ed-8f58-9e494b451aaa | InvocationID=edd2332a-b0e2-11ed-8f58-9e494b451aaa | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T05:54:06+0000 | policy_event_thread | 140543715916576 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fcc0a79a-b0e2-11ed-8f58-9e494b451aaa | InvocationID=fcc0aa24-b0e2-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T05:54:06+0000 | policy_event_thread | 140543715916576 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fcc0a79a-b0e2-11ed-8f58-9e494b451aaa | InvocationID=fcc0aa24-b0e2-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:54:06+0000 | policy_event_thread | 140543715916576 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fcc0a79a-b0e2-11ed-8f58-9e494b451aaa | InvocationID=fcc0aa24-b0e2-11ed-8f58-9e494b451aaa | Error trying to poll policy response topic on MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:54:23+0000 | aai_event_thread | 140543714855712 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fa8993b0-b0e2-11ed-8f58-9e494b451aaa | InvocationID=fa899950-b0e2-11ed-8f58-9e494b451aaa | Polling MR for XNF AAI events.
2023-02-20T05:54:23+0000 | aai_event_thread | 140543714855712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=067a8e9a-b0e3-11ed-8f58-9e494b451aaa | InvocationID=067a90c0-b0e3-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T05:54:23+0000 | aai_event_thread | 140543714855712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=067a8e9a-b0e3-11ed-8f58-9e494b451aaa | InvocationID=067a90c0-b0e3-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:54:23+0000 | aai_event_thread | 140543714855712 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=067a8e9a-b0e3-11ed-8f58-9e494b451aaa | InvocationID=067a90c0-b0e3-11ed-8f58-9e494b451aaa | Failed to process AAI event due to: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:54:31+0000 | policy_event_thread | 140543715916576 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fcc0a79a-b0e2-11ed-8f58-9e494b451aaa | InvocationID=fcc0aa24-b0e2-11ed-8f58-9e494b451aaa | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T05:54:31+0000 | policy_event_thread | 140543715916576 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0baa9db0-b0e3-11ed-8f58-9e494b451aaa | InvocationID=0baa9f9a-b0e3-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T05:54:31+0000 | policy_event_thread | 140543715916576 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0baa9db0-b0e3-11ed-8f58-9e494b451aaa | InvocationID=0baa9f9a-b0e3-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:54:31+0000 | policy_event_thread | 140543715916576 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0baa9db0-b0e3-11ed-8f58-9e494b451aaa | InvocationID=0baa9f9a-b0e3-11ed-8f58-9e494b451aaa | Error trying to poll policy response topic on MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:54:43+0000 | aai_event_thread | 140543714855712 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=067a8e9a-b0e3-11ed-8f58-9e494b451aaa | InvocationID=067a90c0-b0e3-11ed-8f58-9e494b451aaa | Polling MR for XNF AAI events.
2023-02-20T05:54:43+0000 | aai_event_thread | 140543714855712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=126f2738-b0e3-11ed-8f58-9e494b451aaa | InvocationID=126f2968-b0e3-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T05:54:43+0000 | aai_event_thread | 140543714855712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=126f2738-b0e3-11ed-8f58-9e494b451aaa | InvocationID=126f2968-b0e3-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:54:43+0000 | aai_event_thread | 140543714855712 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=126f2738-b0e3-11ed-8f58-9e494b451aaa | InvocationID=126f2968-b0e3-11ed-8f58-9e494b451aaa | Failed to process AAI event due to: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:54:56+0000 | policy_event_thread | 140543715916576 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0baa9db0-b0e3-11ed-8f58-9e494b451aaa | InvocationID=0baa9f9a-b0e3-11ed-8f58-9e494b451aaa | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T05:54:56+0000 | policy_event_thread | 140543715916576 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1a94698c-b0e3-11ed-8f58-9e494b451aaa | InvocationID=1a9479f4-b0e3-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T05:54:56+0000 | policy_event_thread | 140543715916576 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1a94698c-b0e3-11ed-8f58-9e494b451aaa | InvocationID=1a9479f4-b0e3-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:54:56+0000 | policy_event_thread | 140543715916576 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1a94698c-b0e3-11ed-8f58-9e494b451aaa | InvocationID=1a9479f4-b0e3-11ed-8f58-9e494b451aaa | Error trying to poll policy response topic on MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:55:03+0000 | aai_event_thread | 140543714855712 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=126f2738-b0e3-11ed-8f58-9e494b451aaa | InvocationID=126f2968-b0e3-11ed-8f58-9e494b451aaa | Polling MR for XNF AAI events.
2023-02-20T05:55:03+0000 | aai_event_thread | 140543714855712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e605cb0-b0e3-11ed-8f58-9e494b451aaa | InvocationID=1e605ecc-b0e3-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T05:55:03+0000 | aai_event_thread | 140543714855712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e605cb0-b0e3-11ed-8f58-9e494b451aaa | InvocationID=1e605ecc-b0e3-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:55:03+0000 | aai_event_thread | 140543714855712 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1e605cb0-b0e3-11ed-8f58-9e494b451aaa | InvocationID=1e605ecc-b0e3-11ed-8f58-9e494b451aaa | Failed to process AAI event due to: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:55:21+0000 | policy_event_thread | 140543715916576 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1a94698c-b0e3-11ed-8f58-9e494b451aaa | InvocationID=1a9479f4-b0e3-11ed-8f58-9e494b451aaa | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T05:55:21+0000 | policy_event_thread | 140543715916576 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=29830c1e-b0e3-11ed-8f58-9e494b451aaa | InvocationID=29830e58-b0e3-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T05:55:21+0000 | policy_event_thread | 140543715916576 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=29830c1e-b0e3-11ed-8f58-9e494b451aaa | InvocationID=29830e58-b0e3-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:55:21+0000 | policy_event_thread | 140543715916576 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=29830c1e-b0e3-11ed-8f58-9e494b451aaa | InvocationID=29830e58-b0e3-11ed-8f58-9e494b451aaa | Error trying to poll policy response topic on MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:55:23+0000 | aai_event_thread | 140543714855712 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1e605cb0-b0e3-11ed-8f58-9e494b451aaa | InvocationID=1e605ecc-b0e3-11ed-8f58-9e494b451aaa | Polling MR for XNF AAI events.
2023-02-20T05:55:23+0000 | aai_event_thread | 140543714855712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2a4f535a-b0e3-11ed-8f58-9e494b451aaa | InvocationID=2a4f6282-b0e3-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T05:55:23+0000 | aai_event_thread | 140543714855712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2a4f535a-b0e3-11ed-8f58-9e494b451aaa | InvocationID=2a4f6282-b0e3-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:55:23+0000 | aai_event_thread | 140543714855712 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2a4f535a-b0e3-11ed-8f58-9e494b451aaa | InvocationID=2a4f6282-b0e3-11ed-8f58-9e494b451aaa | Failed to process AAI event due to: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:55:43+0000 | aai_event_thread | 140543714855712 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2a4f535a-b0e3-11ed-8f58-9e494b451aaa | InvocationID=2a4f6282-b0e3-11ed-8f58-9e494b451aaa | Polling MR for XNF AAI events.
2023-02-20T05:55:43+0000 | aai_event_thread | 140543714855712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=363ec7a4-b0e3-11ed-8f58-9e494b451aaa | InvocationID=363ec95c-b0e3-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T05:55:43+0000 | aai_event_thread | 140543714855712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=363ec7a4-b0e3-11ed-8f58-9e494b451aaa | InvocationID=363ec95c-b0e3-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:55:43+0000 | aai_event_thread | 140543714855712 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=363ec7a4-b0e3-11ed-8f58-9e494b451aaa | InvocationID=363ec95c-b0e3-11ed-8f58-9e494b451aaa | Failed to process AAI event due to: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:55:46+0000 | policy_event_thread | 140543715916576 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=29830c1e-b0e3-11ed-8f58-9e494b451aaa | InvocationID=29830e58-b0e3-11ed-8f58-9e494b451aaa | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T05:55:46+0000 | policy_event_thread | 140543715916576 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=386eb7f0-b0e3-11ed-8f58-9e494b451aaa | InvocationID=386ebac0-b0e3-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T05:55:46+0000 | policy_event_thread | 140543715916576 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=386eb7f0-b0e3-11ed-8f58-9e494b451aaa | InvocationID=386ebac0-b0e3-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:55:46+0000 | policy_event_thread | 140543715916576 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=386eb7f0-b0e3-11ed-8f58-9e494b451aaa | InvocationID=386ebac0-b0e3-11ed-8f58-9e494b451aaa | Error trying to poll policy response topic on MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:56:03+0000 | aai_event_thread | 140543714855712 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=363ec7a4-b0e3-11ed-8f58-9e494b451aaa | InvocationID=363ec95c-b0e3-11ed-8f58-9e494b451aaa | Polling MR for XNF AAI events.
2023-02-20T05:56:03+0000 | aai_event_thread | 140543714855712 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=423174c6-b0e3-11ed-8f58-9e494b451aaa | InvocationID=4231767e-b0e3-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-20T05:56:03+0000 | aai_event_thread | 140543714855712 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=423174c6-b0e3-11ed-8f58-9e494b451aaa | InvocationID=4231767e-b0e3-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:56:03+0000 | aai_event_thread | 140543714855712 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=423174c6-b0e3-11ed-8f58-9e494b451aaa | InvocationID=4231767e-b0e3-11ed-8f58-9e494b451aaa | Failed to process AAI event due to: 403 Client Error: Access Denied for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-20T05:56:11+0000 | policy_event_thread | 140543715916576 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=386eb7f0-b0e3-11ed-8f58-9e494b451aaa | InvocationID=386ebac0-b0e3-11ed-8f58-9e494b451aaa | Polling MR for XNF activation/deactivation policy response events.
2023-02-20T05:56:11+0000 | policy_event_thread | 140543715916576 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=475a7c4a-b0e3-11ed-8f58-9e494b451aaa | InvocationID=475a7e2a-b0e3-11ed-8f58-9e494b451aaa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-20T05:56:11+0000 | policy_event_thread | 140543715916576 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=475a7c4a-b0e3-11ed-8f58-9e494b451aaa | InvocationID=475a7e2a-b0e3-11ed-8f58-9e494b451aaa | Failed to fetch message from MR: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Access Denied for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-20T05:56:11+0000 | policy_event_thread | 140543715916576 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=475a7c4a-b0e3-11ed-8f