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-28T00:19:17+0000 | MainThread | 139714977709384 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Attempting to fetch PMSH Configuration from CBS.
2023-02-28T00:19:17+0000 | MainThread | 139714977709384 | 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-28T00:19:17+0000 | MainThread | 139714977709384 | INFO | pmsh_service_main | main | ServiceName= | RequestID= | InvocationID= | Start polling PMSH_CL_INPUT topic on DMaaP MR.
2023-02-28T00:19:17+0000 | policy_event_thread | 139714927971104 | INFO | policy_response_handler | poll_policy_topic | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF activation/deactivation policy response events.
2023-02-28T00:19:17+0000 | policy_event_thread | 139714927971104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=89d85b76-b6fd-11ed-952a-f2cf7c478738 | InvocationID=89d85ef0-b6fd-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-28T00:19:17+0000 | aai_event_thread | 139714926910240 | INFO | aai_event_handler | execute | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF AAI events.
2023-02-28T00:19:17+0000 | aai_event_thread | 139714926910240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=89daf4e4-b6fd-11ed-952a-f2cf7c478738 | InvocationID=89daf796-b6fd-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-28T00:19:17+0000 | aai_event_thread | 139714926910240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=89daf4e4-b6fd-11ed-952a-f2cf7c478738 | InvocationID=89daf796-b6fd-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:19:17+0000 | aai_event_thread | 139714926910240 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=89daf4e4-b6fd-11ed-952a-f2cf7c478738 | InvocationID=89daf796-b6fd-11ed-952a-f2cf7c478738 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:19:17+0000 | policy_event_thread | 139714927971104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=89d85b76-b6fd-11ed-952a-f2cf7c478738 | InvocationID=89d85ef0-b6fd-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:19:17+0000 | policy_event_thread | 139714927971104 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=89d85b76-b6fd-11ed-952a-f2cf7c478738 | InvocationID=89d85ef0-b6fd-11ed-952a-f2cf7c478738 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:19:17+0000 | MainThread | 139714977709384 | INFO | __init__ | launch_api_server | ServiceName= | RequestID= | InvocationID= | Launching unsecure http API server
2023-02-28T00:19:37+0000 | aai_event_thread | 139714926910240 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=89daf4e4-b6fd-11ed-952a-f2cf7c478738 | InvocationID=89daf796-b6fd-11ed-952a-f2cf7c478738 | Polling MR for XNF AAI events.
2023-02-28T00:19:37+0000 | aai_event_thread | 139714926910240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=95f5e432-b6fd-11ed-952a-f2cf7c478738 | InvocationID=95f5f0c6-b6fd-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-28T00:19:37+0000 | aai_event_thread | 139714926910240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=95f5e432-b6fd-11ed-952a-f2cf7c478738 | InvocationID=95f5f0c6-b6fd-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:19:37+0000 | aai_event_thread | 139714926910240 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=95f5e432-b6fd-11ed-952a-f2cf7c478738 | InvocationID=95f5f0c6-b6fd-11ed-952a-f2cf7c478738 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:19:42+0000 | policy_event_thread | 139714927971104 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=89d85b76-b6fd-11ed-952a-f2cf7c478738 | InvocationID=89d85ef0-b6fd-11ed-952a-f2cf7c478738 | Polling MR for XNF activation/deactivation policy response events.
2023-02-28T00:19:42+0000 | policy_event_thread | 139714927971104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=98f48274-b6fd-11ed-952a-f2cf7c478738 | InvocationID=98f48652-b6fd-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-28T00:19:42+0000 | policy_event_thread | 139714927971104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=98f48274-b6fd-11ed-952a-f2cf7c478738 | InvocationID=98f48652-b6fd-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:19:42+0000 | policy_event_thread | 139714927971104 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=98f48274-b6fd-11ed-952a-f2cf7c478738 | InvocationID=98f48652-b6fd-11ed-952a-f2cf7c478738 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:19:57+0000 | aai_event_thread | 139714926910240 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=95f5e432-b6fd-11ed-952a-f2cf7c478738 | InvocationID=95f5f0c6-b6fd-11ed-952a-f2cf7c478738 | Polling MR for XNF AAI events.
2023-02-28T00:19:57+0000 | aai_event_thread | 139714926910240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a1edd380-b6fd-11ed-952a-f2cf7c478738 | InvocationID=a1edd66e-b6fd-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-28T00:19:57+0000 | aai_event_thread | 139714926910240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a1edd380-b6fd-11ed-952a-f2cf7c478738 | InvocationID=a1edd66e-b6fd-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:19:57+0000 | aai_event_thread | 139714926910240 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a1edd380-b6fd-11ed-952a-f2cf7c478738 | InvocationID=a1edd66e-b6fd-11ed-952a-f2cf7c478738 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:20:07+0000 | policy_event_thread | 139714927971104 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=98f48274-b6fd-11ed-952a-f2cf7c478738 | InvocationID=98f48652-b6fd-11ed-952a-f2cf7c478738 | Polling MR for XNF activation/deactivation policy response events.
2023-02-28T00:20:07+0000 | policy_event_thread | 139714927971104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a7e17e90-b6fd-11ed-952a-f2cf7c478738 | InvocationID=a7e1817e-b6fd-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-28T00:20:07+0000 | policy_event_thread | 139714927971104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a7e17e90-b6fd-11ed-952a-f2cf7c478738 | InvocationID=a7e1817e-b6fd-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:20:07+0000 | policy_event_thread | 139714927971104 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a7e17e90-b6fd-11ed-952a-f2cf7c478738 | InvocationID=a7e1817e-b6fd-11ed-952a-f2cf7c478738 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:20:17+0000 | aai_event_thread | 139714926910240 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a1edd380-b6fd-11ed-952a-f2cf7c478738 | InvocationID=a1edd66e-b6fd-11ed-952a-f2cf7c478738 | Polling MR for XNF AAI events.
2023-02-28T00:20:17+0000 | aai_event_thread | 139714926910240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=adec53b4-b6fd-11ed-952a-f2cf7c478738 | InvocationID=adec5ac6-b6fd-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-28T00:20:18+0000 | aai_event_thread | 139714926910240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=adec53b4-b6fd-11ed-952a-f2cf7c478738 | InvocationID=adec5ac6-b6fd-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:20:18+0000 | aai_event_thread | 139714926910240 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=adec53b4-b6fd-11ed-952a-f2cf7c478738 | InvocationID=adec5ac6-b6fd-11ed-952a-f2cf7c478738 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:20:32+0000 | policy_event_thread | 139714927971104 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a7e17e90-b6fd-11ed-952a-f2cf7c478738 | InvocationID=a7e1817e-b6fd-11ed-952a-f2cf7c478738 | Polling MR for XNF activation/deactivation policy response events.
2023-02-28T00:20:32+0000 | policy_event_thread | 139714927971104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b6d11186-b6fd-11ed-952a-f2cf7c478738 | InvocationID=b6d1142e-b6fd-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-28T00:20:32+0000 | policy_event_thread | 139714927971104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b6d11186-b6fd-11ed-952a-f2cf7c478738 | InvocationID=b6d1142e-b6fd-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:20:32+0000 | policy_event_thread | 139714927971104 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b6d11186-b6fd-11ed-952a-f2cf7c478738 | InvocationID=b6d1142e-b6fd-11ed-952a-f2cf7c478738 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:20:38+0000 | aai_event_thread | 139714926910240 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=adec53b4-b6fd-11ed-952a-f2cf7c478738 | InvocationID=adec5ac6-b6fd-11ed-952a-f2cf7c478738 | Polling MR for XNF AAI events.
2023-02-28T00:20:38+0000 | aai_event_thread | 139714926910240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b9e5ca4c-b6fd-11ed-952a-f2cf7c478738 | InvocationID=b9e5ce16-b6fd-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-28T00:20:38+0000 | aai_event_thread | 139714926910240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b9e5ca4c-b6fd-11ed-952a-f2cf7c478738 | InvocationID=b9e5ce16-b6fd-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:20:38+0000 | aai_event_thread | 139714926910240 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b9e5ca4c-b6fd-11ed-952a-f2cf7c478738 | InvocationID=b9e5ce16-b6fd-11ed-952a-f2cf7c478738 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:20:57+0000 | policy_event_thread | 139714927971104 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b6d11186-b6fd-11ed-952a-f2cf7c478738 | InvocationID=b6d1142e-b6fd-11ed-952a-f2cf7c478738 | Polling MR for XNF activation/deactivation policy response events.
2023-02-28T00:20:57+0000 | policy_event_thread | 139714927971104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c5c50f58-b6fd-11ed-952a-f2cf7c478738 | InvocationID=c5c51282-b6fd-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-28T00:20:57+0000 | policy_event_thread | 139714927971104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c5c50f58-b6fd-11ed-952a-f2cf7c478738 | InvocationID=c5c51282-b6fd-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:20:57+0000 | policy_event_thread | 139714927971104 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c5c50f58-b6fd-11ed-952a-f2cf7c478738 | InvocationID=c5c51282-b6fd-11ed-952a-f2cf7c478738 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:20:58+0000 | aai_event_thread | 139714926910240 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b9e5ca4c-b6fd-11ed-952a-f2cf7c478738 | InvocationID=b9e5ce16-b6fd-11ed-952a-f2cf7c478738 | Polling MR for XNF AAI events.
2023-02-28T00:20:58+0000 | aai_event_thread | 139714926910240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c5d8483e-b6fd-11ed-952a-f2cf7c478738 | InvocationID=c5d84ee2-b6fd-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-28T00:20:58+0000 | aai_event_thread | 139714926910240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c5d8483e-b6fd-11ed-952a-f2cf7c478738 | InvocationID=c5d84ee2-b6fd-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:20:58+0000 | aai_event_thread | 139714926910240 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c5d8483e-b6fd-11ed-952a-f2cf7c478738 | InvocationID=c5d84ee2-b6fd-11ed-952a-f2cf7c478738 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:21:18+0000 | aai_event_thread | 139714926910240 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c5d8483e-b6fd-11ed-952a-f2cf7c478738 | InvocationID=c5d84ee2-b6fd-11ed-952a-f2cf7c478738 | Polling MR for XNF AAI events.
2023-02-28T00:21:18+0000 | aai_event_thread | 139714926910240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d1c8abb6-b6fd-11ed-952a-f2cf7c478738 | InvocationID=d1c8af12-b6fd-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-28T00:21:18+0000 | aai_event_thread | 139714926910240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d1c8abb6-b6fd-11ed-952a-f2cf7c478738 | InvocationID=d1c8af12-b6fd-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:21:18+0000 | aai_event_thread | 139714926910240 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d1c8abb6-b6fd-11ed-952a-f2cf7c478738 | InvocationID=d1c8af12-b6fd-11ed-952a-f2cf7c478738 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:21:22+0000 | policy_event_thread | 139714927971104 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c5c50f58-b6fd-11ed-952a-f2cf7c478738 | InvocationID=c5c51282-b6fd-11ed-952a-f2cf7c478738 | Polling MR for XNF activation/deactivation policy response events.
2023-02-28T00:21:22+0000 | policy_event_thread | 139714927971104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d4b54492-b6fd-11ed-952a-f2cf7c478738 | InvocationID=d4b5479e-b6fd-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-28T00:21:23+0000 | policy_event_thread | 139714927971104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d4b54492-b6fd-11ed-952a-f2cf7c478738 | InvocationID=d4b5479e-b6fd-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:21:23+0000 | policy_event_thread | 139714927971104 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d4b54492-b6fd-11ed-952a-f2cf7c478738 | InvocationID=d4b5479e-b6fd-11ed-952a-f2cf7c478738 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:21:38+0000 | aai_event_thread | 139714926910240 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d1c8abb6-b6fd-11ed-952a-f2cf7c478738 | InvocationID=d1c8af12-b6fd-11ed-952a-f2cf7c478738 | Polling MR for XNF AAI events.
2023-02-28T00:21:38+0000 | aai_event_thread | 139714926910240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ddc1036e-b6fd-11ed-952a-f2cf7c478738 | InvocationID=ddc10742-b6fd-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-28T00:21:38+0000 | aai_event_thread | 139714926910240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ddc1036e-b6fd-11ed-952a-f2cf7c478738 | InvocationID=ddc10742-b6fd-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:21:38+0000 | aai_event_thread | 139714926910240 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ddc1036e-b6fd-11ed-952a-f2cf7c478738 | InvocationID=ddc10742-b6fd-11ed-952a-f2cf7c478738 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:21:48+0000 | policy_event_thread | 139714927971104 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d4b54492-b6fd-11ed-952a-f2cf7c478738 | InvocationID=d4b5479e-b6fd-11ed-952a-f2cf7c478738 | Polling MR for XNF activation/deactivation policy response events.
2023-02-28T00:21:48+0000 | policy_event_thread | 139714927971104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e3a4bb72-b6fd-11ed-952a-f2cf7c478738 | InvocationID=e3a4c176-b6fd-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-28T00:21:48+0000 | policy_event_thread | 139714927971104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e3a4bb72-b6fd-11ed-952a-f2cf7c478738 | InvocationID=e3a4c176-b6fd-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:21:48+0000 | policy_event_thread | 139714927971104 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e3a4bb72-b6fd-11ed-952a-f2cf7c478738 | InvocationID=e3a4c176-b6fd-11ed-952a-f2cf7c478738 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:21:58+0000 | aai_event_thread | 139714926910240 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ddc1036e-b6fd-11ed-952a-f2cf7c478738 | InvocationID=ddc10742-b6fd-11ed-952a-f2cf7c478738 | Polling MR for XNF AAI events.
2023-02-28T00:21:58+0000 | aai_event_thread | 139714926910240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e9b2e08e-b6fd-11ed-952a-f2cf7c478738 | InvocationID=e9b2e3f4-b6fd-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-28T00:21:58+0000 | aai_event_thread | 139714926910240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e9b2e08e-b6fd-11ed-952a-f2cf7c478738 | InvocationID=e9b2e3f4-b6fd-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:21:58+0000 | aai_event_thread | 139714926910240 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e9b2e08e-b6fd-11ed-952a-f2cf7c478738 | InvocationID=e9b2e3f4-b6fd-11ed-952a-f2cf7c478738 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:22:13+0000 | policy_event_thread | 139714927971104 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e3a4bb72-b6fd-11ed-952a-f2cf7c478738 | InvocationID=e3a4c176-b6fd-11ed-952a-f2cf7c478738 | Polling MR for XNF activation/deactivation policy response events.
2023-02-28T00:22:13+0000 | policy_event_thread | 139714927971104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f293d974-b6fd-11ed-952a-f2cf7c478738 | InvocationID=f293dc58-b6fd-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-28T00:22:13+0000 | policy_event_thread | 139714927971104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f293d974-b6fd-11ed-952a-f2cf7c478738 | InvocationID=f293dc58-b6fd-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:22:13+0000 | policy_event_thread | 139714927971104 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f293d974-b6fd-11ed-952a-f2cf7c478738 | InvocationID=f293dc58-b6fd-11ed-952a-f2cf7c478738 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:22:18+0000 | aai_event_thread | 139714926910240 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e9b2e08e-b6fd-11ed-952a-f2cf7c478738 | InvocationID=e9b2e3f4-b6fd-11ed-952a-f2cf7c478738 | Polling MR for XNF AAI events.
2023-02-28T00:22:18+0000 | aai_event_thread | 139714926910240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f5ae2b50-b6fd-11ed-952a-f2cf7c478738 | InvocationID=f5ae2f42-b6fd-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-28T00:22:18+0000 | aai_event_thread | 139714926910240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f5ae2b50-b6fd-11ed-952a-f2cf7c478738 | InvocationID=f5ae2f42-b6fd-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:22:18+0000 | aai_event_thread | 139714926910240 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f5ae2b50-b6fd-11ed-952a-f2cf7c478738 | InvocationID=f5ae2f42-b6fd-11ed-952a-f2cf7c478738 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:22:38+0000 | policy_event_thread | 139714927971104 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f293d974-b6fd-11ed-952a-f2cf7c478738 | InvocationID=f293dc58-b6fd-11ed-952a-f2cf7c478738 | Polling MR for XNF activation/deactivation policy response events.
2023-02-28T00:22:38+0000 | policy_event_thread | 139714927971104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0183ebea-b6fe-11ed-952a-f2cf7c478738 | InvocationID=0183ef0a-b6fe-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-28T00:22:38+0000 | policy_event_thread | 139714927971104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0183ebea-b6fe-11ed-952a-f2cf7c478738 | InvocationID=0183ef0a-b6fe-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:22:38+0000 | policy_event_thread | 139714927971104 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0183ebea-b6fe-11ed-952a-f2cf7c478738 | InvocationID=0183ef0a-b6fe-11ed-952a-f2cf7c478738 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:22:38+0000 | aai_event_thread | 139714926910240 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f5ae2b50-b6fd-11ed-952a-f2cf7c478738 | InvocationID=f5ae2f42-b6fd-11ed-952a-f2cf7c478738 | Polling MR for XNF AAI events.
2023-02-28T00:22:38+0000 | aai_event_thread | 139714926910240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=01a6888a-b6fe-11ed-952a-f2cf7c478738 | InvocationID=01a68b64-b6fe-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-28T00:22:38+0000 | aai_event_thread | 139714926910240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=01a6888a-b6fe-11ed-952a-f2cf7c478738 | InvocationID=01a68b64-b6fe-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:22:38+0000 | aai_event_thread | 139714926910240 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=01a6888a-b6fe-11ed-952a-f2cf7c478738 | InvocationID=01a68b64-b6fe-11ed-952a-f2cf7c478738 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:22:58+0000 | aai_event_thread | 139714926910240 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=01a6888a-b6fe-11ed-952a-f2cf7c478738 | InvocationID=01a68b64-b6fe-11ed-952a-f2cf7c478738 | Polling MR for XNF AAI events.
2023-02-28T00:22:58+0000 | aai_event_thread | 139714926910240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0d9b184a-b6fe-11ed-952a-f2cf7c478738 | InvocationID=0d9b1b92-b6fe-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-28T00:22:58+0000 | aai_event_thread | 139714926910240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0d9b184a-b6fe-11ed-952a-f2cf7c478738 | InvocationID=0d9b1b92-b6fe-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:22:58+0000 | aai_event_thread | 139714926910240 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0d9b184a-b6fe-11ed-952a-f2cf7c478738 | InvocationID=0d9b1b92-b6fe-11ed-952a-f2cf7c478738 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:23:03+0000 | policy_event_thread | 139714927971104 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0183ebea-b6fe-11ed-952a-f2cf7c478738 | InvocationID=0183ef0a-b6fe-11ed-952a-f2cf7c478738 | Polling MR for XNF activation/deactivation policy response events.
2023-02-28T00:23:03+0000 | policy_event_thread | 139714927971104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1077275c-b6fe-11ed-952a-f2cf7c478738 | InvocationID=10772b76-b6fe-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-28T00:23:03+0000 | policy_event_thread | 139714927971104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1077275c-b6fe-11ed-952a-f2cf7c478738 | InvocationID=10772b76-b6fe-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:23:03+0000 | policy_event_thread | 139714927971104 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1077275c-b6fe-11ed-952a-f2cf7c478738 | InvocationID=10772b76-b6fe-11ed-952a-f2cf7c478738 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:23:18+0000 | aai_event_thread | 139714926910240 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0d9b184a-b6fe-11ed-952a-f2cf7c478738 | InvocationID=0d9b1b92-b6fe-11ed-952a-f2cf7c478738 | Polling MR for XNF AAI events.
2023-02-28T00:23:18+0000 | aai_event_thread | 139714926910240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1990091c-b6fe-11ed-952a-f2cf7c478738 | InvocationID=19900b2e-b6fe-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-28T00:23:18+0000 | aai_event_thread | 139714926910240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1990091c-b6fe-11ed-952a-f2cf7c478738 | InvocationID=19900b2e-b6fe-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:23:18+0000 | aai_event_thread | 139714926910240 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1990091c-b6fe-11ed-952a-f2cf7c478738 | InvocationID=19900b2e-b6fe-11ed-952a-f2cf7c478738 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:23:28+0000 | policy_event_thread | 139714927971104 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1077275c-b6fe-11ed-952a-f2cf7c478738 | InvocationID=10772b76-b6fe-11ed-952a-f2cf7c478738 | Polling MR for XNF activation/deactivation policy response events.
2023-02-28T00:23:28+0000 | policy_event_thread | 139714927971104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1f633580-b6fe-11ed-952a-f2cf7c478738 | InvocationID=1f633896-b6fe-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-28T00:23:28+0000 | policy_event_thread | 139714927971104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1f633580-b6fe-11ed-952a-f2cf7c478738 | InvocationID=1f633896-b6fe-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:23:28+0000 | policy_event_thread | 139714927971104 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1f633580-b6fe-11ed-952a-f2cf7c478738 | InvocationID=1f633896-b6fe-11ed-952a-f2cf7c478738 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:23:38+0000 | aai_event_thread | 139714926910240 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1990091c-b6fe-11ed-952a-f2cf7c478738 | InvocationID=19900b2e-b6fe-11ed-952a-f2cf7c478738 | Polling MR for XNF AAI events.
2023-02-28T00:23:38+0000 | aai_event_thread | 139714926910240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2585333c-b6fe-11ed-952a-f2cf7c478738 | InvocationID=25853558-b6fe-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-28T00:23:38+0000 | aai_event_thread | 139714926910240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2585333c-b6fe-11ed-952a-f2cf7c478738 | InvocationID=25853558-b6fe-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:23:38+0000 | aai_event_thread | 139714926910240 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2585333c-b6fe-11ed-952a-f2cf7c478738 | InvocationID=25853558-b6fe-11ed-952a-f2cf7c478738 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:23:53+0000 | policy_event_thread | 139714927971104 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1f633580-b6fe-11ed-952a-f2cf7c478738 | InvocationID=1f633896-b6fe-11ed-952a-f2cf7c478738 | Polling MR for XNF activation/deactivation policy response events.
2023-02-28T00:23:53+0000 | policy_event_thread | 139714927971104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2e51d132-b6fe-11ed-952a-f2cf7c478738 | InvocationID=2e51d448-b6fe-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-28T00:23:53+0000 | policy_event_thread | 139714927971104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2e51d132-b6fe-11ed-952a-f2cf7c478738 | InvocationID=2e51d448-b6fe-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:23:53+0000 | policy_event_thread | 139714927971104 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2e51d132-b6fe-11ed-952a-f2cf7c478738 | InvocationID=2e51d448-b6fe-11ed-952a-f2cf7c478738 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:23:58+0000 | aai_event_thread | 139714926910240 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2585333c-b6fe-11ed-952a-f2cf7c478738 | InvocationID=25853558-b6fe-11ed-952a-f2cf7c478738 | Polling MR for XNF AAI events.
2023-02-28T00:23:58+0000 | aai_event_thread | 139714926910240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=31790164-b6fe-11ed-952a-f2cf7c478738 | InvocationID=31790498-b6fe-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-28T00:23:58+0000 | aai_event_thread | 139714926910240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=31790164-b6fe-11ed-952a-f2cf7c478738 | InvocationID=31790498-b6fe-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:23:58+0000 | aai_event_thread | 139714926910240 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=31790164-b6fe-11ed-952a-f2cf7c478738 | InvocationID=31790498-b6fe-11ed-952a-f2cf7c478738 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:24:18+0000 | policy_event_thread | 139714927971104 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2e51d132-b6fe-11ed-952a-f2cf7c478738 | InvocationID=2e51d448-b6fe-11ed-952a-f2cf7c478738 | Polling MR for XNF activation/deactivation policy response events.
2023-02-28T00:24:18+0000 | policy_event_thread | 139714927971104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3d419506-b6fe-11ed-952a-f2cf7c478738 | InvocationID=3d4197cc-b6fe-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-28T00:24:18+0000 | policy_event_thread | 139714927971104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3d419506-b6fe-11ed-952a-f2cf7c478738 | InvocationID=3d4197cc-b6fe-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:24:18+0000 | policy_event_thread | 139714927971104 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3d419506-b6fe-11ed-952a-f2cf7c478738 | InvocationID=3d4197cc-b6fe-11ed-952a-f2cf7c478738 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:24:18+0000 | aai_event_thread | 139714926910240 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=31790164-b6fe-11ed-952a-f2cf7c478738 | InvocationID=31790498-b6fe-11ed-952a-f2cf7c478738 | Polling MR for XNF AAI events.
2023-02-28T00:24:18+0000 | aai_event_thread | 139714926910240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3d6edda4-b6fe-11ed-952a-f2cf7c478738 | InvocationID=3d6ee132-b6fe-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-28T00:24:18+0000 | aai_event_thread | 139714926910240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3d6edda4-b6fe-11ed-952a-f2cf7c478738 | InvocationID=3d6ee132-b6fe-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:24:18+0000 | aai_event_thread | 139714926910240 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3d6edda4-b6fe-11ed-952a-f2cf7c478738 | InvocationID=3d6ee132-b6fe-11ed-952a-f2cf7c478738 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:24:38+0000 | aai_event_thread | 139714926910240 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3d6edda4-b6fe-11ed-952a-f2cf7c478738 | InvocationID=3d6ee132-b6fe-11ed-952a-f2cf7c478738 | Polling MR for XNF AAI events.
2023-02-28T00:24:38+0000 | aai_event_thread | 139714926910240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=49612392-b6fe-11ed-952a-f2cf7c478738 | InvocationID=49612716-b6fe-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-28T00:24:38+0000 | aai_event_thread | 139714926910240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=49612392-b6fe-11ed-952a-f2cf7c478738 | InvocationID=49612716-b6fe-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:24:38+0000 | aai_event_thread | 139714926910240 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=49612392-b6fe-11ed-952a-f2cf7c478738 | InvocationID=49612716-b6fe-11ed-952a-f2cf7c478738 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:24:43+0000 | policy_event_thread | 139714927971104 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3d419506-b6fe-11ed-952a-f2cf7c478738 | InvocationID=3d4197cc-b6fe-11ed-952a-f2cf7c478738 | Polling MR for XNF activation/deactivation policy response events.
2023-02-28T00:24:43+0000 | policy_event_thread | 139714927971104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4c32623e-b6fe-11ed-952a-f2cf7c478738 | InvocationID=4c326522-b6fe-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-28T00:24:43+0000 | policy_event_thread | 139714927971104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4c32623e-b6fe-11ed-952a-f2cf7c478738 | InvocationID=4c326522-b6fe-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:24:43+0000 | policy_event_thread | 139714927971104 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4c32623e-b6fe-11ed-952a-f2cf7c478738 | InvocationID=4c326522-b6fe-11ed-952a-f2cf7c478738 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:24:58+0000 | aai_event_thread | 139714926910240 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=49612392-b6fe-11ed-952a-f2cf7c478738 | InvocationID=49612716-b6fe-11ed-952a-f2cf7c478738 | Polling MR for XNF AAI events.
2023-02-28T00:24:58+0000 | aai_event_thread | 139714926910240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=55577fde-b6fe-11ed-952a-f2cf7c478738 | InvocationID=5557a072-b6fe-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-28T00:24:58+0000 | aai_event_thread | 139714926910240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=55577fde-b6fe-11ed-952a-f2cf7c478738 | InvocationID=5557a072-b6fe-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:24:58+0000 | aai_event_thread | 139714926910240 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=55577fde-b6fe-11ed-952a-f2cf7c478738 | InvocationID=5557a072-b6fe-11ed-952a-f2cf7c478738 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:25:08+0000 | policy_event_thread | 139714927971104 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4c32623e-b6fe-11ed-952a-f2cf7c478738 | InvocationID=4c326522-b6fe-11ed-952a-f2cf7c478738 | Polling MR for XNF activation/deactivation policy response events.
2023-02-28T00:25:08+0000 | policy_event_thread | 139714927971104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5b1edf3e-b6fe-11ed-952a-f2cf7c478738 | InvocationID=5b1ee20e-b6fe-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-28T00:25:08+0000 | policy_event_thread | 139714927971104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5b1edf3e-b6fe-11ed-952a-f2cf7c478738 | InvocationID=5b1ee20e-b6fe-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:25:08+0000 | policy_event_thread | 139714927971104 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5b1edf3e-b6fe-11ed-952a-f2cf7c478738 | InvocationID=5b1ee20e-b6fe-11ed-952a-f2cf7c478738 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:25:18+0000 | aai_event_thread | 139714926910240 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=55577fde-b6fe-11ed-952a-f2cf7c478738 | InvocationID=5557a072-b6fe-11ed-952a-f2cf7c478738 | Polling MR for XNF AAI events.
2023-02-28T00:25:18+0000 | aai_event_thread | 139714926910240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=614de3d2-b6fe-11ed-952a-f2cf7c478738 | InvocationID=614de760-b6fe-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-28T00:25:18+0000 | aai_event_thread | 139714926910240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=614de3d2-b6fe-11ed-952a-f2cf7c478738 | InvocationID=614de760-b6fe-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:25:18+0000 | aai_event_thread | 139714926910240 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=614de3d2-b6fe-11ed-952a-f2cf7c478738 | InvocationID=614de760-b6fe-11ed-952a-f2cf7c478738 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:25:33+0000 | policy_event_thread | 139714927971104 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5b1edf3e-b6fe-11ed-952a-f2cf7c478738 | InvocationID=5b1ee20e-b6fe-11ed-952a-f2cf7c478738 | Polling MR for XNF activation/deactivation policy response events.
2023-02-28T00:25:33+0000 | policy_event_thread | 139714927971104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6a0dbe70-b6fe-11ed-952a-f2cf7c478738 | InvocationID=6a0dc0dc-b6fe-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-28T00:25:33+0000 | policy_event_thread | 139714927971104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6a0dbe70-b6fe-11ed-952a-f2cf7c478738 | InvocationID=6a0dc0dc-b6fe-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:25:33+0000 | policy_event_thread | 139714927971104 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6a0dbe70-b6fe-11ed-952a-f2cf7c478738 | InvocationID=6a0dc0dc-b6fe-11ed-952a-f2cf7c478738 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:25:38+0000 | aai_event_thread | 139714926910240 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=614de3d2-b6fe-11ed-952a-f2cf7c478738 | InvocationID=614de760-b6fe-11ed-952a-f2cf7c478738 | Polling MR for XNF AAI events.
2023-02-28T00:25:38+0000 | aai_event_thread | 139714926910240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d478512-b6fe-11ed-952a-f2cf7c478738 | InvocationID=6d478788-b6fe-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-28T00:25:38+0000 | aai_event_thread | 139714926910240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d478512-b6fe-11ed-952a-f2cf7c478738 | InvocationID=6d478788-b6fe-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:25:39+0000 | aai_event_thread | 139714926910240 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6d478512-b6fe-11ed-952a-f2cf7c478738 | InvocationID=6d478788-b6fe-11ed-952a-f2cf7c478738 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:25:58+0000 | policy_event_thread | 139714927971104 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6a0dbe70-b6fe-11ed-952a-f2cf7c478738 | InvocationID=6a0dc0dc-b6fe-11ed-952a-f2cf7c478738 | Polling MR for XNF activation/deactivation policy response events.
2023-02-28T00:25:58+0000 | policy_event_thread | 139714927971104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=78fd8500-b6fe-11ed-952a-f2cf7c478738 | InvocationID=78fd87a8-b6fe-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-28T00:25:58+0000 | policy_event_thread | 139714927971104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=78fd8500-b6fe-11ed-952a-f2cf7c478738 | InvocationID=78fd87a8-b6fe-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:25:58+0000 | policy_event_thread | 139714927971104 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=78fd8500-b6fe-11ed-952a-f2cf7c478738 | InvocationID=78fd87a8-b6fe-11ed-952a-f2cf7c478738 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:25:59+0000 | aai_event_thread | 139714926910240 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6d478512-b6fe-11ed-952a-f2cf7c478738 | InvocationID=6d478788-b6fe-11ed-952a-f2cf7c478738 | Polling MR for XNF AAI events.
2023-02-28T00:25:59+0000 | aai_event_thread | 139714926910240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7938601c-b6fe-11ed-952a-f2cf7c478738 | InvocationID=7938631e-b6fe-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-28T00:25:59+0000 | aai_event_thread | 139714926910240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7938601c-b6fe-11ed-952a-f2cf7c478738 | InvocationID=7938631e-b6fe-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:25:59+0000 | aai_event_thread | 139714926910240 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7938601c-b6fe-11ed-952a-f2cf7c478738 | InvocationID=7938631e-b6fe-11ed-952a-f2cf7c478738 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:26:19+0000 | aai_event_thread | 139714926910240 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7938601c-b6fe-11ed-952a-f2cf7c478738 | InvocationID=7938631e-b6fe-11ed-952a-f2cf7c478738 | Polling MR for XNF AAI events.
2023-02-28T00:26:19+0000 | aai_event_thread | 139714926910240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=85295372-b6fe-11ed-952a-f2cf7c478738 | InvocationID=85295584-b6fe-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-28T00:26:19+0000 | aai_event_thread | 139714926910240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=85295372-b6fe-11ed-952a-f2cf7c478738 | InvocationID=85295584-b6fe-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:26:19+0000 | aai_event_thread | 139714926910240 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=85295372-b6fe-11ed-952a-f2cf7c478738 | InvocationID=85295584-b6fe-11ed-952a-f2cf7c478738 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:26:23+0000 | policy_event_thread | 139714927971104 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=78fd8500-b6fe-11ed-952a-f2cf7c478738 | InvocationID=78fd87a8-b6fe-11ed-952a-f2cf7c478738 | Polling MR for XNF activation/deactivation policy response events.
2023-02-28T00:26:23+0000 | policy_event_thread | 139714927971104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=87ece06a-b6fe-11ed-952a-f2cf7c478738 | InvocationID=87ece272-b6fe-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-28T00:26:23+0000 | policy_event_thread | 139714927971104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=87ece06a-b6fe-11ed-952a-f2cf7c478738 | InvocationID=87ece272-b6fe-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:26:23+0000 | policy_event_thread | 139714927971104 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=87ece06a-b6fe-11ed-952a-f2cf7c478738 | InvocationID=87ece272-b6fe-11ed-952a-f2cf7c478738 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:26:39+0000 | aai_event_thread | 139714926910240 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=85295372-b6fe-11ed-952a-f2cf7c478738 | InvocationID=85295584-b6fe-11ed-952a-f2cf7c478738 | Polling MR for XNF AAI events.
2023-02-28T00:26:39+0000 | aai_event_thread | 139714926910240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=912032b8-b6fe-11ed-952a-f2cf7c478738 | InvocationID=91204168-b6fe-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-28T00:26:39+0000 | aai_event_thread | 139714926910240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=912032b8-b6fe-11ed-952a-f2cf7c478738 | InvocationID=91204168-b6fe-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:26:39+0000 | aai_event_thread | 139714926910240 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=912032b8-b6fe-11ed-952a-f2cf7c478738 | InvocationID=91204168-b6fe-11ed-952a-f2cf7c478738 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:26:48+0000 | policy_event_thread | 139714927971104 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=87ece06a-b6fe-11ed-952a-f2cf7c478738 | InvocationID=87ece272-b6fe-11ed-952a-f2cf7c478738 | Polling MR for XNF activation/deactivation policy response events.
2023-02-28T00:26:48+0000 | policy_event_thread | 139714927971104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=96d883c2-b6fe-11ed-952a-f2cf7c478738 | InvocationID=96d88642-b6fe-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-28T00:26:48+0000 | policy_event_thread | 139714927971104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=96d883c2-b6fe-11ed-952a-f2cf7c478738 | InvocationID=96d88642-b6fe-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:26:48+0000 | policy_event_thread | 139714927971104 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=96d883c2-b6fe-11ed-952a-f2cf7c478738 | InvocationID=96d88642-b6fe-11ed-952a-f2cf7c478738 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:26:59+0000 | aai_event_thread | 139714926910240 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=912032b8-b6fe-11ed-952a-f2cf7c478738 | InvocationID=91204168-b6fe-11ed-952a-f2cf7c478738 | Polling MR for XNF AAI events.
2023-02-28T00:26:59+0000 | aai_event_thread | 139714926910240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9d1b3ae0-b6fe-11ed-952a-f2cf7c478738 | InvocationID=9d1b3e14-b6fe-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-28T00:26:59+0000 | aai_event_thread | 139714926910240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9d1b3ae0-b6fe-11ed-952a-f2cf7c478738 | InvocationID=9d1b3e14-b6fe-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:26:59+0000 | aai_event_thread | 139714926910240 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9d1b3ae0-b6fe-11ed-952a-f2cf7c478738 | InvocationID=9d1b3e14-b6fe-11ed-952a-f2cf7c478738 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:27:13+0000 | policy_event_thread | 139714927971104 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=96d883c2-b6fe-11ed-952a-f2cf7c478738 | InvocationID=96d88642-b6fe-11ed-952a-f2cf7c478738 | Polling MR for XNF activation/deactivation policy response events.
2023-02-28T00:27:13+0000 | policy_event_thread | 139714927971104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a5c7b5c4-b6fe-11ed-952a-f2cf7c478738 | InvocationID=a5c7b844-b6fe-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-28T00:27:13+0000 | policy_event_thread | 139714927971104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a5c7b5c4-b6fe-11ed-952a-f2cf7c478738 | InvocationID=a5c7b844-b6fe-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:27:13+0000 | policy_event_thread | 139714927971104 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a5c7b5c4-b6fe-11ed-952a-f2cf7c478738 | InvocationID=a5c7b844-b6fe-11ed-952a-f2cf7c478738 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:27:19+0000 | aai_event_thread | 139714926910240 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9d1b3ae0-b6fe-11ed-952a-f2cf7c478738 | InvocationID=9d1b3e14-b6fe-11ed-952a-f2cf7c478738 | Polling MR for XNF AAI events.
2023-02-28T00:27:19+0000 | aai_event_thread | 139714926910240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a914bf06-b6fe-11ed-952a-f2cf7c478738 | InvocationID=a914c37a-b6fe-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-28T00:27:19+0000 | aai_event_thread | 139714926910240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a914bf06-b6fe-11ed-952a-f2cf7c478738 | InvocationID=a914c37a-b6fe-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:27:19+0000 | aai_event_thread | 139714926910240 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a914bf06-b6fe-11ed-952a-f2cf7c478738 | InvocationID=a914c37a-b6fe-11ed-952a-f2cf7c478738 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:27:38+0000 | policy_event_thread | 139714927971104 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a5c7b5c4-b6fe-11ed-952a-f2cf7c478738 | InvocationID=a5c7b844-b6fe-11ed-952a-f2cf7c478738 | Polling MR for XNF activation/deactivation policy response events.
2023-02-28T00:27:38+0000 | policy_event_thread | 139714927971104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b4b9b780-b6fe-11ed-952a-f2cf7c478738 | InvocationID=b4b9babe-b6fe-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-28T00:27:38+0000 | policy_event_thread | 139714927971104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b4b9b780-b6fe-11ed-952a-f2cf7c478738 | InvocationID=b4b9babe-b6fe-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:27:38+0000 | policy_event_thread | 139714927971104 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b4b9b780-b6fe-11ed-952a-f2cf7c478738 | InvocationID=b4b9babe-b6fe-11ed-952a-f2cf7c478738 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:27:39+0000 | aai_event_thread | 139714926910240 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a914bf06-b6fe-11ed-952a-f2cf7c478738 | InvocationID=a914c37a-b6fe-11ed-952a-f2cf7c478738 | Polling MR for XNF AAI events.
2023-02-28T00:27:39+0000 | aai_event_thread | 139714926910240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b507ac7e-b6fe-11ed-952a-f2cf7c478738 | InvocationID=b507af26-b6fe-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-28T00:27:39+0000 | aai_event_thread | 139714926910240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b507ac7e-b6fe-11ed-952a-f2cf7c478738 | InvocationID=b507af26-b6fe-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:27:39+0000 | aai_event_thread | 139714926910240 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b507ac7e-b6fe-11ed-952a-f2cf7c478738 | InvocationID=b507af26-b6fe-11ed-952a-f2cf7c478738 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:27:59+0000 | aai_event_thread | 139714926910240 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b507ac7e-b6fe-11ed-952a-f2cf7c478738 | InvocationID=b507af26-b6fe-11ed-952a-f2cf7c478738 | Polling MR for XNF AAI events.
2023-02-28T00:27:59+0000 | aai_event_thread | 139714926910240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c0fa9c76-b6fe-11ed-952a-f2cf7c478738 | InvocationID=c0faa022-b6fe-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-28T00:27:59+0000 | aai_event_thread | 139714926910240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c0fa9c76-b6fe-11ed-952a-f2cf7c478738 | InvocationID=c0faa022-b6fe-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:27:59+0000 | aai_event_thread | 139714926910240 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c0fa9c76-b6fe-11ed-952a-f2cf7c478738 | InvocationID=c0faa022-b6fe-11ed-952a-f2cf7c478738 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:28:03+0000 | policy_event_thread | 139714927971104 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b4b9b780-b6fe-11ed-952a-f2cf7c478738 | InvocationID=b4b9babe-b6fe-11ed-952a-f2cf7c478738 | Polling MR for XNF activation/deactivation policy response events.
2023-02-28T00:28:03+0000 | policy_event_thread | 139714927971104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c3a9b34e-b6fe-11ed-952a-f2cf7c478738 | InvocationID=c3a9b682-b6fe-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-28T00:28:03+0000 | policy_event_thread | 139714927971104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c3a9b34e-b6fe-11ed-952a-f2cf7c478738 | InvocationID=c3a9b682-b6fe-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:28:03+0000 | policy_event_thread | 139714927971104 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c3a9b34e-b6fe-11ed-952a-f2cf7c478738 | InvocationID=c3a9b682-b6fe-11ed-952a-f2cf7c478738 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:28:19+0000 | aai_event_thread | 139714926910240 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c0fa9c76-b6fe-11ed-952a-f2cf7c478738 | InvocationID=c0faa022-b6fe-11ed-952a-f2cf7c478738 | Polling MR for XNF AAI events.
2023-02-28T00:28:19+0000 | aai_event_thread | 139714926910240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ccfb5c18-b6fe-11ed-952a-f2cf7c478738 | InvocationID=ccfb64ec-b6fe-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-28T00:28:19+0000 | aai_event_thread | 139714926910240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ccfb5c18-b6fe-11ed-952a-f2cf7c478738 | InvocationID=ccfb64ec-b6fe-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:28:19+0000 | aai_event_thread | 139714926910240 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ccfb5c18-b6fe-11ed-952a-f2cf7c478738 | InvocationID=ccfb64ec-b6fe-11ed-952a-f2cf7c478738 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:28:28+0000 | policy_event_thread | 139714927971104 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c3a9b34e-b6fe-11ed-952a-f2cf7c478738 | InvocationID=c3a9b682-b6fe-11ed-952a-f2cf7c478738 | Polling MR for XNF activation/deactivation policy response events.
2023-02-28T00:28:28+0000 | policy_event_thread | 139714927971104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d296379c-b6fe-11ed-952a-f2cf7c478738 | InvocationID=d2963bb6-b6fe-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-28T00:28:28+0000 | policy_event_thread | 139714927971104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d296379c-b6fe-11ed-952a-f2cf7c478738 | InvocationID=d2963bb6-b6fe-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:28:28+0000 | policy_event_thread | 139714927971104 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d296379c-b6fe-11ed-952a-f2cf7c478738 | InvocationID=d2963bb6-b6fe-11ed-952a-f2cf7c478738 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:28:39+0000 | aai_event_thread | 139714926910240 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ccfb5c18-b6fe-11ed-952a-f2cf7c478738 | InvocationID=ccfb64ec-b6fe-11ed-952a-f2cf7c478738 | Polling MR for XNF AAI events.
2023-02-28T00:28:39+0000 | aai_event_thread | 139714926910240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d8f207ce-b6fe-11ed-952a-f2cf7c478738 | InvocationID=d8f20b02-b6fe-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-28T00:28:39+0000 | aai_event_thread | 139714926910240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d8f207ce-b6fe-11ed-952a-f2cf7c478738 | InvocationID=d8f20b02-b6fe-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:28:39+0000 | aai_event_thread | 139714926910240 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d8f207ce-b6fe-11ed-952a-f2cf7c478738 | InvocationID=d8f20b02-b6fe-11ed-952a-f2cf7c478738 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:28:53+0000 | policy_event_thread | 139714927971104 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d296379c-b6fe-11ed-952a-f2cf7c478738 | InvocationID=d2963bb6-b6fe-11ed-952a-f2cf7c478738 | Polling MR for XNF activation/deactivation policy response events.
2023-02-28T00:28:53+0000 | policy_event_thread | 139714927971104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e184d704-b6fe-11ed-952a-f2cf7c478738 | InvocationID=e184d902-b6fe-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-28T00:28:54+0000 | policy_event_thread | 139714927971104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e184d704-b6fe-11ed-952a-f2cf7c478738 | InvocationID=e184d902-b6fe-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:28:54+0000 | policy_event_thread | 139714927971104 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e184d704-b6fe-11ed-952a-f2cf7c478738 | InvocationID=e184d902-b6fe-11ed-952a-f2cf7c478738 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:28:59+0000 | aai_event_thread | 139714926910240 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d8f207ce-b6fe-11ed-952a-f2cf7c478738 | InvocationID=d8f20b02-b6fe-11ed-952a-f2cf7c478738 | Polling MR for XNF AAI events.
2023-02-28T00:28:59+0000 | aai_event_thread | 139714926910240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e4ea5b3a-b6fe-11ed-952a-f2cf7c478738 | InvocationID=e4ea622e-b6fe-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-28T00:28:59+0000 | aai_event_thread | 139714926910240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e4ea5b3a-b6fe-11ed-952a-f2cf7c478738 | InvocationID=e4ea622e-b6fe-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:28:59+0000 | aai_event_thread | 139714926910240 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e4ea5b3a-b6fe-11ed-952a-f2cf7c478738 | InvocationID=e4ea622e-b6fe-11ed-952a-f2cf7c478738 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:29:19+0000 | policy_event_thread | 139714927971104 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e184d704-b6fe-11ed-952a-f2cf7c478738 | InvocationID=e184d902-b6fe-11ed-952a-f2cf7c478738 | Polling MR for XNF activation/deactivation policy response events.
2023-02-28T00:29:19+0000 | policy_event_thread | 139714927971104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f072d946-b6fe-11ed-952a-f2cf7c478738 | InvocationID=f072dbda-b6fe-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-28T00:29:19+0000 | policy_event_thread | 139714927971104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f072d946-b6fe-11ed-952a-f2cf7c478738 | InvocationID=f072dbda-b6fe-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:29:19+0000 | policy_event_thread | 139714927971104 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f072d946-b6fe-11ed-952a-f2cf7c478738 | InvocationID=f072dbda-b6fe-11ed-952a-f2cf7c478738 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:29:19+0000 | aai_event_thread | 139714926910240 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e4ea5b3a-b6fe-11ed-952a-f2cf7c478738 | InvocationID=e4ea622e-b6fe-11ed-952a-f2cf7c478738 | Polling MR for XNF AAI events.
2023-02-28T00:29:19+0000 | aai_event_thread | 139714926910240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f0e1e53e-b6fe-11ed-952a-f2cf7c478738 | InvocationID=f0e1e818-b6fe-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-28T00:29:19+0000 | aai_event_thread | 139714926910240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f0e1e53e-b6fe-11ed-952a-f2cf7c478738 | InvocationID=f0e1e818-b6fe-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:29:19+0000 | aai_event_thread | 139714926910240 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f0e1e53e-b6fe-11ed-952a-f2cf7c478738 | InvocationID=f0e1e818-b6fe-11ed-952a-f2cf7c478738 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:29:39+0000 | aai_event_thread | 139714926910240 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f0e1e53e-b6fe-11ed-952a-f2cf7c478738 | InvocationID=f0e1e818-b6fe-11ed-952a-f2cf7c478738 | Polling MR for XNF AAI events.
2023-02-28T00:29:39+0000 | aai_event_thread | 139714926910240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fcd3b96c-b6fe-11ed-952a-f2cf7c478738 | InvocationID=fcd3bc3c-b6fe-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-28T00:29:39+0000 | aai_event_thread | 139714926910240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fcd3b96c-b6fe-11ed-952a-f2cf7c478738 | InvocationID=fcd3bc3c-b6fe-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:29:39+0000 | aai_event_thread | 139714926910240 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fcd3b96c-b6fe-11ed-952a-f2cf7c478738 | InvocationID=fcd3bc3c-b6fe-11ed-952a-f2cf7c478738 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:29:44+0000 | policy_event_thread | 139714927971104 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f072d946-b6fe-11ed-952a-f2cf7c478738 | InvocationID=f072dbda-b6fe-11ed-952a-f2cf7c478738 | Polling MR for XNF activation/deactivation policy response events.
2023-02-28T00:29:44+0000 | policy_event_thread | 139714927971104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ff62e4b4-b6fe-11ed-952a-f2cf7c478738 | InvocationID=ff62e798-b6fe-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-28T00:29:44+0000 | policy_event_thread | 139714927971104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ff62e4b4-b6fe-11ed-952a-f2cf7c478738 | InvocationID=ff62e798-b6fe-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:29:44+0000 | policy_event_thread | 139714927971104 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ff62e4b4-b6fe-11ed-952a-f2cf7c478738 | InvocationID=ff62e798-b6fe-11ed-952a-f2cf7c478738 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:29:59+0000 | aai_event_thread | 139714926910240 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fcd3b96c-b6fe-11ed-952a-f2cf7c478738 | InvocationID=fcd3bc3c-b6fe-11ed-952a-f2cf7c478738 | Polling MR for XNF AAI events.
2023-02-28T00:29:59+0000 | aai_event_thread | 139714926910240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=08c79702-b6ff-11ed-952a-f2cf7c478738 | InvocationID=08c79a0e-b6ff-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-28T00:29:59+0000 | aai_event_thread | 139714926910240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=08c79702-b6ff-11ed-952a-f2cf7c478738 | InvocationID=08c79a0e-b6ff-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:29:59+0000 | aai_event_thread | 139714926910240 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=08c79702-b6ff-11ed-952a-f2cf7c478738 | InvocationID=08c79a0e-b6ff-11ed-952a-f2cf7c478738 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:30:09+0000 | policy_event_thread | 139714927971104 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ff62e4b4-b6fe-11ed-952a-f2cf7c478738 | InvocationID=ff62e798-b6fe-11ed-952a-f2cf7c478738 | Polling MR for XNF activation/deactivation policy response events.
2023-02-28T00:30:09+0000 | policy_event_thread | 139714927971104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0e4f831a-b6ff-11ed-952a-f2cf7c478738 | InvocationID=0e4f8612-b6ff-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-28T00:30:09+0000 | policy_event_thread | 139714927971104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0e4f831a-b6ff-11ed-952a-f2cf7c478738 | InvocationID=0e4f8612-b6ff-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:30:09+0000 | policy_event_thread | 139714927971104 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0e4f831a-b6ff-11ed-952a-f2cf7c478738 | InvocationID=0e4f8612-b6ff-11ed-952a-f2cf7c478738 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:30:19+0000 | aai_event_thread | 139714926910240 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=08c79702-b6ff-11ed-952a-f2cf7c478738 | InvocationID=08c79a0e-b6ff-11ed-952a-f2cf7c478738 | Polling MR for XNF AAI events.
2023-02-28T00:30:19+0000 | aai_event_thread | 139714926910240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=14c76a0a-b6ff-11ed-952a-f2cf7c478738 | InvocationID=14c76d98-b6ff-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-28T00:30:20+0000 | aai_event_thread | 139714926910240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=14c76a0a-b6ff-11ed-952a-f2cf7c478738 | InvocationID=14c76d98-b6ff-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:30:20+0000 | aai_event_thread | 139714926910240 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=14c76a0a-b6ff-11ed-952a-f2cf7c478738 | InvocationID=14c76d98-b6ff-11ed-952a-f2cf7c478738 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:30:34+0000 | policy_event_thread | 139714927971104 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0e4f831a-b6ff-11ed-952a-f2cf7c478738 | InvocationID=0e4f8612-b6ff-11ed-952a-f2cf7c478738 | Polling MR for XNF activation/deactivation policy response events.
2023-02-28T00:30:34+0000 | policy_event_thread | 139714927971104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1d3de3da-b6ff-11ed-952a-f2cf7c478738 | InvocationID=1d3de68c-b6ff-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-28T00:30:34+0000 | policy_event_thread | 139714927971104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1d3de3da-b6ff-11ed-952a-f2cf7c478738 | InvocationID=1d3de68c-b6ff-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:30:34+0000 | policy_event_thread | 139714927971104 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1d3de3da-b6ff-11ed-952a-f2cf7c478738 | InvocationID=1d3de68c-b6ff-11ed-952a-f2cf7c478738 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:30:40+0000 | aai_event_thread | 139714926910240 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=14c76a0a-b6ff-11ed-952a-f2cf7c478738 | InvocationID=14c76d98-b6ff-11ed-952a-f2cf7c478738 | Polling MR for XNF AAI events.
2023-02-28T00:30:40+0000 | aai_event_thread | 139714926910240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=20be6444-b6ff-11ed-952a-f2cf7c478738 | InvocationID=20be6dcc-b6ff-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-28T00:30:40+0000 | aai_event_thread | 139714926910240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=20be6444-b6ff-11ed-952a-f2cf7c478738 | InvocationID=20be6dcc-b6ff-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:30:40+0000 | aai_event_thread | 139714926910240 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=20be6444-b6ff-11ed-952a-f2cf7c478738 | InvocationID=20be6dcc-b6ff-11ed-952a-f2cf7c478738 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:30:59+0000 | policy_event_thread | 139714927971104 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1d3de3da-b6ff-11ed-952a-f2cf7c478738 | InvocationID=1d3de68c-b6ff-11ed-952a-f2cf7c478738 | Polling MR for XNF activation/deactivation policy response events.
2023-02-28T00:30:59+0000 | policy_event_thread | 139714927971104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2c2e47c2-b6ff-11ed-952a-f2cf7c478738 | InvocationID=2c2e4a38-b6ff-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-28T00:30:59+0000 | policy_event_thread | 139714927971104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2c2e47c2-b6ff-11ed-952a-f2cf7c478738 | InvocationID=2c2e4a38-b6ff-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:30:59+0000 | policy_event_thread | 139714927971104 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2c2e47c2-b6ff-11ed-952a-f2cf7c478738 | InvocationID=2c2e4a38-b6ff-11ed-952a-f2cf7c478738 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:31:00+0000 | aai_event_thread | 139714926910240 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=20be6444-b6ff-11ed-952a-f2cf7c478738 | InvocationID=20be6dcc-b6ff-11ed-952a-f2cf7c478738 | Polling MR for XNF AAI events.
2023-02-28T00:31:00+0000 | aai_event_thread | 139714926910240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2cb3a26e-b6ff-11ed-952a-f2cf7c478738 | InvocationID=2cb3b57e-b6ff-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-28T00:31:00+0000 | aai_event_thread | 139714926910240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2cb3a26e-b6ff-11ed-952a-f2cf7c478738 | InvocationID=2cb3b57e-b6ff-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:31:00+0000 | aai_event_thread | 139714926910240 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2cb3a26e-b6ff-11ed-952a-f2cf7c478738 | InvocationID=2cb3b57e-b6ff-11ed-952a-f2cf7c478738 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:31:20+0000 | aai_event_thread | 139714926910240 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2cb3a26e-b6ff-11ed-952a-f2cf7c478738 | InvocationID=2cb3b57e-b6ff-11ed-952a-f2cf7c478738 | Polling MR for XNF AAI events.
2023-02-28T00:31:20+0000 | aai_event_thread | 139714926910240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=38a92256-b6ff-11ed-952a-f2cf7c478738 | InvocationID=38a925c6-b6ff-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-28T00:31:20+0000 | aai_event_thread | 139714926910240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=38a92256-b6ff-11ed-952a-f2cf7c478738 | InvocationID=38a925c6-b6ff-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:31:20+0000 | aai_event_thread | 139714926910240 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=38a92256-b6ff-11ed-952a-f2cf7c478738 | InvocationID=38a925c6-b6ff-11ed-952a-f2cf7c478738 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:31:24+0000 | policy_event_thread | 139714927971104 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2c2e47c2-b6ff-11ed-952a-f2cf7c478738 | InvocationID=2c2e4a38-b6ff-11ed-952a-f2cf7c478738 | Polling MR for XNF activation/deactivation policy response events.
2023-02-28T00:31:24+0000 | policy_event_thread | 139714927971104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3b1c86d6-b6ff-11ed-952a-f2cf7c478738 | InvocationID=3b1c88ca-b6ff-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-28T00:31:24+0000 | policy_event_thread | 139714927971104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3b1c86d6-b6ff-11ed-952a-f2cf7c478738 | InvocationID=3b1c88ca-b6ff-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:31:24+0000 | policy_event_thread | 139714927971104 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3b1c86d6-b6ff-11ed-952a-f2cf7c478738 | InvocationID=3b1c88ca-b6ff-11ed-952a-f2cf7c478738 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:31:40+0000 | aai_event_thread | 139714926910240 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=38a92256-b6ff-11ed-952a-f2cf7c478738 | InvocationID=38a925c6-b6ff-11ed-952a-f2cf7c478738 | Polling MR for XNF AAI events.
2023-02-28T00:31:40+0000 | aai_event_thread | 139714926910240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=44a2d516-b6ff-11ed-952a-f2cf7c478738 | InvocationID=44a2d7e6-b6ff-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-28T00:31:40+0000 | aai_event_thread | 139714926910240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=44a2d516-b6ff-11ed-952a-f2cf7c478738 | InvocationID=44a2d7e6-b6ff-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:31:40+0000 | aai_event_thread | 139714926910240 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=44a2d516-b6ff-11ed-952a-f2cf7c478738 | InvocationID=44a2d7e6-b6ff-11ed-952a-f2cf7c478738 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:31:49+0000 | policy_event_thread | 139714927971104 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3b1c86d6-b6ff-11ed-952a-f2cf7c478738 | InvocationID=3b1c88ca-b6ff-11ed-952a-f2cf7c478738 | Polling MR for XNF activation/deactivation policy response events.
2023-02-28T00:31:49+0000 | policy_event_thread | 139714927971104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4a08fb34-b6ff-11ed-952a-f2cf7c478738 | InvocationID=4a08fe7c-b6ff-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-28T00:31:49+0000 | policy_event_thread | 139714927971104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4a08fb34-b6ff-11ed-952a-f2cf7c478738 | InvocationID=4a08fe7c-b6ff-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:31:49+0000 | policy_event_thread | 139714927971104 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4a08fb34-b6ff-11ed-952a-f2cf7c478738 | InvocationID=4a08fe7c-b6ff-11ed-952a-f2cf7c478738 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:32:00+0000 | aai_event_thread | 139714926910240 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=44a2d516-b6ff-11ed-952a-f2cf7c478738 | InvocationID=44a2d7e6-b6ff-11ed-952a-f2cf7c478738 | Polling MR for XNF AAI events.
2023-02-28T00:32:00+0000 | aai_event_thread | 139714926910240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=509b454c-b6ff-11ed-952a-f2cf7c478738 | InvocationID=509b4902-b6ff-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-28T00:32:00+0000 | aai_event_thread | 139714926910240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=509b454c-b6ff-11ed-952a-f2cf7c478738 | InvocationID=509b4902-b6ff-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:32:00+0000 | aai_event_thread | 139714926910240 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=509b454c-b6ff-11ed-952a-f2cf7c478738 | InvocationID=509b4902-b6ff-11ed-952a-f2cf7c478738 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:32:14+0000 | policy_event_thread | 139714927971104 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4a08fb34-b6ff-11ed-952a-f2cf7c478738 | InvocationID=4a08fe7c-b6ff-11ed-952a-f2cf7c478738 | Polling MR for XNF activation/deactivation policy response events.
2023-02-28T00:32:14+0000 | policy_event_thread | 139714927971104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=58f707a8-b6ff-11ed-952a-f2cf7c478738 | InvocationID=58f70e4c-b6ff-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-28T00:32:14+0000 | policy_event_thread | 139714927971104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=58f707a8-b6ff-11ed-952a-f2cf7c478738 | InvocationID=58f70e4c-b6ff-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:32:14+0000 | policy_event_thread | 139714927971104 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=58f707a8-b6ff-11ed-952a-f2cf7c478738 | InvocationID=58f70e4c-b6ff-11ed-952a-f2cf7c478738 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:32:20+0000 | aai_event_thread | 139714926910240 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=509b454c-b6ff-11ed-952a-f2cf7c478738 | InvocationID=509b4902-b6ff-11ed-952a-f2cf7c478738 | Polling MR for XNF AAI events.
2023-02-28T00:32:20+0000 | aai_event_thread | 139714926910240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c9336d4-b6ff-11ed-952a-f2cf7c478738 | InvocationID=5c9339ae-b6ff-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-28T00:32:20+0000 | aai_event_thread | 139714926910240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c9336d4-b6ff-11ed-952a-f2cf7c478738 | InvocationID=5c9339ae-b6ff-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:32:20+0000 | aai_event_thread | 139714926910240 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5c9336d4-b6ff-11ed-952a-f2cf7c478738 | InvocationID=5c9339ae-b6ff-11ed-952a-f2cf7c478738 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:32:39+0000 | policy_event_thread | 139714927971104 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=58f707a8-b6ff-11ed-952a-f2cf7c478738 | InvocationID=58f70e4c-b6ff-11ed-952a-f2cf7c478738 | Polling MR for XNF activation/deactivation policy response events.
2023-02-28T00:32:39+0000 | policy_event_thread | 139714927971104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=67e68de2-b6ff-11ed-952a-f2cf7c478738 | InvocationID=67e69094-b6ff-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-28T00:32:39+0000 | policy_event_thread | 139714927971104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=67e68de2-b6ff-11ed-952a-f2cf7c478738 | InvocationID=67e69094-b6ff-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:32:39+0000 | policy_event_thread | 139714927971104 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=67e68de2-b6ff-11ed-952a-f2cf7c478738 | InvocationID=67e69094-b6ff-11ed-952a-f2cf7c478738 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:32:40+0000 | aai_event_thread | 139714926910240 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5c9336d4-b6ff-11ed-952a-f2cf7c478738 | InvocationID=5c9339ae-b6ff-11ed-952a-f2cf7c478738 | Polling MR for XNF AAI events.
2023-02-28T00:32:40+0000 | aai_event_thread | 139714926910240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=688556ca-b6ff-11ed-952a-f2cf7c478738 | InvocationID=688558d2-b6ff-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-28T00:32:40+0000 | aai_event_thread | 139714926910240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=688556ca-b6ff-11ed-952a-f2cf7c478738 | InvocationID=688558d2-b6ff-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:32:40+0000 | aai_event_thread | 139714926910240 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=688556ca-b6ff-11ed-952a-f2cf7c478738 | InvocationID=688558d2-b6ff-11ed-952a-f2cf7c478738 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:33:00+0000 | aai_event_thread | 139714926910240 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=688556ca-b6ff-11ed-952a-f2cf7c478738 | InvocationID=688558d2-b6ff-11ed-952a-f2cf7c478738 | Polling MR for XNF AAI events.
2023-02-28T00:33:00+0000 | aai_event_thread | 139714926910240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7475c2e4-b6ff-11ed-952a-f2cf7c478738 | InvocationID=7475d2c0-b6ff-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-28T00:33:00+0000 | aai_event_thread | 139714926910240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7475c2e4-b6ff-11ed-952a-f2cf7c478738 | InvocationID=7475d2c0-b6ff-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:33:00+0000 | aai_event_thread | 139714926910240 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7475c2e4-b6ff-11ed-952a-f2cf7c478738 | InvocationID=7475d2c0-b6ff-11ed-952a-f2cf7c478738 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:33:04+0000 | policy_event_thread | 139714927971104 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=67e68de2-b6ff-11ed-952a-f2cf7c478738 | InvocationID=67e69094-b6ff-11ed-952a-f2cf7c478738 | Polling MR for XNF activation/deactivation policy response events.
2023-02-28T00:33:04+0000 | policy_event_thread | 139714927971104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=76d6fd64-b6ff-11ed-952a-f2cf7c478738 | InvocationID=76d6ff80-b6ff-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-28T00:33:04+0000 | policy_event_thread | 139714927971104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=76d6fd64-b6ff-11ed-952a-f2cf7c478738 | InvocationID=76d6ff80-b6ff-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:33:04+0000 | policy_event_thread | 139714927971104 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=76d6fd64-b6ff-11ed-952a-f2cf7c478738 | InvocationID=76d6ff80-b6ff-11ed-952a-f2cf7c478738 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:33:20+0000 | aai_event_thread | 139714926910240 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7475c2e4-b6ff-11ed-952a-f2cf7c478738 | InvocationID=7475d2c0-b6ff-11ed-952a-f2cf7c478738 | Polling MR for XNF AAI events.
2023-02-28T00:33:20+0000 | aai_event_thread | 139714926910240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8068ffee-b6ff-11ed-952a-f2cf7c478738 | InvocationID=806901f6-b6ff-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-28T00:33:20+0000 | aai_event_thread | 139714926910240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8068ffee-b6ff-11ed-952a-f2cf7c478738 | InvocationID=806901f6-b6ff-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:33:20+0000 | aai_event_thread | 139714926910240 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8068ffee-b6ff-11ed-952a-f2cf7c478738 | InvocationID=806901f6-b6ff-11ed-952a-f2cf7c478738 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:33:29+0000 | policy_event_thread | 139714927971104 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=76d6fd64-b6ff-11ed-952a-f2cf7c478738 | InvocationID=76d6ff80-b6ff-11ed-952a-f2cf7c478738 | Polling MR for XNF activation/deactivation policy response events.
2023-02-28T00:33:29+0000 | policy_event_thread | 139714927971104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=85c31a7e-b6ff-11ed-952a-f2cf7c478738 | InvocationID=85c31dc6-b6ff-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-28T00:33:29+0000 | policy_event_thread | 139714927971104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=85c31a7e-b6ff-11ed-952a-f2cf7c478738 | InvocationID=85c31dc6-b6ff-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:33:29+0000 | policy_event_thread | 139714927971104 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=85c31a7e-b6ff-11ed-952a-f2cf7c478738 | InvocationID=85c31dc6-b6ff-11ed-952a-f2cf7c478738 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:33:40+0000 | aai_event_thread | 139714926910240 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8068ffee-b6ff-11ed-952a-f2cf7c478738 | InvocationID=806901f6-b6ff-11ed-952a-f2cf7c478738 | Polling MR for XNF AAI events.
2023-02-28T00:33:40+0000 | aai_event_thread | 139714926910240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8c60572a-b6ff-11ed-952a-f2cf7c478738 | InvocationID=8c605a40-b6ff-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-28T00:33:40+0000 | aai_event_thread | 139714926910240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8c60572a-b6ff-11ed-952a-f2cf7c478738 | InvocationID=8c605a40-b6ff-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:33:40+0000 | aai_event_thread | 139714926910240 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8c60572a-b6ff-11ed-952a-f2cf7c478738 | InvocationID=8c605a40-b6ff-11ed-952a-f2cf7c478738 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:33:54+0000 | policy_event_thread | 139714927971104 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=85c31a7e-b6ff-11ed-952a-f2cf7c478738 | InvocationID=85c31dc6-b6ff-11ed-952a-f2cf7c478738 | Polling MR for XNF activation/deactivation policy response events.
2023-02-28T00:33:54+0000 | policy_event_thread | 139714927971104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=94b1d4f8-b6ff-11ed-952a-f2cf7c478738 | InvocationID=94b1d76e-b6ff-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-28T00:33:54+0000 | policy_event_thread | 139714927971104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=94b1d4f8-b6ff-11ed-952a-f2cf7c478738 | InvocationID=94b1d76e-b6ff-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:33:54+0000 | policy_event_thread | 139714927971104 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=94b1d4f8-b6ff-11ed-952a-f2cf7c478738 | InvocationID=94b1d76e-b6ff-11ed-952a-f2cf7c478738 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:34:00+0000 | aai_event_thread | 139714926910240 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8c60572a-b6ff-11ed-952a-f2cf7c478738 | InvocationID=8c605a40-b6ff-11ed-952a-f2cf7c478738 | Polling MR for XNF AAI events.
2023-02-28T00:34:00+0000 | aai_event_thread | 139714926910240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=98565926-b6ff-11ed-952a-f2cf7c478738 | InvocationID=98565be2-b6ff-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-28T00:34:00+0000 | aai_event_thread | 139714926910240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=98565926-b6ff-11ed-952a-f2cf7c478738 | InvocationID=98565be2-b6ff-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:34:00+0000 | aai_event_thread | 139714926910240 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=98565926-b6ff-11ed-952a-f2cf7c478738 | InvocationID=98565be2-b6ff-11ed-952a-f2cf7c478738 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:34:19+0000 | policy_event_thread | 139714927971104 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=94b1d4f8-b6ff-11ed-952a-f2cf7c478738 | InvocationID=94b1d76e-b6ff-11ed-952a-f2cf7c478738 | Polling MR for XNF activation/deactivation policy response events.
2023-02-28T00:34:19+0000 | policy_event_thread | 139714927971104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a3a34dde-b6ff-11ed-952a-f2cf7c478738 | InvocationID=a3a35162-b6ff-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-28T00:34:19+0000 | policy_event_thread | 139714927971104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a3a34dde-b6ff-11ed-952a-f2cf7c478738 | InvocationID=a3a35162-b6ff-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:34:19+0000 | policy_event_thread | 139714927971104 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a3a34dde-b6ff-11ed-952a-f2cf7c478738 | InvocationID=a3a35162-b6ff-11ed-952a-f2cf7c478738 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:34:20+0000 | aai_event_thread | 139714926910240 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=98565926-b6ff-11ed-952a-f2cf7c478738 | InvocationID=98565be2-b6ff-11ed-952a-f2cf7c478738 | Polling MR for XNF AAI events.
2023-02-28T00:34:20+0000 | aai_event_thread | 139714926910240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a44c9c54-b6ff-11ed-952a-f2cf7c478738 | InvocationID=a44c9eca-b6ff-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-28T00:34:20+0000 | aai_event_thread | 139714926910240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a44c9c54-b6ff-11ed-952a-f2cf7c478738 | InvocationID=a44c9eca-b6ff-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:34:20+0000 | aai_event_thread | 139714926910240 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a44c9c54-b6ff-11ed-952a-f2cf7c478738 | InvocationID=a44c9eca-b6ff-11ed-952a-f2cf7c478738 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:34:40+0000 | aai_event_thread | 139714926910240 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a44c9c54-b6ff-11ed-952a-f2cf7c478738 | InvocationID=a44c9eca-b6ff-11ed-952a-f2cf7c478738 | Polling MR for XNF AAI events.
2023-02-28T00:34:40+0000 | aai_event_thread | 139714926910240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b0414d02-b6ff-11ed-952a-f2cf7c478738 | InvocationID=b0414fb4-b6ff-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-28T00:34:40+0000 | aai_event_thread | 139714926910240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b0414d02-b6ff-11ed-952a-f2cf7c478738 | InvocationID=b0414fb4-b6ff-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:34:40+0000 | aai_event_thread | 139714926910240 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b0414d02-b6ff-11ed-952a-f2cf7c478738 | InvocationID=b0414fb4-b6ff-11ed-952a-f2cf7c478738 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:34:44+0000 | policy_event_thread | 139714927971104 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a3a34dde-b6ff-11ed-952a-f2cf7c478738 | InvocationID=a3a35162-b6ff-11ed-952a-f2cf7c478738 | Polling MR for XNF activation/deactivation policy response events.
2023-02-28T00:34:44+0000 | policy_event_thread | 139714927971104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b29688d8-b6ff-11ed-952a-f2cf7c478738 | InvocationID=b2968c3e-b6ff-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-28T00:34:44+0000 | policy_event_thread | 139714927971104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b29688d8-b6ff-11ed-952a-f2cf7c478738 | InvocationID=b2968c3e-b6ff-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:34:44+0000 | policy_event_thread | 139714927971104 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b29688d8-b6ff-11ed-952a-f2cf7c478738 | InvocationID=b2968c3e-b6ff-11ed-952a-f2cf7c478738 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:35:00+0000 | aai_event_thread | 139714926910240 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b0414d02-b6ff-11ed-952a-f2cf7c478738 | InvocationID=b0414fb4-b6ff-11ed-952a-f2cf7c478738 | Polling MR for XNF AAI events.
2023-02-28T00:35:00+0000 | aai_event_thread | 139714926910240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bc3e42c2-b6ff-11ed-952a-f2cf7c478738 | InvocationID=bc3e4718-b6ff-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-28T00:35:01+0000 | aai_event_thread | 139714926910240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bc3e42c2-b6ff-11ed-952a-f2cf7c478738 | InvocationID=bc3e4718-b6ff-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:35:01+0000 | aai_event_thread | 139714926910240 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bc3e42c2-b6ff-11ed-952a-f2cf7c478738 | InvocationID=bc3e4718-b6ff-11ed-952a-f2cf7c478738 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:35:09+0000 | policy_event_thread | 139714927971104 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b29688d8-b6ff-11ed-952a-f2cf7c478738 | InvocationID=b2968c3e-b6ff-11ed-952a-f2cf7c478738 | Polling MR for XNF activation/deactivation policy response events.
2023-02-28T00:35:09+0000 | policy_event_thread | 139714927971104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c18991dc-b6ff-11ed-952a-f2cf7c478738 | InvocationID=c1899556-b6ff-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-28T00:35:09+0000 | policy_event_thread | 139714927971104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c18991dc-b6ff-11ed-952a-f2cf7c478738 | InvocationID=c1899556-b6ff-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:35:09+0000 | policy_event_thread | 139714927971104 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c18991dc-b6ff-11ed-952a-f2cf7c478738 | InvocationID=c1899556-b6ff-11ed-952a-f2cf7c478738 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:35:21+0000 | aai_event_thread | 139714926910240 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bc3e42c2-b6ff-11ed-952a-f2cf7c478738 | InvocationID=bc3e4718-b6ff-11ed-952a-f2cf7c478738 | Polling MR for XNF AAI events.
2023-02-28T00:35:21+0000 | aai_event_thread | 139714926910240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c838d92a-b6ff-11ed-952a-f2cf7c478738 | InvocationID=c838dbf0-b6ff-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-28T00:35:21+0000 | aai_event_thread | 139714926910240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c838d92a-b6ff-11ed-952a-f2cf7c478738 | InvocationID=c838dbf0-b6ff-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:35:21+0000 | aai_event_thread | 139714926910240 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c838d92a-b6ff-11ed-952a-f2cf7c478738 | InvocationID=c838dbf0-b6ff-11ed-952a-f2cf7c478738 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:35:34+0000 | policy_event_thread | 139714927971104 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c18991dc-b6ff-11ed-952a-f2cf7c478738 | InvocationID=c1899556-b6ff-11ed-952a-f2cf7c478738 | Polling MR for XNF activation/deactivation policy response events.
2023-02-28T00:35:34+0000 | policy_event_thread | 139714927971104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d077cec0-b6ff-11ed-952a-f2cf7c478738 | InvocationID=d077d0e6-b6ff-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-28T00:35:34+0000 | policy_event_thread | 139714927971104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d077cec0-b6ff-11ed-952a-f2cf7c478738 | InvocationID=d077d0e6-b6ff-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:35:34+0000 | policy_event_thread | 139714927971104 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d077cec0-b6ff-11ed-952a-f2cf7c478738 | InvocationID=d077d0e6-b6ff-11ed-952a-f2cf7c478738 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:35:41+0000 | aai_event_thread | 139714926910240 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c838d92a-b6ff-11ed-952a-f2cf7c478738 | InvocationID=c838dbf0-b6ff-11ed-952a-f2cf7c478738 | Polling MR for XNF AAI events.
2023-02-28T00:35:41+0000 | aai_event_thread | 139714926910240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d430d78c-b6ff-11ed-952a-f2cf7c478738 | InvocationID=d430dc8c-b6ff-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-28T00:35:41+0000 | aai_event_thread | 139714926910240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d430d78c-b6ff-11ed-952a-f2cf7c478738 | InvocationID=d430dc8c-b6ff-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:35:41+0000 | aai_event_thread | 139714926910240 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d430d78c-b6ff-11ed-952a-f2cf7c478738 | InvocationID=d430dc8c-b6ff-11ed-952a-f2cf7c478738 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:35:59+0000 | policy_event_thread | 139714927971104 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d077cec0-b6ff-11ed-952a-f2cf7c478738 | InvocationID=d077d0e6-b6ff-11ed-952a-f2cf7c478738 | Polling MR for XNF activation/deactivation policy response events.
2023-02-28T00:35:59+0000 | policy_event_thread | 139714927971104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=df6613c4-b6ff-11ed-952a-f2cf7c478738 | InvocationID=df661a9a-b6ff-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-28T00:36:00+0000 | policy_event_thread | 139714927971104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=df6613c4-b6ff-11ed-952a-f2cf7c478738 | InvocationID=df661a9a-b6ff-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:36:00+0000 | policy_event_thread | 139714927971104 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=df6613c4-b6ff-11ed-952a-f2cf7c478738 | InvocationID=df661a9a-b6ff-11ed-952a-f2cf7c478738 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:36:01+0000 | aai_event_thread | 139714926910240 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d430d78c-b6ff-11ed-952a-f2cf7c478738 | InvocationID=d430dc8c-b6ff-11ed-952a-f2cf7c478738 | Polling MR for XNF AAI events.
2023-02-28T00:36:01+0000 | aai_event_thread | 139714926910240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e02311fe-b6ff-11ed-952a-f2cf7c478738 | InvocationID=e0231406-b6ff-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-28T00:36:01+0000 | aai_event_thread | 139714926910240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e02311fe-b6ff-11ed-952a-f2cf7c478738 | InvocationID=e0231406-b6ff-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:36:01+0000 | aai_event_thread | 139714926910240 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e02311fe-b6ff-11ed-952a-f2cf7c478738 | InvocationID=e0231406-b6ff-11ed-952a-f2cf7c478738 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:36:21+0000 | aai_event_thread | 139714926910240 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e02311fe-b6ff-11ed-952a-f2cf7c478738 | InvocationID=e0231406-b6ff-11ed-952a-f2cf7c478738 | Polling MR for XNF AAI events.
2023-02-28T00:36:21+0000 | aai_event_thread | 139714926910240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ec136be4-b6ff-11ed-952a-f2cf7c478738 | InvocationID=ec136f7c-b6ff-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-28T00:36:21+0000 | aai_event_thread | 139714926910240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ec136be4-b6ff-11ed-952a-f2cf7c478738 | InvocationID=ec136f7c-b6ff-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:36:21+0000 | aai_event_thread | 139714926910240 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ec136be4-b6ff-11ed-952a-f2cf7c478738 | InvocationID=ec136f7c-b6ff-11ed-952a-f2cf7c478738 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:36:25+0000 | policy_event_thread | 139714927971104 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=df6613c4-b6ff-11ed-952a-f2cf7c478738 | InvocationID=df661a9a-b6ff-11ed-952a-f2cf7c478738 | Polling MR for XNF activation/deactivation policy response events.
2023-02-28T00:36:25+0000 | policy_event_thread | 139714927971104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ee58edde-b6ff-11ed-952a-f2cf7c478738 | InvocationID=ee58f0b8-b6ff-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-28T00:36:25+0000 | policy_event_thread | 139714927971104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ee58edde-b6ff-11ed-952a-f2cf7c478738 | InvocationID=ee58f0b8-b6ff-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:36:25+0000 | policy_event_thread | 139714927971104 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ee58edde-b6ff-11ed-952a-f2cf7c478738 | InvocationID=ee58f0b8-b6ff-11ed-952a-f2cf7c478738 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:36:41+0000 | aai_event_thread | 139714926910240 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ec136be4-b6ff-11ed-952a-f2cf7c478738 | InvocationID=ec136f7c-b6ff-11ed-952a-f2cf7c478738 | Polling MR for XNF AAI events.
2023-02-28T00:36:41+0000 | aai_event_thread | 139714926910240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f8097786-b6ff-11ed-952a-f2cf7c478738 | InvocationID=f8097a10-b6ff-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-28T00:36:41+0000 | aai_event_thread | 139714926910240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f8097786-b6ff-11ed-952a-f2cf7c478738 | InvocationID=f8097a10-b6ff-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:36:41+0000 | aai_event_thread | 139714926910240 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f8097786-b6ff-11ed-952a-f2cf7c478738 | InvocationID=f8097a10-b6ff-11ed-952a-f2cf7c478738 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:36:50+0000 | policy_event_thread | 139714927971104 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ee58edde-b6ff-11ed-952a-f2cf7c478738 | InvocationID=ee58f0b8-b6ff-11ed-952a-f2cf7c478738 | Polling MR for XNF activation/deactivation policy response events.
2023-02-28T00:36:50+0000 | policy_event_thread | 139714927971104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fd470e0c-b6ff-11ed-952a-f2cf7c478738 | InvocationID=fd47117c-b6ff-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-28T00:36:50+0000 | policy_event_thread | 139714927971104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fd470e0c-b6ff-11ed-952a-f2cf7c478738 | InvocationID=fd47117c-b6ff-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:36:50+0000 | policy_event_thread | 139714927971104 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fd470e0c-b6ff-11ed-952a-f2cf7c478738 | InvocationID=fd47117c-b6ff-11ed-952a-f2cf7c478738 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:37:01+0000 | aai_event_thread | 139714926910240 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f8097786-b6ff-11ed-952a-f2cf7c478738 | InvocationID=f8097a10-b6ff-11ed-952a-f2cf7c478738 | Polling MR for XNF AAI events.
2023-02-28T00:37:01+0000 | aai_event_thread | 139714926910240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=03fde91e-b700-11ed-952a-f2cf7c478738 | InvocationID=03fdeb26-b700-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-28T00:37:01+0000 | aai_event_thread | 139714926910240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=03fde91e-b700-11ed-952a-f2cf7c478738 | InvocationID=03fdeb26-b700-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:37:01+0000 | aai_event_thread | 139714926910240 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=03fde91e-b700-11ed-952a-f2cf7c478738 | InvocationID=03fdeb26-b700-11ed-952a-f2cf7c478738 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:37:15+0000 | policy_event_thread | 139714927971104 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fd470e0c-b6ff-11ed-952a-f2cf7c478738 | InvocationID=fd47117c-b6ff-11ed-952a-f2cf7c478738 | Polling MR for XNF activation/deactivation policy response events.
2023-02-28T00:37:15+0000 | policy_event_thread | 139714927971104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0c35291c-b700-11ed-952a-f2cf7c478738 | InvocationID=0c352bf6-b700-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-28T00:37:15+0000 | policy_event_thread | 139714927971104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0c35291c-b700-11ed-952a-f2cf7c478738 | InvocationID=0c352bf6-b700-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:37:15+0000 | policy_event_thread | 139714927971104 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0c35291c-b700-11ed-952a-f2cf7c478738 | InvocationID=0c352bf6-b700-11ed-952a-f2cf7c478738 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:37:21+0000 | aai_event_thread | 139714926910240 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=03fde91e-b700-11ed-952a-f2cf7c478738 | InvocationID=03fdeb26-b700-11ed-952a-f2cf7c478738 | Polling MR for XNF AAI events.
2023-02-28T00:37:21+0000 | aai_event_thread | 139714926910240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0ff13988-b700-11ed-952a-f2cf7c478738 | InvocationID=0ff13d3e-b700-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-28T00:37:21+0000 | aai_event_thread | 139714926910240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0ff13988-b700-11ed-952a-f2cf7c478738 | InvocationID=0ff13d3e-b700-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:37:21+0000 | aai_event_thread | 139714926910240 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0ff13988-b700-11ed-952a-f2cf7c478738 | InvocationID=0ff13d3e-b700-11ed-952a-f2cf7c478738 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:37:40+0000 | policy_event_thread | 139714927971104 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0c35291c-b700-11ed-952a-f2cf7c478738 | InvocationID=0c352bf6-b700-11ed-952a-f2cf7c478738 | Polling MR for XNF activation/deactivation policy response events.
2023-02-28T00:37:40+0000 | policy_event_thread | 139714927971104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1b277ac4-b700-11ed-952a-f2cf7c478738 | InvocationID=1b277da8-b700-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-28T00:37:40+0000 | policy_event_thread | 139714927971104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1b277ac4-b700-11ed-952a-f2cf7c478738 | InvocationID=1b277da8-b700-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:37:40+0000 | policy_event_thread | 139714927971104 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1b277ac4-b700-11ed-952a-f2cf7c478738 | InvocationID=1b277da8-b700-11ed-952a-f2cf7c478738 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:37:41+0000 | aai_event_thread | 139714926910240 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0ff13988-b700-11ed-952a-f2cf7c478738 | InvocationID=0ff13d3e-b700-11ed-952a-f2cf7c478738 | Polling MR for XNF AAI events.
2023-02-28T00:37:41+0000 | aai_event_thread | 139714926910240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1be35262-b700-11ed-952a-f2cf7c478738 | InvocationID=1be3551e-b700-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-28T00:37:41+0000 | aai_event_thread | 139714926910240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1be35262-b700-11ed-952a-f2cf7c478738 | InvocationID=1be3551e-b700-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:37:41+0000 | aai_event_thread | 139714926910240 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1be35262-b700-11ed-952a-f2cf7c478738 | InvocationID=1be3551e-b700-11ed-952a-f2cf7c478738 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:38:01+0000 | aai_event_thread | 139714926910240 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1be35262-b700-11ed-952a-f2cf7c478738 | InvocationID=1be3551e-b700-11ed-952a-f2cf7c478738 | Polling MR for XNF AAI events.
2023-02-28T00:38:01+0000 | aai_event_thread | 139714926910240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=27d64e08-b700-11ed-952a-f2cf7c478738 | InvocationID=27d650ce-b700-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-28T00:38:01+0000 | aai_event_thread | 139714926910240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=27d64e08-b700-11ed-952a-f2cf7c478738 | InvocationID=27d650ce-b700-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:38:01+0000 | aai_event_thread | 139714926910240 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=27d64e08-b700-11ed-952a-f2cf7c478738 | InvocationID=27d650ce-b700-11ed-952a-f2cf7c478738 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:38:05+0000 | policy_event_thread | 139714927971104 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1b277ac4-b700-11ed-952a-f2cf7c478738 | InvocationID=1b277da8-b700-11ed-952a-f2cf7c478738 | Polling MR for XNF activation/deactivation policy response events.
2023-02-28T00:38:05+0000 | policy_event_thread | 139714927971104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2a16dd72-b700-11ed-952a-f2cf7c478738 | InvocationID=2a16e056-b700-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-28T00:38:05+0000 | policy_event_thread | 139714927971104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2a16dd72-b700-11ed-952a-f2cf7c478738 | InvocationID=2a16e056-b700-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:38:05+0000 | policy_event_thread | 139714927971104 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2a16dd72-b700-11ed-952a-f2cf7c478738 | InvocationID=2a16e056-b700-11ed-952a-f2cf7c478738 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:38:21+0000 | aai_event_thread | 139714926910240 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=27d64e08-b700-11ed-952a-f2cf7c478738 | InvocationID=27d650ce-b700-11ed-952a-f2cf7c478738 | Polling MR for XNF AAI events.
2023-02-28T00:38:21+0000 | aai_event_thread | 139714926910240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=33cb0eec-b700-11ed-952a-f2cf7c478738 | InvocationID=33cb1216-b700-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-28T00:38:21+0000 | aai_event_thread | 139714926910240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=33cb0eec-b700-11ed-952a-f2cf7c478738 | InvocationID=33cb1216-b700-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:38:21+0000 | aai_event_thread | 139714926910240 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=33cb0eec-b700-11ed-952a-f2cf7c478738 | InvocationID=33cb1216-b700-11ed-952a-f2cf7c478738 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:38:30+0000 | policy_event_thread | 139714927971104 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2a16dd72-b700-11ed-952a-f2cf7c478738 | InvocationID=2a16e056-b700-11ed-952a-f2cf7c478738 | Polling MR for XNF activation/deactivation policy response events.
2023-02-28T00:38:30+0000 | policy_event_thread | 139714927971104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=39044fb8-b700-11ed-952a-f2cf7c478738 | InvocationID=390451a2-b700-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-28T00:38:30+0000 | policy_event_thread | 139714927971104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=39044fb8-b700-11ed-952a-f2cf7c478738 | InvocationID=390451a2-b700-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:38:30+0000 | policy_event_thread | 139714927971104 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=39044fb8-b700-11ed-952a-f2cf7c478738 | InvocationID=390451a2-b700-11ed-952a-f2cf7c478738 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:38:41+0000 | aai_event_thread | 139714926910240 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=33cb0eec-b700-11ed-952a-f2cf7c478738 | InvocationID=33cb1216-b700-11ed-952a-f2cf7c478738 | Polling MR for XNF AAI events.
2023-02-28T00:38:41+0000 | aai_event_thread | 139714926910240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3fe1a510-b700-11ed-952a-f2cf7c478738 | InvocationID=3fe1a7ea-b700-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-28T00:38:41+0000 | aai_event_thread | 139714926910240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3fe1a510-b700-11ed-952a-f2cf7c478738 | InvocationID=3fe1a7ea-b700-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:38:41+0000 | aai_event_thread | 139714926910240 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3fe1a510-b700-11ed-952a-f2cf7c478738 | InvocationID=3fe1a7ea-b700-11ed-952a-f2cf7c478738 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:38:55+0000 | policy_event_thread | 139714927971104 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=39044fb8-b700-11ed-952a-f2cf7c478738 | InvocationID=390451a2-b700-11ed-952a-f2cf7c478738 | Polling MR for XNF activation/deactivation policy response events.
2023-02-28T00:38:55+0000 | policy_event_thread | 139714927971104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=47f275b8-b700-11ed-952a-f2cf7c478738 | InvocationID=47f27874-b700-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-28T00:38:55+0000 | policy_event_thread | 139714927971104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=47f275b8-b700-11ed-952a-f2cf7c478738 | InvocationID=47f27874-b700-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:38:55+0000 | policy_event_thread | 139714927971104 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=47f275b8-b700-11ed-952a-f2cf7c478738 | InvocationID=47f27874-b700-11ed-952a-f2cf7c478738 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:39:01+0000 | aai_event_thread | 139714926910240 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3fe1a510-b700-11ed-952a-f2cf7c478738 | InvocationID=3fe1a7ea-b700-11ed-952a-f2cf7c478738 | Polling MR for XNF AAI events.
2023-02-28T00:39:01+0000 | aai_event_thread | 139714926910240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4bdb8b88-b700-11ed-952a-f2cf7c478738 | InvocationID=4bdb8e80-b700-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-28T00:39:01+0000 | aai_event_thread | 139714926910240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4bdb8b88-b700-11ed-952a-f2cf7c478738 | InvocationID=4bdb8e80-b700-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:39:01+0000 | aai_event_thread | 139714926910240 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4bdb8b88-b700-11ed-952a-f2cf7c478738 | InvocationID=4bdb8e80-b700-11ed-952a-f2cf7c478738 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:39:20+0000 | policy_event_thread | 139714927971104 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=47f275b8-b700-11ed-952a-f2cf7c478738 | InvocationID=47f27874-b700-11ed-952a-f2cf7c478738 | Polling MR for XNF activation/deactivation policy response events.
2023-02-28T00:39:20+0000 | policy_event_thread | 139714927971104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=56e2f89a-b700-11ed-952a-f2cf7c478738 | InvocationID=56e2fb74-b700-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-28T00:39:20+0000 | policy_event_thread | 139714927971104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=56e2f89a-b700-11ed-952a-f2cf7c478738 | InvocationID=56e2fb74-b700-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:39:20+0000 | policy_event_thread | 139714927971104 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=56e2f89a-b700-11ed-952a-f2cf7c478738 | InvocationID=56e2fb74-b700-11ed-952a-f2cf7c478738 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:39:21+0000 | aai_event_thread | 139714926910240 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4bdb8b88-b700-11ed-952a-f2cf7c478738 | InvocationID=4bdb8e80-b700-11ed-952a-f2cf7c478738 | Polling MR for XNF AAI events.
2023-02-28T00:39:21+0000 | aai_event_thread | 139714926910240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=57d21d94-b700-11ed-952a-f2cf7c478738 | InvocationID=57d22028-b700-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-28T00:39:22+0000 | aai_event_thread | 139714926910240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=57d21d94-b700-11ed-952a-f2cf7c478738 | InvocationID=57d22028-b700-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:39:22+0000 | aai_event_thread | 139714926910240 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=57d21d94-b700-11ed-952a-f2cf7c478738 | InvocationID=57d22028-b700-11ed-952a-f2cf7c478738 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:39:42+0000 | aai_event_thread | 139714926910240 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=57d21d94-b700-11ed-952a-f2cf7c478738 | InvocationID=57d22028-b700-11ed-952a-f2cf7c478738 | Polling MR for XNF AAI events.
2023-02-28T00:39:42+0000 | aai_event_thread | 139714926910240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=63ca25ba-b700-11ed-952a-f2cf7c478738 | InvocationID=63ca2876-b700-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-28T00:39:42+0000 | aai_event_thread | 139714926910240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=63ca25ba-b700-11ed-952a-f2cf7c478738 | InvocationID=63ca2876-b700-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:39:42+0000 | aai_event_thread | 139714926910240 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=63ca25ba-b700-11ed-952a-f2cf7c478738 | InvocationID=63ca2876-b700-11ed-952a-f2cf7c478738 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:39:45+0000 | policy_event_thread | 139714927971104 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=56e2f89a-b700-11ed-952a-f2cf7c478738 | InvocationID=56e2fb74-b700-11ed-952a-f2cf7c478738 | Polling MR for XNF activation/deactivation policy response events.
2023-02-28T00:39:45+0000 | policy_event_thread | 139714927971104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=65fef93c-b700-11ed-952a-f2cf7c478738 | InvocationID=65fefba8-b700-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-28T00:39:45+0000 | policy_event_thread | 139714927971104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=65fef93c-b700-11ed-952a-f2cf7c478738 | InvocationID=65fefba8-b700-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:39:45+0000 | policy_event_thread | 139714927971104 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=65fef93c-b700-11ed-952a-f2cf7c478738 | InvocationID=65fefba8-b700-11ed-952a-f2cf7c478738 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:40:02+0000 | aai_event_thread | 139714926910240 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=63ca25ba-b700-11ed-952a-f2cf7c478738 | InvocationID=63ca2876-b700-11ed-952a-f2cf7c478738 | Polling MR for XNF AAI events.
2023-02-28T00:40:02+0000 | aai_event_thread | 139714926910240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6fc15a5a-b700-11ed-952a-f2cf7c478738 | InvocationID=6fc15e60-b700-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-28T00:40:02+0000 | aai_event_thread | 139714926910240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6fc15a5a-b700-11ed-952a-f2cf7c478738 | InvocationID=6fc15e60-b700-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:40:02+0000 | aai_event_thread | 139714926910240 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6fc15a5a-b700-11ed-952a-f2cf7c478738 | InvocationID=6fc15e60-b700-11ed-952a-f2cf7c478738 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:40:10+0000 | policy_event_thread | 139714927971104 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=65fef93c-b700-11ed-952a-f2cf7c478738 | InvocationID=65fefba8-b700-11ed-952a-f2cf7c478738 | Polling MR for XNF activation/deactivation policy response events.
2023-02-28T00:40:10+0000 | policy_event_thread | 139714927971104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=74f3b180-b700-11ed-952a-f2cf7c478738 | InvocationID=74f3b428-b700-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-28T00:40:10+0000 | policy_event_thread | 139714927971104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=74f3b180-b700-11ed-952a-f2cf7c478738 | InvocationID=74f3b428-b700-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:40:10+0000 | policy_event_thread | 139714927971104 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=74f3b180-b700-11ed-952a-f2cf7c478738 | InvocationID=74f3b428-b700-11ed-952a-f2cf7c478738 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:40:22+0000 | aai_event_thread | 139714926910240 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6fc15a5a-b700-11ed-952a-f2cf7c478738 | InvocationID=6fc15e60-b700-11ed-952a-f2cf7c478738 | Polling MR for XNF AAI events.
2023-02-28T00:40:22+0000 | aai_event_thread | 139714926910240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7bbebce4-b700-11ed-952a-f2cf7c478738 | InvocationID=7bbec0c2-b700-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-28T00:40:22+0000 | aai_event_thread | 139714926910240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7bbebce4-b700-11ed-952a-f2cf7c478738 | InvocationID=7bbec0c2-b700-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:40:22+0000 | aai_event_thread | 139714926910240 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7bbebce4-b700-11ed-952a-f2cf7c478738 | InvocationID=7bbec0c2-b700-11ed-952a-f2cf7c478738 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:40:35+0000 | policy_event_thread | 139714927971104 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=74f3b180-b700-11ed-952a-f2cf7c478738 | InvocationID=74f3b428-b700-11ed-952a-f2cf7c478738 | Polling MR for XNF activation/deactivation policy response events.
2023-02-28T00:40:35+0000 | policy_event_thread | 139714927971104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=83ec6178-b700-11ed-952a-f2cf7c478738 | InvocationID=83ec6470-b700-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-28T00:40:36+0000 | policy_event_thread | 139714927971104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=83ec6178-b700-11ed-952a-f2cf7c478738 | InvocationID=83ec6470-b700-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:40:36+0000 | policy_event_thread | 139714927971104 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=83ec6178-b700-11ed-952a-f2cf7c478738 | InvocationID=83ec6470-b700-11ed-952a-f2cf7c478738 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:40:42+0000 | aai_event_thread | 139714926910240 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7bbebce4-b700-11ed-952a-f2cf7c478738 | InvocationID=7bbec0c2-b700-11ed-952a-f2cf7c478738 | Polling MR for XNF AAI events.
2023-02-28T00:40:42+0000 | aai_event_thread | 139714926910240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=87b85406-b700-11ed-952a-f2cf7c478738 | InvocationID=87b856cc-b700-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-28T00:40:42+0000 | aai_event_thread | 139714926910240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=87b85406-b700-11ed-952a-f2cf7c478738 | InvocationID=87b856cc-b700-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:40:42+0000 | aai_event_thread | 139714926910240 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=87b85406-b700-11ed-952a-f2cf7c478738 | InvocationID=87b856cc-b700-11ed-952a-f2cf7c478738 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:41:01+0000 | policy_event_thread | 139714927971104 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=83ec6178-b700-11ed-952a-f2cf7c478738 | InvocationID=83ec6470-b700-11ed-952a-f2cf7c478738 | Polling MR for XNF activation/deactivation policy response events.
2023-02-28T00:41:01+0000 | policy_event_thread | 139714927971104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=92e2e274-b700-11ed-952a-f2cf7c478738 | InvocationID=92e2e652-b700-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-28T00:41:01+0000 | policy_event_thread | 139714927971104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=92e2e274-b700-11ed-952a-f2cf7c478738 | InvocationID=92e2e652-b700-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:41:01+0000 | policy_event_thread | 139714927971104 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=92e2e274-b700-11ed-952a-f2cf7c478738 | InvocationID=92e2e652-b700-11ed-952a-f2cf7c478738 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:41:02+0000 | aai_event_thread | 139714926910240 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=87b85406-b700-11ed-952a-f2cf7c478738 | InvocationID=87b856cc-b700-11ed-952a-f2cf7c478738 | Polling MR for XNF AAI events.
2023-02-28T00:41:02+0000 | aai_event_thread | 139714926910240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=93f25168-b700-11ed-952a-f2cf7c478738 | InvocationID=93f2544c-b700-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-28T00:41:02+0000 | aai_event_thread | 139714926910240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=93f25168-b700-11ed-952a-f2cf7c478738 | InvocationID=93f2544c-b700-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:41:02+0000 | aai_event_thread | 139714926910240 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=93f25168-b700-11ed-952a-f2cf7c478738 | InvocationID=93f2544c-b700-11ed-952a-f2cf7c478738 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:41:22+0000 | aai_event_thread | 139714926910240 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=93f25168-b700-11ed-952a-f2cf7c478738 | InvocationID=93f2544c-b700-11ed-952a-f2cf7c478738 | Polling MR for XNF AAI events.
2023-02-28T00:41:22+0000 | aai_event_thread | 139714926910240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9fe53242-b700-11ed-952a-f2cf7c478738 | InvocationID=9fe534ea-b700-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-28T00:41:22+0000 | aai_event_thread | 139714926910240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9fe53242-b700-11ed-952a-f2cf7c478738 | InvocationID=9fe534ea-b700-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:41:22+0000 | aai_event_thread | 139714926910240 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9fe53242-b700-11ed-952a-f2cf7c478738 | InvocationID=9fe534ea-b700-11ed-952a-f2cf7c478738 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:41:26+0000 | policy_event_thread | 139714927971104 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=92e2e274-b700-11ed-952a-f2cf7c478738 | InvocationID=92e2e652-b700-11ed-952a-f2cf7c478738 | Polling MR for XNF activation/deactivation policy response events.
2023-02-28T00:41:26+0000 | policy_event_thread | 139714927971104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a1d98986-b700-11ed-952a-f2cf7c478738 | InvocationID=a1d98c92-b700-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-28T00:41:26+0000 | policy_event_thread | 139714927971104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a1d98986-b700-11ed-952a-f2cf7c478738 | InvocationID=a1d98c92-b700-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:41:26+0000 | policy_event_thread | 139714927971104 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a1d98986-b700-11ed-952a-f2cf7c478738 | InvocationID=a1d98c92-b700-11ed-952a-f2cf7c478738 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:41:42+0000 | aai_event_thread | 139714926910240 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9fe53242-b700-11ed-952a-f2cf7c478738 | InvocationID=9fe534ea-b700-11ed-952a-f2cf7c478738 | Polling MR for XNF AAI events.
2023-02-28T00:41:42+0000 | aai_event_thread | 139714926910240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=abe1689a-b700-11ed-952a-f2cf7c478738 | InvocationID=abe16b1a-b700-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-28T00:41:43+0000 | aai_event_thread | 139714926910240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=abe1689a-b700-11ed-952a-f2cf7c478738 | InvocationID=abe16b1a-b700-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:41:43+0000 | aai_event_thread | 139714926910240 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=abe1689a-b700-11ed-952a-f2cf7c478738 | InvocationID=abe16b1a-b700-11ed-952a-f2cf7c478738 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:41:51+0000 | policy_event_thread | 139714927971104 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a1d98986-b700-11ed-952a-f2cf7c478738 | InvocationID=a1d98c92-b700-11ed-952a-f2cf7c478738 | Polling MR for XNF activation/deactivation policy response events.
2023-02-28T00:41:51+0000 | policy_event_thread | 139714927971104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b0c85918-b700-11ed-952a-f2cf7c478738 | InvocationID=b0c85bac-b700-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-28T00:41:51+0000 | policy_event_thread | 139714927971104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b0c85918-b700-11ed-952a-f2cf7c478738 | InvocationID=b0c85bac-b700-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:41:51+0000 | policy_event_thread | 139714927971104 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b0c85918-b700-11ed-952a-f2cf7c478738 | InvocationID=b0c85bac-b700-11ed-952a-f2cf7c478738 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:42:03+0000 | aai_event_thread | 139714926910240 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=abe1689a-b700-11ed-952a-f2cf7c478738 | InvocationID=abe16b1a-b700-11ed-952a-f2cf7c478738 | Polling MR for XNF AAI events.
2023-02-28T00:42:03+0000 | aai_event_thread | 139714926910240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b7d92c50-b700-11ed-952a-f2cf7c478738 | InvocationID=b7d92e9e-b700-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-28T00:42:03+0000 | aai_event_thread | 139714926910240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b7d92c50-b700-11ed-952a-f2cf7c478738 | InvocationID=b7d92e9e-b700-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:42:03+0000 | aai_event_thread | 139714926910240 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b7d92c50-b700-11ed-952a-f2cf7c478738 | InvocationID=b7d92e9e-b700-11ed-952a-f2cf7c478738 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:42:16+0000 | policy_event_thread | 139714927971104 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b0c85918-b700-11ed-952a-f2cf7c478738 | InvocationID=b0c85bac-b700-11ed-952a-f2cf7c478738 | Polling MR for XNF activation/deactivation policy response events.
2023-02-28T00:42:16+0000 | policy_event_thread | 139714927971104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bfb50a02-b700-11ed-952a-f2cf7c478738 | InvocationID=bfb513a8-b700-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-28T00:42:16+0000 | policy_event_thread | 139714927971104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bfb50a02-b700-11ed-952a-f2cf7c478738 | InvocationID=bfb513a8-b700-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:42:16+0000 | policy_event_thread | 139714927971104 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bfb50a02-b700-11ed-952a-f2cf7c478738 | InvocationID=bfb513a8-b700-11ed-952a-f2cf7c478738 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:42:23+0000 | aai_event_thread | 139714926910240 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b7d92c50-b700-11ed-952a-f2cf7c478738 | InvocationID=b7d92e9e-b700-11ed-952a-f2cf7c478738 | Polling MR for XNF AAI events.
2023-02-28T00:42:23+0000 | aai_event_thread | 139714926910240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c3ce9022-b700-11ed-952a-f2cf7c478738 | InvocationID=c3ce93c4-b700-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-28T00:42:23+0000 | aai_event_thread | 139714926910240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c3ce9022-b700-11ed-952a-f2cf7c478738 | InvocationID=c3ce93c4-b700-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:42:23+0000 | aai_event_thread | 139714926910240 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c3ce9022-b700-11ed-952a-f2cf7c478738 | InvocationID=c3ce93c4-b700-11ed-952a-f2cf7c478738 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:42:41+0000 | policy_event_thread | 139714927971104 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bfb50a02-b700-11ed-952a-f2cf7c478738 | InvocationID=bfb513a8-b700-11ed-952a-f2cf7c478738 | Polling MR for XNF activation/deactivation policy response events.
2023-02-28T00:42:41+0000 | policy_event_thread | 139714927971104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cea6a020-b700-11ed-952a-f2cf7c478738 | InvocationID=cea6a2d2-b700-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-28T00:42:41+0000 | policy_event_thread | 139714927971104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cea6a020-b700-11ed-952a-f2cf7c478738 | InvocationID=cea6a2d2-b700-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:42:41+0000 | policy_event_thread | 139714927971104 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cea6a020-b700-11ed-952a-f2cf7c478738 | InvocationID=cea6a2d2-b700-11ed-952a-f2cf7c478738 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:42:43+0000 | aai_event_thread | 139714926910240 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c3ce9022-b700-11ed-952a-f2cf7c478738 | InvocationID=c3ce93c4-b700-11ed-952a-f2cf7c478738 | Polling MR for XNF AAI events.
2023-02-28T00:42:43+0000 | aai_event_thread | 139714926910240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cfc538f4-b700-11ed-952a-f2cf7c478738 | InvocationID=cfc53bb0-b700-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-28T00:42:43+0000 | aai_event_thread | 139714926910240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cfc538f4-b700-11ed-952a-f2cf7c478738 | InvocationID=cfc53bb0-b700-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:42:43+0000 | aai_event_thread | 139714926910240 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cfc538f4-b700-11ed-952a-f2cf7c478738 | InvocationID=cfc53bb0-b700-11ed-952a-f2cf7c478738 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:43:03+0000 | aai_event_thread | 139714926910240 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cfc538f4-b700-11ed-952a-f2cf7c478738 | InvocationID=cfc53bb0-b700-11ed-952a-f2cf7c478738 | Polling MR for XNF AAI events.
2023-02-28T00:43:03+0000 | aai_event_thread | 139714926910240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dbbd1d70-b700-11ed-952a-f2cf7c478738 | InvocationID=dbbd205e-b700-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-28T00:43:03+0000 | aai_event_thread | 139714926910240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dbbd1d70-b700-11ed-952a-f2cf7c478738 | InvocationID=dbbd205e-b700-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:43:03+0000 | aai_event_thread | 139714926910240 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dbbd1d70-b700-11ed-952a-f2cf7c478738 | InvocationID=dbbd205e-b700-11ed-952a-f2cf7c478738 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:43:06+0000 | policy_event_thread | 139714927971104 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cea6a020-b700-11ed-952a-f2cf7c478738 | InvocationID=cea6a2d2-b700-11ed-952a-f2cf7c478738 | Polling MR for XNF activation/deactivation policy response events.
2023-02-28T00:43:06+0000 | policy_event_thread | 139714927971104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dd9dcd9c-b700-11ed-952a-f2cf7c478738 | InvocationID=dd9dd152-b700-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-28T00:43:06+0000 | policy_event_thread | 139714927971104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dd9dcd9c-b700-11ed-952a-f2cf7c478738 | InvocationID=dd9dd152-b700-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:43:06+0000 | policy_event_thread | 139714927971104 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dd9dcd9c-b700-11ed-952a-f2cf7c478738 | InvocationID=dd9dd152-b700-11ed-952a-f2cf7c478738 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:43:23+0000 | aai_event_thread | 139714926910240 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dbbd1d70-b700-11ed-952a-f2cf7c478738 | InvocationID=dbbd205e-b700-11ed-952a-f2cf7c478738 | Polling MR for XNF AAI events.
2023-02-28T00:43:23+0000 | aai_event_thread | 139714926910240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e7b48870-b700-11ed-952a-f2cf7c478738 | InvocationID=e7b48af0-b700-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-28T00:43:23+0000 | aai_event_thread | 139714926910240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e7b48870-b700-11ed-952a-f2cf7c478738 | InvocationID=e7b48af0-b700-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:43:23+0000 | aai_event_thread | 139714926910240 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e7b48870-b700-11ed-952a-f2cf7c478738 | InvocationID=e7b48af0-b700-11ed-952a-f2cf7c478738 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:43:31+0000 | policy_event_thread | 139714927971104 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dd9dcd9c-b700-11ed-952a-f2cf7c478738 | InvocationID=dd9dd152-b700-11ed-952a-f2cf7c478738 | Polling MR for XNF activation/deactivation policy response events.
2023-02-28T00:43:31+0000 | policy_event_thread | 139714927971104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ec8af5c8-b700-11ed-952a-f2cf7c478738 | InvocationID=ec8af8d4-b700-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-28T00:43:31+0000 | policy_event_thread | 139714927971104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ec8af5c8-b700-11ed-952a-f2cf7c478738 | InvocationID=ec8af8d4-b700-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:43:31+0000 | policy_event_thread | 139714927971104 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ec8af5c8-b700-11ed-952a-f2cf7c478738 | InvocationID=ec8af8d4-b700-11ed-952a-f2cf7c478738 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:43:43+0000 | aai_event_thread | 139714926910240 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e7b48870-b700-11ed-952a-f2cf7c478738 | InvocationID=e7b48af0-b700-11ed-952a-f2cf7c478738 | Polling MR for XNF AAI events.
2023-02-28T00:43:43+0000 | aai_event_thread | 139714926910240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f3afae0c-b700-11ed-952a-f2cf7c478738 | InvocationID=f3afb154-b700-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-28T00:43:43+0000 | aai_event_thread | 139714926910240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f3afae0c-b700-11ed-952a-f2cf7c478738 | InvocationID=f3afb154-b700-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:43:43+0000 | aai_event_thread | 139714926910240 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f3afae0c-b700-11ed-952a-f2cf7c478738 | InvocationID=f3afb154-b700-11ed-952a-f2cf7c478738 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:43:56+0000 | policy_event_thread | 139714927971104 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ec8af5c8-b700-11ed-952a-f2cf7c478738 | InvocationID=ec8af8d4-b700-11ed-952a-f2cf7c478738 | Polling MR for XNF activation/deactivation policy response events.
2023-02-28T00:43:56+0000 | policy_event_thread | 139714927971104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fb7e7fbe-b700-11ed-952a-f2cf7c478738 | InvocationID=fb7e82e8-b700-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-28T00:43:56+0000 | policy_event_thread | 139714927971104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fb7e7fbe-b700-11ed-952a-f2cf7c478738 | InvocationID=fb7e82e8-b700-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:43:56+0000 | policy_event_thread | 139714927971104 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fb7e7fbe-b700-11ed-952a-f2cf7c478738 | InvocationID=fb7e82e8-b700-11ed-952a-f2cf7c478738 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:44:03+0000 | aai_event_thread | 139714926910240 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f3afae0c-b700-11ed-952a-f2cf7c478738 | InvocationID=f3afb154-b700-11ed-952a-f2cf7c478738 | Polling MR for XNF AAI events.
2023-02-28T00:44:03+0000 | aai_event_thread | 139714926910240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ffa3d170-b700-11ed-952a-f2cf7c478738 | InvocationID=ffa3d378-b700-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-28T00:44:03+0000 | aai_event_thread | 139714926910240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ffa3d170-b700-11ed-952a-f2cf7c478738 | InvocationID=ffa3d378-b700-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:44:03+0000 | aai_event_thread | 139714926910240 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ffa3d170-b700-11ed-952a-f2cf7c478738 | InvocationID=ffa3d378-b700-11ed-952a-f2cf7c478738 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:44:21+0000 | policy_event_thread | 139714927971104 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fb7e7fbe-b700-11ed-952a-f2cf7c478738 | InvocationID=fb7e82e8-b700-11ed-952a-f2cf7c478738 | Polling MR for XNF activation/deactivation policy response events.
2023-02-28T00:44:21+0000 | policy_event_thread | 139714927971104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0a6fa106-b701-11ed-952a-f2cf7c478738 | InvocationID=0a6fa476-b701-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-28T00:44:21+0000 | policy_event_thread | 139714927971104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0a6fa106-b701-11ed-952a-f2cf7c478738 | InvocationID=0a6fa476-b701-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:44:21+0000 | policy_event_thread | 139714927971104 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0a6fa106-b701-11ed-952a-f2cf7c478738 | InvocationID=0a6fa476-b701-11ed-952a-f2cf7c478738 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:44:23+0000 | aai_event_thread | 139714926910240 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ffa3d170-b700-11ed-952a-f2cf7c478738 | InvocationID=ffa3d378-b700-11ed-952a-f2cf7c478738 | Polling MR for XNF AAI events.
2023-02-28T00:44:23+0000 | aai_event_thread | 139714926910240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0b954c8e-b701-11ed-952a-f2cf7c478738 | InvocationID=0b954fcc-b701-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-28T00:44:23+0000 | aai_event_thread | 139714926910240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0b954c8e-b701-11ed-952a-f2cf7c478738 | InvocationID=0b954fcc-b701-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:44:23+0000 | aai_event_thread | 139714926910240 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0b954c8e-b701-11ed-952a-f2cf7c478738 | InvocationID=0b954fcc-b701-11ed-952a-f2cf7c478738 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:44:43+0000 | aai_event_thread | 139714926910240 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0b954c8e-b701-11ed-952a-f2cf7c478738 | InvocationID=0b954fcc-b701-11ed-952a-f2cf7c478738 | Polling MR for XNF AAI events.
2023-02-28T00:44:43+0000 | aai_event_thread | 139714926910240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=17857a14-b701-11ed-952a-f2cf7c478738 | InvocationID=17857ce4-b701-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-28T00:44:43+0000 | aai_event_thread | 139714926910240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=17857a14-b701-11ed-952a-f2cf7c478738 | InvocationID=17857ce4-b701-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:44:43+0000 | aai_event_thread | 139714926910240 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=17857a14-b701-11ed-952a-f2cf7c478738 | InvocationID=17857ce4-b701-11ed-952a-f2cf7c478738 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:44:46+0000 | policy_event_thread | 139714927971104 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0a6fa106-b701-11ed-952a-f2cf7c478738 | InvocationID=0a6fa476-b701-11ed-952a-f2cf7c478738 | Polling MR for XNF activation/deactivation policy response events.
2023-02-28T00:44:46+0000 | policy_event_thread | 139714927971104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1964338e-b701-11ed-952a-f2cf7c478738 | InvocationID=19643640-b701-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-28T00:44:46+0000 | policy_event_thread | 139714927971104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1964338e-b701-11ed-952a-f2cf7c478738 | InvocationID=19643640-b701-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:44:46+0000 | policy_event_thread | 139714927971104 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1964338e-b701-11ed-952a-f2cf7c478738 | InvocationID=19643640-b701-11ed-952a-f2cf7c478738 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:45:03+0000 | aai_event_thread | 139714926910240 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=17857a14-b701-11ed-952a-f2cf7c478738 | InvocationID=17857ce4-b701-11ed-952a-f2cf7c478738 | Polling MR for XNF AAI events.
2023-02-28T00:45:03+0000 | aai_event_thread | 139714926910240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2379e198-b701-11ed-952a-f2cf7c478738 | InvocationID=2379e44a-b701-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-28T00:45:03+0000 | aai_event_thread | 139714926910240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2379e198-b701-11ed-952a-f2cf7c478738 | InvocationID=2379e44a-b701-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:45:03+0000 | aai_event_thread | 139714926910240 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2379e198-b701-11ed-952a-f2cf7c478738 | InvocationID=2379e44a-b701-11ed-952a-f2cf7c478738 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:45:11+0000 | policy_event_thread | 139714927971104 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1964338e-b701-11ed-952a-f2cf7c478738 | InvocationID=19643640-b701-11ed-952a-f2cf7c478738 | Polling MR for XNF activation/deactivation policy response events.
2023-02-28T00:45:11+0000 | policy_event_thread | 139714927971104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=28510d18-b701-11ed-952a-f2cf7c478738 | InvocationID=28511128-b701-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-28T00:45:11+0000 | policy_event_thread | 139714927971104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=28510d18-b701-11ed-952a-f2cf7c478738 | InvocationID=28511128-b701-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:45:11+0000 | policy_event_thread | 139714927971104 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=28510d18-b701-11ed-952a-f2cf7c478738 | InvocationID=28511128-b701-11ed-952a-f2cf7c478738 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:45:23+0000 | aai_event_thread | 139714926910240 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2379e198-b701-11ed-952a-f2cf7c478738 | InvocationID=2379e44a-b701-11ed-952a-f2cf7c478738 | Polling MR for XNF AAI events.
2023-02-28T00:45:23+0000 | aai_event_thread | 139714926910240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2f6be834-b701-11ed-952a-f2cf7c478738 | InvocationID=2f6beb72-b701-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-28T00:45:23+0000 | aai_event_thread | 139714926910240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2f6be834-b701-11ed-952a-f2cf7c478738 | InvocationID=2f6beb72-b701-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:45:23+0000 | aai_event_thread | 139714926910240 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2f6be834-b701-11ed-952a-f2cf7c478738 | InvocationID=2f6beb72-b701-11ed-952a-f2cf7c478738 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:45:36+0000 | policy_event_thread | 139714927971104 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=28510d18-b701-11ed-952a-f2cf7c478738 | InvocationID=28511128-b701-11ed-952a-f2cf7c478738 | Polling MR for XNF activation/deactivation policy response events.
2023-02-28T00:45:36+0000 | policy_event_thread | 139714927971104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=373c432e-b701-11ed-952a-f2cf7c478738 | InvocationID=373c4676-b701-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-28T00:45:36+0000 | policy_event_thread | 139714927971104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=373c432e-b701-11ed-952a-f2cf7c478738 | InvocationID=373c4676-b701-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:45:36+0000 | policy_event_thread | 139714927971104 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=373c432e-b701-11ed-952a-f2cf7c478738 | InvocationID=373c4676-b701-11ed-952a-f2cf7c478738 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:45:43+0000 | aai_event_thread | 139714926910240 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2f6be834-b701-11ed-952a-f2cf7c478738 | InvocationID=2f6beb72-b701-11ed-952a-f2cf7c478738 | Polling MR for XNF AAI events.
2023-02-28T00:45:43+0000 | aai_event_thread | 139714926910240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3b6494d8-b701-11ed-952a-f2cf7c478738 | InvocationID=3b649758-b701-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-28T00:45:43+0000 | aai_event_thread | 139714926910240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3b6494d8-b701-11ed-952a-f2cf7c478738 | InvocationID=3b649758-b701-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:45:43+0000 | aai_event_thread | 139714926910240 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3b6494d8-b701-11ed-952a-f2cf7c478738 | InvocationID=3b649758-b701-11ed-952a-f2cf7c478738 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:46:01+0000 | policy_event_thread | 139714927971104 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=373c432e-b701-11ed-952a-f2cf7c478738 | InvocationID=373c4676-b701-11ed-952a-f2cf7c478738 | Polling MR for XNF activation/deactivation policy response events.
2023-02-28T00:46:01+0000 | policy_event_thread | 139714927971104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=46298c52-b701-11ed-952a-f2cf7c478738 | InvocationID=46298fae-b701-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-28T00:46:01+0000 | policy_event_thread | 139714927971104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=46298c52-b701-11ed-952a-f2cf7c478738 | InvocationID=46298fae-b701-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:46:01+0000 | policy_event_thread | 139714927971104 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=46298c52-b701-11ed-952a-f2cf7c478738 | InvocationID=46298fae-b701-11ed-952a-f2cf7c478738 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:46:03+0000 | aai_event_thread | 139714926910240 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3b6494d8-b701-11ed-952a-f2cf7c478738 | InvocationID=3b649758-b701-11ed-952a-f2cf7c478738 | Polling MR for XNF AAI events.
2023-02-28T00:46:03+0000 | aai_event_thread | 139714926910240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=47578f52-b701-11ed-952a-f2cf7c478738 | InvocationID=4757920e-b701-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-28T00:46:03+0000 | aai_event_thread | 139714926910240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=47578f52-b701-11ed-952a-f2cf7c478738 | InvocationID=4757920e-b701-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:46:03+0000 | aai_event_thread | 139714926910240 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=47578f52-b701-11ed-952a-f2cf7c478738 | InvocationID=4757920e-b701-11ed-952a-f2cf7c478738 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:46:23+0000 | aai_event_thread | 139714926910240 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=47578f52-b701-11ed-952a-f2cf7c478738 | InvocationID=4757920e-b701-11ed-952a-f2cf7c478738 | Polling MR for XNF AAI events.
2023-02-28T00:46:23+0000 | aai_event_thread | 139714926910240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5349692a-b701-11ed-952a-f2cf7c478738 | InvocationID=53496b8c-b701-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-28T00:46:23+0000 | aai_event_thread | 139714926910240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5349692a-b701-11ed-952a-f2cf7c478738 | InvocationID=53496b8c-b701-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:46:23+0000 | aai_event_thread | 139714926910240 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5349692a-b701-11ed-952a-f2cf7c478738 | InvocationID=53496b8c-b701-11ed-952a-f2cf7c478738 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:46:26+0000 | policy_event_thread | 139714927971104 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=46298c52-b701-11ed-952a-f2cf7c478738 | InvocationID=46298fae-b701-11ed-952a-f2cf7c478738 | Polling MR for XNF activation/deactivation policy response events.
2023-02-28T00:46:26+0000 | policy_event_thread | 139714927971104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=551bc5f4-b701-11ed-952a-f2cf7c478738 | InvocationID=551bc8d8-b701-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-28T00:46:26+0000 | policy_event_thread | 139714927971104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=551bc5f4-b701-11ed-952a-f2cf7c478738 | InvocationID=551bc8d8-b701-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:46:26+0000 | policy_event_thread | 139714927971104 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=551bc5f4-b701-11ed-952a-f2cf7c478738 | InvocationID=551bc8d8-b701-11ed-952a-f2cf7c478738 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:46:43+0000 | aai_event_thread | 139714926910240 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5349692a-b701-11ed-952a-f2cf7c478738 | InvocationID=53496b8c-b701-11ed-952a-f2cf7c478738 | Polling MR for XNF AAI events.
2023-02-28T00:46:43+0000 | aai_event_thread | 139714926910240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5f3df778-b701-11ed-952a-f2cf7c478738 | InvocationID=5f3dfa16-b701-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-28T00:46:44+0000 | aai_event_thread | 139714926910240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5f3df778-b701-11ed-952a-f2cf7c478738 | InvocationID=5f3dfa16-b701-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:46:44+0000 | aai_event_thread | 139714926910240 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5f3df778-b701-11ed-952a-f2cf7c478738 | InvocationID=5f3dfa16-b701-11ed-952a-f2cf7c478738 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:46:51+0000 | policy_event_thread | 139714927971104 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=551bc5f4-b701-11ed-952a-f2cf7c478738 | InvocationID=551bc8d8-b701-11ed-952a-f2cf7c478738 | Polling MR for XNF activation/deactivation policy response events.
2023-02-28T00:46:51+0000 | policy_event_thread | 139714927971104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=64075fe2-b701-11ed-952a-f2cf7c478738 | InvocationID=6407624e-b701-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-28T00:46:51+0000 | policy_event_thread | 139714927971104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=64075fe2-b701-11ed-952a-f2cf7c478738 | InvocationID=6407624e-b701-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:46:51+0000 | policy_event_thread | 139714927971104 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=64075fe2-b701-11ed-952a-f2cf7c478738 | InvocationID=6407624e-b701-11ed-952a-f2cf7c478738 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:47:04+0000 | aai_event_thread | 139714926910240 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5f3df778-b701-11ed-952a-f2cf7c478738 | InvocationID=5f3dfa16-b701-11ed-952a-f2cf7c478738 | Polling MR for XNF AAI events.
2023-02-28T00:47:04+0000 | aai_event_thread | 139714926910240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6b3a9a22-b701-11ed-952a-f2cf7c478738 | InvocationID=6b3a9d4c-b701-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-28T00:47:04+0000 | aai_event_thread | 139714926910240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6b3a9a22-b701-11ed-952a-f2cf7c478738 | InvocationID=6b3a9d4c-b701-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:47:04+0000 | aai_event_thread | 139714926910240 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6b3a9a22-b701-11ed-952a-f2cf7c478738 | InvocationID=6b3a9d4c-b701-11ed-952a-f2cf7c478738 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:47:16+0000 | policy_event_thread | 139714927971104 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=64075fe2-b701-11ed-952a-f2cf7c478738 | InvocationID=6407624e-b701-11ed-952a-f2cf7c478738 | Polling MR for XNF activation/deactivation policy response events.
2023-02-28T00:47:16+0000 | policy_event_thread | 139714927971104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=72f459e2-b701-11ed-952a-f2cf7c478738 | InvocationID=72f45cd0-b701-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-28T00:47:17+0000 | policy_event_thread | 139714927971104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=72f459e2-b701-11ed-952a-f2cf7c478738 | InvocationID=72f45cd0-b701-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:47:17+0000 | policy_event_thread | 139714927971104 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=72f459e2-b701-11ed-952a-f2cf7c478738 | InvocationID=72f45cd0-b701-11ed-952a-f2cf7c478738 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:47:24+0000 | aai_event_thread | 139714926910240 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6b3a9a22-b701-11ed-952a-f2cf7c478738 | InvocationID=6b3a9d4c-b701-11ed-952a-f2cf7c478738 | Polling MR for XNF AAI events.
2023-02-28T00:47:24+0000 | aai_event_thread | 139714926910240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=772f4f76-b701-11ed-952a-f2cf7c478738 | InvocationID=772f5188-b701-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-28T00:47:24+0000 | aai_event_thread | 139714926910240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=772f4f76-b701-11ed-952a-f2cf7c478738 | InvocationID=772f5188-b701-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:47:24+0000 | aai_event_thread | 139714926910240 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=772f4f76-b701-11ed-952a-f2cf7c478738 | InvocationID=772f5188-b701-11ed-952a-f2cf7c478738 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:47:42+0000 | policy_event_thread | 139714927971104 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=72f459e2-b701-11ed-952a-f2cf7c478738 | InvocationID=72f45cd0-b701-11ed-952a-f2cf7c478738 | Polling MR for XNF activation/deactivation policy response events.
2023-02-28T00:47:42+0000 | policy_event_thread | 139714927971104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=81e5d84a-b701-11ed-952a-f2cf7c478738 | InvocationID=81e5db06-b701-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-28T00:47:42+0000 | policy_event_thread | 139714927971104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=81e5d84a-b701-11ed-952a-f2cf7c478738 | InvocationID=81e5db06-b701-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:47:42+0000 | policy_event_thread | 139714927971104 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=81e5d84a-b701-11ed-952a-f2cf7c478738 | InvocationID=81e5db06-b701-11ed-952a-f2cf7c478738 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:47:44+0000 | aai_event_thread | 139714926910240 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=772f4f76-b701-11ed-952a-f2cf7c478738 | InvocationID=772f5188-b701-11ed-952a-f2cf7c478738 | Polling MR for XNF AAI events.
2023-02-28T00:47:44+0000 | aai_event_thread | 139714926910240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=83233284-b701-11ed-952a-f2cf7c478738 | InvocationID=8323348c-b701-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-28T00:47:44+0000 | aai_event_thread | 139714926910240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=83233284-b701-11ed-952a-f2cf7c478738 | InvocationID=8323348c-b701-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:47:44+0000 | aai_event_thread | 139714926910240 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=83233284-b701-11ed-952a-f2cf7c478738 | InvocationID=8323348c-b701-11ed-952a-f2cf7c478738 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:48:04+0000 | aai_event_thread | 139714926910240 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=83233284-b701-11ed-952a-f2cf7c478738 | InvocationID=8323348c-b701-11ed-952a-f2cf7c478738 | Polling MR for XNF AAI events.
2023-02-28T00:48:04+0000 | aai_event_thread | 139714926910240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8f1519d6-b701-11ed-952a-f2cf7c478738 | InvocationID=8f151c6a-b701-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-28T00:48:04+0000 | aai_event_thread | 139714926910240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8f1519d6-b701-11ed-952a-f2cf7c478738 | InvocationID=8f151c6a-b701-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:48:04+0000 | aai_event_thread | 139714926910240 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8f1519d6-b701-11ed-952a-f2cf7c478738 | InvocationID=8f151c6a-b701-11ed-952a-f2cf7c478738 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:48:07+0000 | policy_event_thread | 139714927971104 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=81e5d84a-b701-11ed-952a-f2cf7c478738 | InvocationID=81e5db06-b701-11ed-952a-f2cf7c478738 | Polling MR for XNF activation/deactivation policy response events.
2023-02-28T00:48:07+0000 | policy_event_thread | 139714927971104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=90d4d0b8-b701-11ed-952a-f2cf7c478738 | InvocationID=90d4d374-b701-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-28T00:48:07+0000 | policy_event_thread | 139714927971104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=90d4d0b8-b701-11ed-952a-f2cf7c478738 | InvocationID=90d4d374-b701-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:48:07+0000 | policy_event_thread | 139714927971104 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=90d4d0b8-b701-11ed-952a-f2cf7c478738 | InvocationID=90d4d374-b701-11ed-952a-f2cf7c478738 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:48:24+0000 | aai_event_thread | 139714926910240 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8f1519d6-b701-11ed-952a-f2cf7c478738 | InvocationID=8f151c6a-b701-11ed-952a-f2cf7c478738 | Polling MR for XNF AAI events.
2023-02-28T00:48:24+0000 | aai_event_thread | 139714926910240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9b0910e4-b701-11ed-952a-f2cf7c478738 | InvocationID=9b0912d8-b701-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-28T00:48:24+0000 | aai_event_thread | 139714926910240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9b0910e4-b701-11ed-952a-f2cf7c478738 | InvocationID=9b0912d8-b701-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:48:24+0000 | aai_event_thread | 139714926910240 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9b0910e4-b701-11ed-952a-f2cf7c478738 | InvocationID=9b0912d8-b701-11ed-952a-f2cf7c478738 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:48:32+0000 | policy_event_thread | 139714927971104 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=90d4d0b8-b701-11ed-952a-f2cf7c478738 | InvocationID=90d4d374-b701-11ed-952a-f2cf7c478738 | Polling MR for XNF activation/deactivation policy response events.
2023-02-28T00:48:32+0000 | policy_event_thread | 139714927971104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9fc32c3c-b701-11ed-952a-f2cf7c478738 | InvocationID=9fc32f3e-b701-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-28T00:48:32+0000 | policy_event_thread | 139714927971104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9fc32c3c-b701-11ed-952a-f2cf7c478738 | InvocationID=9fc32f3e-b701-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:48:32+0000 | policy_event_thread | 139714927971104 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9fc32c3c-b701-11ed-952a-f2cf7c478738 | InvocationID=9fc32f3e-b701-11ed-952a-f2cf7c478738 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:48:44+0000 | aai_event_thread | 139714926910240 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9b0910e4-b701-11ed-952a-f2cf7c478738 | InvocationID=9b0912d8-b701-11ed-952a-f2cf7c478738 | Polling MR for XNF AAI events.
2023-02-28T00:48:44+0000 | aai_event_thread | 139714926910240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a6ffbfce-b701-11ed-952a-f2cf7c478738 | InvocationID=a6ffc226-b701-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-28T00:48:44+0000 | aai_event_thread | 139714926910240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a6ffbfce-b701-11ed-952a-f2cf7c478738 | InvocationID=a6ffc226-b701-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:48:44+0000 | aai_event_thread | 139714926910240 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a6ffbfce-b701-11ed-952a-f2cf7c478738 | InvocationID=a6ffc226-b701-11ed-952a-f2cf7c478738 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:48:57+0000 | policy_event_thread | 139714927971104 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9fc32c3c-b701-11ed-952a-f2cf7c478738 | InvocationID=9fc32f3e-b701-11ed-952a-f2cf7c478738 | Polling MR for XNF activation/deactivation policy response events.
2023-02-28T00:48:57+0000 | policy_event_thread | 139714927971104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aeb1235c-b701-11ed-952a-f2cf7c478738 | InvocationID=aeb127b2-b701-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-28T00:48:57+0000 | policy_event_thread | 139714927971104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aeb1235c-b701-11ed-952a-f2cf7c478738 | InvocationID=aeb127b2-b701-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:48:57+0000 | policy_event_thread | 139714927971104 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aeb1235c-b701-11ed-952a-f2cf7c478738 | InvocationID=aeb127b2-b701-11ed-952a-f2cf7c478738 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:49:04+0000 | aai_event_thread | 139714926910240 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a6ffbfce-b701-11ed-952a-f2cf7c478738 | InvocationID=a6ffc226-b701-11ed-952a-f2cf7c478738 | Polling MR for XNF AAI events.
2023-02-28T00:49:04+0000 | aai_event_thread | 139714926910240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b2f446f6-b701-11ed-952a-f2cf7c478738 | InvocationID=b2f44994-b701-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-28T00:49:04+0000 | aai_event_thread | 139714926910240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b2f446f6-b701-11ed-952a-f2cf7c478738 | InvocationID=b2f44994-b701-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:49:04+0000 | aai_event_thread | 139714926910240 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b2f446f6-b701-11ed-952a-f2cf7c478738 | InvocationID=b2f44994-b701-11ed-952a-f2cf7c478738 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:49:22+0000 | policy_event_thread | 139714927971104 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aeb1235c-b701-11ed-952a-f2cf7c478738 | InvocationID=aeb127b2-b701-11ed-952a-f2cf7c478738 | Polling MR for XNF activation/deactivation policy response events.
2023-02-28T00:49:22+0000 | policy_event_thread | 139714927971104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bda1dc4e-b701-11ed-952a-f2cf7c478738 | InvocationID=bda1e13a-b701-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-28T00:49:22+0000 | policy_event_thread | 139714927971104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bda1dc4e-b701-11ed-952a-f2cf7c478738 | InvocationID=bda1e13a-b701-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:49:22+0000 | policy_event_thread | 139714927971104 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bda1dc4e-b701-11ed-952a-f2cf7c478738 | InvocationID=bda1e13a-b701-11ed-952a-f2cf7c478738 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:49:24+0000 | aai_event_thread | 139714926910240 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b2f446f6-b701-11ed-952a-f2cf7c478738 | InvocationID=b2f44994-b701-11ed-952a-f2cf7c478738 | Polling MR for XNF AAI events.
2023-02-28T00:49:24+0000 | aai_event_thread | 139714926910240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bee95a5a-b701-11ed-952a-f2cf7c478738 | InvocationID=bee95c62-b701-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-28T00:49:24+0000 | aai_event_thread | 139714926910240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bee95a5a-b701-11ed-952a-f2cf7c478738 | InvocationID=bee95c62-b701-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:49:24+0000 | aai_event_thread | 139714926910240 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bee95a5a-b701-11ed-952a-f2cf7c478738 | InvocationID=bee95c62-b701-11ed-952a-f2cf7c478738 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:49:44+0000 | aai_event_thread | 139714926910240 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bee95a5a-b701-11ed-952a-f2cf7c478738 | InvocationID=bee95c62-b701-11ed-952a-f2cf7c478738 | Polling MR for XNF AAI events.
2023-02-28T00:49:44+0000 | aai_event_thread | 139714926910240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cadab840-b701-11ed-952a-f2cf7c478738 | InvocationID=cadabb38-b701-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-28T00:49:44+0000 | aai_event_thread | 139714926910240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cadab840-b701-11ed-952a-f2cf7c478738 | InvocationID=cadabb38-b701-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:49:44+0000 | aai_event_thread | 139714926910240 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cadab840-b701-11ed-952a-f2cf7c478738 | InvocationID=cadabb38-b701-11ed-952a-f2cf7c478738 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:49:47+0000 | policy_event_thread | 139714927971104 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bda1dc4e-b701-11ed-952a-f2cf7c478738 | InvocationID=bda1e13a-b701-11ed-952a-f2cf7c478738 | Polling MR for XNF activation/deactivation policy response events.
2023-02-28T00:49:47+0000 | policy_event_thread | 139714927971104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cc92766e-b701-11ed-952a-f2cf7c478738 | InvocationID=cc9278f8-b701-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-28T00:49:47+0000 | policy_event_thread | 139714927971104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cc92766e-b701-11ed-952a-f2cf7c478738 | InvocationID=cc9278f8-b701-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:49:47+0000 | policy_event_thread | 139714927971104 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cc92766e-b701-11ed-952a-f2cf7c478738 | InvocationID=cc9278f8-b701-11ed-952a-f2cf7c478738 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:50:04+0000 | aai_event_thread | 139714926910240 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cadab840-b701-11ed-952a-f2cf7c478738 | InvocationID=cadabb38-b701-11ed-952a-f2cf7c478738 | Polling MR for XNF AAI events.
2023-02-28T00:50:04+0000 | aai_event_thread | 139714926910240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d6cc7df0-b701-11ed-952a-f2cf7c478738 | InvocationID=d6cc8098-b701-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-28T00:50:04+0000 | aai_event_thread | 139714926910240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d6cc7df0-b701-11ed-952a-f2cf7c478738 | InvocationID=d6cc8098-b701-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:50:04+0000 | aai_event_thread | 139714926910240 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d6cc7df0-b701-11ed-952a-f2cf7c478738 | InvocationID=d6cc8098-b701-11ed-952a-f2cf7c478738 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:50:12+0000 | policy_event_thread | 139714927971104 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cc92766e-b701-11ed-952a-f2cf7c478738 | InvocationID=cc9278f8-b701-11ed-952a-f2cf7c478738 | Polling MR for XNF activation/deactivation policy response events.
2023-02-28T00:50:12+0000 | policy_event_thread | 139714927971104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=db808a3a-b701-11ed-952a-f2cf7c478738 | InvocationID=db808cec-b701-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-28T00:50:12+0000 | policy_event_thread | 139714927971104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=db808a3a-b701-11ed-952a-f2cf7c478738 | InvocationID=db808cec-b701-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:50:12+0000 | policy_event_thread | 139714927971104 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=db808a3a-b701-11ed-952a-f2cf7c478738 | InvocationID=db808cec-b701-11ed-952a-f2cf7c478738 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:50:24+0000 | aai_event_thread | 139714926910240 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d6cc7df0-b701-11ed-952a-f2cf7c478738 | InvocationID=d6cc8098-b701-11ed-952a-f2cf7c478738 | Polling MR for XNF AAI events.
2023-02-28T00:50:24+0000 | aai_event_thread | 139714926910240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e2c2ac24-b701-11ed-952a-f2cf7c478738 | InvocationID=e2c2b098-b701-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-28T00:50:24+0000 | aai_event_thread | 139714926910240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e2c2ac24-b701-11ed-952a-f2cf7c478738 | InvocationID=e2c2b098-b701-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:50:24+0000 | aai_event_thread | 139714926910240 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e2c2ac24-b701-11ed-952a-f2cf7c478738 | InvocationID=e2c2b098-b701-11ed-952a-f2cf7c478738 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:50:37+0000 | policy_event_thread | 139714927971104 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=db808a3a-b701-11ed-952a-f2cf7c478738 | InvocationID=db808cec-b701-11ed-952a-f2cf7c478738 | Polling MR for XNF activation/deactivation policy response events.
2023-02-28T00:50:37+0000 | policy_event_thread | 139714927971104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ea6df474-b701-11ed-952a-f2cf7c478738 | InvocationID=ea6df758-b701-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-28T00:50:37+0000 | policy_event_thread | 139714927971104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ea6df474-b701-11ed-952a-f2cf7c478738 | InvocationID=ea6df758-b701-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:50:37+0000 | policy_event_thread | 139714927971104 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ea6df474-b701-11ed-952a-f2cf7c478738 | InvocationID=ea6df758-b701-11ed-952a-f2cf7c478738 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:50:44+0000 | aai_event_thread | 139714926910240 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e2c2ac24-b701-11ed-952a-f2cf7c478738 | InvocationID=e2c2b098-b701-11ed-952a-f2cf7c478738 | Polling MR for XNF AAI events.
2023-02-28T00:50:44+0000 | aai_event_thread | 139714926910240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eeb7253c-b701-11ed-952a-f2cf7c478738 | InvocationID=eeb729ba-b701-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-28T00:50:44+0000 | aai_event_thread | 139714926910240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eeb7253c-b701-11ed-952a-f2cf7c478738 | InvocationID=eeb729ba-b701-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:50:44+0000 | aai_event_thread | 139714926910240 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=eeb7253c-b701-11ed-952a-f2cf7c478738 | InvocationID=eeb729ba-b701-11ed-952a-f2cf7c478738 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:51:02+0000 | policy_event_thread | 139714927971104 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ea6df474-b701-11ed-952a-f2cf7c478738 | InvocationID=ea6df758-b701-11ed-952a-f2cf7c478738 | Polling MR for XNF activation/deactivation policy response events.
2023-02-28T00:51:02+0000 | policy_event_thread | 139714927971104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f9627b12-b701-11ed-952a-f2cf7c478738 | InvocationID=f9628080-b701-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-28T00:51:02+0000 | policy_event_thread | 139714927971104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f9627b12-b701-11ed-952a-f2cf7c478738 | InvocationID=f9628080-b701-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:51:02+0000 | policy_event_thread | 139714927971104 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f9627b12-b701-11ed-952a-f2cf7c478738 | InvocationID=f9628080-b701-11ed-952a-f2cf7c478738 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:51:04+0000 | aai_event_thread | 139714926910240 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=eeb7253c-b701-11ed-952a-f2cf7c478738 | InvocationID=eeb729ba-b701-11ed-952a-f2cf7c478738 | Polling MR for XNF AAI events.
2023-02-28T00:51:04+0000 | aai_event_thread | 139714926910240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=faac397c-b701-11ed-952a-f2cf7c478738 | InvocationID=faac3c1a-b701-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-28T00:51:04+0000 | aai_event_thread | 139714926910240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=faac397c-b701-11ed-952a-f2cf7c478738 | InvocationID=faac3c1a-b701-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:51:04+0000 | aai_event_thread | 139714926910240 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=faac397c-b701-11ed-952a-f2cf7c478738 | InvocationID=faac3c1a-b701-11ed-952a-f2cf7c478738 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:51:24+0000 | aai_event_thread | 139714926910240 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=faac397c-b701-11ed-952a-f2cf7c478738 | InvocationID=faac3c1a-b701-11ed-952a-f2cf7c478738 | Polling MR for XNF AAI events.
2023-02-28T00:51:24+0000 | aai_event_thread | 139714926910240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=069fad72-b702-11ed-952a-f2cf7c478738 | InvocationID=069fb056-b702-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-28T00:51:24+0000 | aai_event_thread | 139714926910240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=069fad72-b702-11ed-952a-f2cf7c478738 | InvocationID=069fb056-b702-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:51:24+0000 | aai_event_thread | 139714926910240 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=069fad72-b702-11ed-952a-f2cf7c478738 | InvocationID=069fb056-b702-11ed-952a-f2cf7c478738 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:51:27+0000 | policy_event_thread | 139714927971104 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f9627b12-b701-11ed-952a-f2cf7c478738 | InvocationID=f9628080-b701-11ed-952a-f2cf7c478738 | Polling MR for XNF activation/deactivation policy response events.
2023-02-28T00:51:27+0000 | policy_event_thread | 139714927971104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=08511034-b702-11ed-952a-f2cf7c478738 | InvocationID=085112fa-b702-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-28T00:51:27+0000 | policy_event_thread | 139714927971104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=08511034-b702-11ed-952a-f2cf7c478738 | InvocationID=085112fa-b702-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:51:27+0000 | policy_event_thread | 139714927971104 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=08511034-b702-11ed-952a-f2cf7c478738 | InvocationID=085112fa-b702-11ed-952a-f2cf7c478738 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:51:44+0000 | aai_event_thread | 139714926910240 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=069fad72-b702-11ed-952a-f2cf7c478738 | InvocationID=069fb056-b702-11ed-952a-f2cf7c478738 | Polling MR for XNF AAI events.
2023-02-28T00:51:44+0000 | aai_event_thread | 139714926910240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=12942a40-b702-11ed-952a-f2cf7c478738 | InvocationID=12942e14-b702-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-28T00:51:44+0000 | aai_event_thread | 139714926910240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=12942a40-b702-11ed-952a-f2cf7c478738 | InvocationID=12942e14-b702-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:51:44+0000 | aai_event_thread | 139714926910240 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=12942a40-b702-11ed-952a-f2cf7c478738 | InvocationID=12942e14-b702-11ed-952a-f2cf7c478738 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:51:52+0000 | policy_event_thread | 139714927971104 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=08511034-b702-11ed-952a-f2cf7c478738 | InvocationID=085112fa-b702-11ed-952a-f2cf7c478738 | Polling MR for XNF activation/deactivation policy response events.
2023-02-28T00:51:52+0000 | policy_event_thread | 139714927971104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=173c3c68-b702-11ed-952a-f2cf7c478738 | InvocationID=173c3e8e-b702-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-28T00:51:52+0000 | policy_event_thread | 139714927971104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=173c3c68-b702-11ed-952a-f2cf7c478738 | InvocationID=173c3e8e-b702-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:51:52+0000 | policy_event_thread | 139714927971104 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=173c3c68-b702-11ed-952a-f2cf7c478738 | InvocationID=173c3e8e-b702-11ed-952a-f2cf7c478738 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:52:04+0000 | aai_event_thread | 139714926910240 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=12942a40-b702-11ed-952a-f2cf7c478738 | InvocationID=12942e14-b702-11ed-952a-f2cf7c478738 | Polling MR for XNF AAI events.
2023-02-28T00:52:04+0000 | aai_event_thread | 139714926910240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e8b072e-b702-11ed-952a-f2cf7c478738 | InvocationID=1e8b0a08-b702-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-28T00:52:04+0000 | aai_event_thread | 139714926910240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e8b072e-b702-11ed-952a-f2cf7c478738 | InvocationID=1e8b0a08-b702-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:52:04+0000 | aai_event_thread | 139714926910240 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1e8b072e-b702-11ed-952a-f2cf7c478738 | InvocationID=1e8b0a08-b702-11ed-952a-f2cf7c478738 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:52:17+0000 | policy_event_thread | 139714927971104 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=173c3c68-b702-11ed-952a-f2cf7c478738 | InvocationID=173c3e8e-b702-11ed-952a-f2cf7c478738 | Polling MR for XNF activation/deactivation policy response events.
2023-02-28T00:52:17+0000 | policy_event_thread | 139714927971104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=262936b8-b702-11ed-952a-f2cf7c478738 | InvocationID=26295116-b702-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-28T00:52:17+0000 | policy_event_thread | 139714927971104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=262936b8-b702-11ed-952a-f2cf7c478738 | InvocationID=26295116-b702-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:52:17+0000 | policy_event_thread | 139714927971104 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=262936b8-b702-11ed-952a-f2cf7c478738 | InvocationID=26295116-b702-11ed-952a-f2cf7c478738 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:52:24+0000 | aai_event_thread | 139714926910240 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1e8b072e-b702-11ed-952a-f2cf7c478738 | InvocationID=1e8b0a08-b702-11ed-952a-f2cf7c478738 | Polling MR for XNF AAI events.
2023-02-28T00:52:24+0000 | aai_event_thread | 139714926910240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2a7f4a68-b702-11ed-952a-f2cf7c478738 | InvocationID=2a7f4e64-b702-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-28T00:52:24+0000 | aai_event_thread | 139714926910240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2a7f4a68-b702-11ed-952a-f2cf7c478738 | InvocationID=2a7f4e64-b702-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:52:24+0000 | aai_event_thread | 139714926910240 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2a7f4a68-b702-11ed-952a-f2cf7c478738 | InvocationID=2a7f4e64-b702-11ed-952a-f2cf7c478738 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:52:42+0000 | policy_event_thread | 139714927971104 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=262936b8-b702-11ed-952a-f2cf7c478738 | InvocationID=26295116-b702-11ed-952a-f2cf7c478738 | Polling MR for XNF activation/deactivation policy response events.
2023-02-28T00:52:42+0000 | policy_event_thread | 139714927971104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=351d4998-b702-11ed-952a-f2cf7c478738 | InvocationID=351d4c5e-b702-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-28T00:52:42+0000 | policy_event_thread | 139714927971104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=351d4998-b702-11ed-952a-f2cf7c478738 | InvocationID=351d4c5e-b702-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:52:42+0000 | policy_event_thread | 139714927971104 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=351d4998-b702-11ed-952a-f2cf7c478738 | InvocationID=351d4c5e-b702-11ed-952a-f2cf7c478738 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:52:44+0000 | aai_event_thread | 139714926910240 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2a7f4a68-b702-11ed-952a-f2cf7c478738 | InvocationID=2a7f4e64-b702-11ed-952a-f2cf7c478738 | Polling MR for XNF AAI events.
2023-02-28T00:52:44+0000 | aai_event_thread | 139714926910240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=36734cd4-b702-11ed-952a-f2cf7c478738 | InvocationID=36735044-b702-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-28T00:52:45+0000 | aai_event_thread | 139714926910240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=36734cd4-b702-11ed-952a-f2cf7c478738 | InvocationID=36735044-b702-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:52:45+0000 | aai_event_thread | 139714926910240 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=36734cd4-b702-11ed-952a-f2cf7c478738 | InvocationID=36735044-b702-11ed-952a-f2cf7c478738 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:53:05+0000 | aai_event_thread | 139714926910240 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=36734cd4-b702-11ed-952a-f2cf7c478738 | InvocationID=36735044-b702-11ed-952a-f2cf7c478738 | Polling MR for XNF AAI events.
2023-02-28T00:53:05+0000 | aai_event_thread | 139714926910240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=426a7ca6-b702-11ed-952a-f2cf7c478738 | InvocationID=426a8066-b702-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-28T00:53:05+0000 | aai_event_thread | 139714926910240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=426a7ca6-b702-11ed-952a-f2cf7c478738 | InvocationID=426a8066-b702-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:53:05+0000 | aai_event_thread | 139714926910240 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=426a7ca6-b702-11ed-952a-f2cf7c478738 | InvocationID=426a8066-b702-11ed-952a-f2cf7c478738 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:53:07+0000 | policy_event_thread | 139714927971104 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=351d4998-b702-11ed-952a-f2cf7c478738 | InvocationID=351d4c5e-b702-11ed-952a-f2cf7c478738 | Polling MR for XNF activation/deactivation policy response events.
2023-02-28T00:53:07+0000 | policy_event_thread | 139714927971104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=440c7942-b702-11ed-952a-f2cf7c478738 | InvocationID=440c7b40-b702-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-28T00:53:07+0000 | policy_event_thread | 139714927971104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=440c7942-b702-11ed-952a-f2cf7c478738 | InvocationID=440c7b40-b702-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:53:07+0000 | policy_event_thread | 139714927971104 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=440c7942-b702-11ed-952a-f2cf7c478738 | InvocationID=440c7b40-b702-11ed-952a-f2cf7c478738 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:53:25+0000 | aai_event_thread | 139714926910240 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=426a7ca6-b702-11ed-952a-f2cf7c478738 | InvocationID=426a8066-b702-11ed-952a-f2cf7c478738 | Polling MR for XNF AAI events.
2023-02-28T00:53:25+0000 | aai_event_thread | 139714926910240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4e615bc4-b702-11ed-952a-f2cf7c478738 | InvocationID=4e616376-b702-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-28T00:53:25+0000 | aai_event_thread | 139714926910240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4e615bc4-b702-11ed-952a-f2cf7c478738 | InvocationID=4e616376-b702-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:53:25+0000 | aai_event_thread | 139714926910240 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4e615bc4-b702-11ed-952a-f2cf7c478738 | InvocationID=4e616376-b702-11ed-952a-f2cf7c478738 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:53:32+0000 | policy_event_thread | 139714927971104 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=440c7942-b702-11ed-952a-f2cf7c478738 | InvocationID=440c7b40-b702-11ed-952a-f2cf7c478738 | Polling MR for XNF activation/deactivation policy response events.
2023-02-28T00:53:32+0000 | policy_event_thread | 139714927971104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=52f7d67c-b702-11ed-952a-f2cf7c478738 | InvocationID=52f7d992-b702-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-28T00:53:32+0000 | policy_event_thread | 139714927971104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=52f7d67c-b702-11ed-952a-f2cf7c478738 | InvocationID=52f7d992-b702-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:53:32+0000 | policy_event_thread | 139714927971104 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=52f7d67c-b702-11ed-952a-f2cf7c478738 | InvocationID=52f7d992-b702-11ed-952a-f2cf7c478738 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:53:45+0000 | aai_event_thread | 139714926910240 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4e615bc4-b702-11ed-952a-f2cf7c478738 | InvocationID=4e616376-b702-11ed-952a-f2cf7c478738 | Polling MR for XNF AAI events.
2023-02-28T00:53:45+0000 | aai_event_thread | 139714926910240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5a56db02-b702-11ed-952a-f2cf7c478738 | InvocationID=5a56de72-b702-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-28T00:53:45+0000 | aai_event_thread | 139714926910240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5a56db02-b702-11ed-952a-f2cf7c478738 | InvocationID=5a56de72-b702-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:53:45+0000 | aai_event_thread | 139714926910240 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5a56db02-b702-11ed-952a-f2cf7c478738 | InvocationID=5a56de72-b702-11ed-952a-f2cf7c478738 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:53:57+0000 | policy_event_thread | 139714927971104 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=52f7d67c-b702-11ed-952a-f2cf7c478738 | InvocationID=52f7d992-b702-11ed-952a-f2cf7c478738 | Polling MR for XNF activation/deactivation policy response events.
2023-02-28T00:53:57+0000 | policy_event_thread | 139714927971104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=61e52b94-b702-11ed-952a-f2cf7c478738 | InvocationID=61e52e5a-b702-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-28T00:53:57+0000 | policy_event_thread | 139714927971104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=61e52b94-b702-11ed-952a-f2cf7c478738 | InvocationID=61e52e5a-b702-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:53:57+0000 | policy_event_thread | 139714927971104 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=61e52b94-b702-11ed-952a-f2cf7c478738 | InvocationID=61e52e5a-b702-11ed-952a-f2cf7c478738 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:54:05+0000 | aai_event_thread | 139714926910240 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5a56db02-b702-11ed-952a-f2cf7c478738 | InvocationID=5a56de72-b702-11ed-952a-f2cf7c478738 | Polling MR for XNF AAI events.
2023-02-28T00:54:05+0000 | aai_event_thread | 139714926910240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=664dffbc-b702-11ed-952a-f2cf7c478738 | InvocationID=664e025a-b702-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-28T00:54:05+0000 | aai_event_thread | 139714926910240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=664dffbc-b702-11ed-952a-f2cf7c478738 | InvocationID=664e025a-b702-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:54:05+0000 | aai_event_thread | 139714926910240 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=664dffbc-b702-11ed-952a-f2cf7c478738 | InvocationID=664e025a-b702-11ed-952a-f2cf7c478738 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:54:22+0000 | policy_event_thread | 139714927971104 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=61e52b94-b702-11ed-952a-f2cf7c478738 | InvocationID=61e52e5a-b702-11ed-952a-f2cf7c478738 | Polling MR for XNF activation/deactivation policy response events.
2023-02-28T00:54:22+0000 | policy_event_thread | 139714927971104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=70da04f8-b702-11ed-952a-f2cf7c478738 | InvocationID=70da07d2-b702-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-28T00:54:23+0000 | policy_event_thread | 139714927971104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=70da04f8-b702-11ed-952a-f2cf7c478738 | InvocationID=70da07d2-b702-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:54:23+0000 | policy_event_thread | 139714927971104 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=70da04f8-b702-11ed-952a-f2cf7c478738 | InvocationID=70da07d2-b702-11ed-952a-f2cf7c478738 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:54:25+0000 | aai_event_thread | 139714926910240 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=664dffbc-b702-11ed-952a-f2cf7c478738 | InvocationID=664e025a-b702-11ed-952a-f2cf7c478738 | Polling MR for XNF AAI events.
2023-02-28T00:54:25+0000 | aai_event_thread | 139714926910240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=723f8dcc-b702-11ed-952a-f2cf7c478738 | InvocationID=723f90ba-b702-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-28T00:54:25+0000 | aai_event_thread | 139714926910240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=723f8dcc-b702-11ed-952a-f2cf7c478738 | InvocationID=723f90ba-b702-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:54:25+0000 | aai_event_thread | 139714926910240 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=723f8dcc-b702-11ed-952a-f2cf7c478738 | InvocationID=723f90ba-b702-11ed-952a-f2cf7c478738 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:54:45+0000 | aai_event_thread | 139714926910240 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=723f8dcc-b702-11ed-952a-f2cf7c478738 | InvocationID=723f90ba-b702-11ed-952a-f2cf7c478738 | Polling MR for XNF AAI events.
2023-02-28T00:54:45+0000 | aai_event_thread | 139714926910240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7e339498-b702-11ed-952a-f2cf7c478738 | InvocationID=7e339754-b702-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-28T00:54:45+0000 | aai_event_thread | 139714926910240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7e339498-b702-11ed-952a-f2cf7c478738 | InvocationID=7e339754-b702-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:54:45+0000 | aai_event_thread | 139714926910240 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7e339498-b702-11ed-952a-f2cf7c478738 | InvocationID=7e339754-b702-11ed-952a-f2cf7c478738 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:54:48+0000 | policy_event_thread | 139714927971104 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=70da04f8-b702-11ed-952a-f2cf7c478738 | InvocationID=70da07d2-b702-11ed-952a-f2cf7c478738 | Polling MR for XNF activation/deactivation policy response events.
2023-02-28T00:54:48+0000 | policy_event_thread | 139714927971104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7fc989d4-b702-11ed-952a-f2cf7c478738 | InvocationID=7fc98d3a-b702-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-28T00:54:48+0000 | policy_event_thread | 139714927971104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7fc989d4-b702-11ed-952a-f2cf7c478738 | InvocationID=7fc98d3a-b702-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:54:48+0000 | policy_event_thread | 139714927971104 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7fc989d4-b702-11ed-952a-f2cf7c478738 | InvocationID=7fc98d3a-b702-11ed-952a-f2cf7c478738 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:55:05+0000 | aai_event_thread | 139714926910240 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7e339498-b702-11ed-952a-f2cf7c478738 | InvocationID=7e339754-b702-11ed-952a-f2cf7c478738 | Polling MR for XNF AAI events.
2023-02-28T00:55:05+0000 | aai_event_thread | 139714926910240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8a29dc26-b702-11ed-952a-f2cf7c478738 | InvocationID=8a29deec-b702-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-28T00:55:05+0000 | aai_event_thread | 139714926910240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8a29dc26-b702-11ed-952a-f2cf7c478738 | InvocationID=8a29deec-b702-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:55:05+0000 | aai_event_thread | 139714926910240 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8a29dc26-b702-11ed-952a-f2cf7c478738 | InvocationID=8a29deec-b702-11ed-952a-f2cf7c478738 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:55:13+0000 | policy_event_thread | 139714927971104 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7fc989d4-b702-11ed-952a-f2cf7c478738 | InvocationID=7fc98d3a-b702-11ed-952a-f2cf7c478738 | Polling MR for XNF activation/deactivation policy response events.
2023-02-28T00:55:13+0000 | policy_event_thread | 139714927971104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8eb84444-b702-11ed-952a-f2cf7c478738 | InvocationID=8eb8469c-b702-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-28T00:55:13+0000 | policy_event_thread | 139714927971104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8eb84444-b702-11ed-952a-f2cf7c478738 | InvocationID=8eb8469c-b702-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:55:13+0000 | policy_event_thread | 139714927971104 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8eb84444-b702-11ed-952a-f2cf7c478738 | InvocationID=8eb8469c-b702-11ed-952a-f2cf7c478738 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:55:25+0000 | aai_event_thread | 139714926910240 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8a29dc26-b702-11ed-952a-f2cf7c478738 | InvocationID=8a29deec-b702-11ed-952a-f2cf7c478738 | Polling MR for XNF AAI events.
2023-02-28T00:55:25+0000 | aai_event_thread | 139714926910240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=961d817c-b702-11ed-952a-f2cf7c478738 | InvocationID=961d8424-b702-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-28T00:55:25+0000 | aai_event_thread | 139714926910240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=961d817c-b702-11ed-952a-f2cf7c478738 | InvocationID=961d8424-b702-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:55:25+0000 | aai_event_thread | 139714926910240 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=961d817c-b702-11ed-952a-f2cf7c478738 | InvocationID=961d8424-b702-11ed-952a-f2cf7c478738 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:55:38+0000 | policy_event_thread | 139714927971104 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8eb84444-b702-11ed-952a-f2cf7c478738 | InvocationID=8eb8469c-b702-11ed-952a-f2cf7c478738 | Polling MR for XNF activation/deactivation policy response events.
2023-02-28T00:55:38+0000 | policy_event_thread | 139714927971104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9da5866a-b702-11ed-952a-f2cf7c478738 | InvocationID=9da589b2-b702-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-28T00:55:38+0000 | policy_event_thread | 139714927971104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9da5866a-b702-11ed-952a-f2cf7c478738 | InvocationID=9da589b2-b702-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:55:38+0000 | policy_event_thread | 139714927971104 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9da5866a-b702-11ed-952a-f2cf7c478738 | InvocationID=9da589b2-b702-11ed-952a-f2cf7c478738 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:55:45+0000 | aai_event_thread | 139714926910240 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=961d817c-b702-11ed-952a-f2cf7c478738 | InvocationID=961d8424-b702-11ed-952a-f2cf7c478738 | Polling MR for XNF AAI events.
2023-02-28T00:55:45+0000 | aai_event_thread | 139714926910240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a21513be-b702-11ed-952a-f2cf7c478738 | InvocationID=a2151706-b702-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-28T00:55:45+0000 | aai_event_thread | 139714926910240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a21513be-b702-11ed-952a-f2cf7c478738 | InvocationID=a2151706-b702-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:55:45+0000 | aai_event_thread | 139714926910240 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a21513be-b702-11ed-952a-f2cf7c478738 | InvocationID=a2151706-b702-11ed-952a-f2cf7c478738 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:56:03+0000 | policy_event_thread | 139714927971104 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9da5866a-b702-11ed-952a-f2cf7c478738 | InvocationID=9da589b2-b702-11ed-952a-f2cf7c478738 | Polling MR for XNF activation/deactivation policy response events.
2023-02-28T00:56:03+0000 | policy_event_thread | 139714927971104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ac96d656-b702-11ed-952a-f2cf7c478738 | InvocationID=ac96da02-b702-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-28T00:56:03+0000 | policy_event_thread | 139714927971104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ac96d656-b702-11ed-952a-f2cf7c478738 | InvocationID=ac96da02-b702-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:56:03+0000 | policy_event_thread | 139714927971104 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ac96d656-b702-11ed-952a-f2cf7c478738 | InvocationID=ac96da02-b702-11ed-952a-f2cf7c478738 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:56:05+0000 | aai_event_thread | 139714926910240 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a21513be-b702-11ed-952a-f2cf7c478738 | InvocationID=a2151706-b702-11ed-952a-f2cf7c478738 | Polling MR for XNF AAI events.
2023-02-28T00:56:05+0000 | aai_event_thread | 139714926910240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae0712da-b702-11ed-952a-f2cf7c478738 | InvocationID=ae0714ce-b702-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-28T00:56:05+0000 | aai_event_thread | 139714926910240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae0712da-b702-11ed-952a-f2cf7c478738 | InvocationID=ae0714ce-b702-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:56:05+0000 | aai_event_thread | 139714926910240 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ae0712da-b702-11ed-952a-f2cf7c478738 | InvocationID=ae0714ce-b702-11ed-952a-f2cf7c478738 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:56:25+0000 | aai_event_thread | 139714926910240 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ae0712da-b702-11ed-952a-f2cf7c478738 | InvocationID=ae0714ce-b702-11ed-952a-f2cf7c478738 | Polling MR for XNF AAI events.
2023-02-28T00:56:25+0000 | aai_event_thread | 139714926910240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b9f90116-b702-11ed-952a-f2cf7c478738 | InvocationID=b9f90300-b702-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-28T00:56:25+0000 | aai_event_thread | 139714926910240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b9f90116-b702-11ed-952a-f2cf7c478738 | InvocationID=b9f90300-b702-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:56:25+0000 | aai_event_thread | 139714926910240 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b9f90116-b702-11ed-952a-f2cf7c478738 | InvocationID=b9f90300-b702-11ed-952a-f2cf7c478738 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:56:28+0000 | policy_event_thread | 139714927971104 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ac96d656-b702-11ed-952a-f2cf7c478738 | InvocationID=ac96da02-b702-11ed-952a-f2cf7c478738 | Polling MR for XNF activation/deactivation policy response events.
2023-02-28T00:56:28+0000 | policy_event_thread | 139714927971104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bb8826e2-b702-11ed-952a-f2cf7c478738 | InvocationID=bb882a02-b702-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-28T00:56:28+0000 | policy_event_thread | 139714927971104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bb8826e2-b702-11ed-952a-f2cf7c478738 | InvocationID=bb882a02-b702-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:56:28+0000 | policy_event_thread | 139714927971104 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bb8826e2-b702-11ed-952a-f2cf7c478738 | InvocationID=bb882a02-b702-11ed-952a-f2cf7c478738 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:56:45+0000 | aai_event_thread | 139714926910240 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b9f90116-b702-11ed-952a-f2cf7c478738 | InvocationID=b9f90300-b702-11ed-952a-f2cf7c478738 | Polling MR for XNF AAI events.
2023-02-28T00:56:45+0000 | aai_event_thread | 139714926910240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c5eb6e82-b702-11ed-952a-f2cf7c478738 | InvocationID=c5eb7242-b702-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-28T00:56:45+0000 | aai_event_thread | 139714926910240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c5eb6e82-b702-11ed-952a-f2cf7c478738 | InvocationID=c5eb7242-b702-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:56:45+0000 | aai_event_thread | 139714926910240 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c5eb6e82-b702-11ed-952a-f2cf7c478738 | InvocationID=c5eb7242-b702-11ed-952a-f2cf7c478738 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:56:53+0000 | policy_event_thread | 139714927971104 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bb8826e2-b702-11ed-952a-f2cf7c478738 | InvocationID=bb882a02-b702-11ed-952a-f2cf7c478738 | Polling MR for XNF activation/deactivation policy response events.
2023-02-28T00:56:53+0000 | policy_event_thread | 139714927971104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ca76ba38-b702-11ed-952a-f2cf7c478738 | InvocationID=ca76bd8a-b702-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-28T00:56:53+0000 | policy_event_thread | 139714927971104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ca76ba38-b702-11ed-952a-f2cf7c478738 | InvocationID=ca76bd8a-b702-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:56:53+0000 | policy_event_thread | 139714927971104 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ca76ba38-b702-11ed-952a-f2cf7c478738 | InvocationID=ca76bd8a-b702-11ed-952a-f2cf7c478738 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:57:05+0000 | aai_event_thread | 139714926910240 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c5eb6e82-b702-11ed-952a-f2cf7c478738 | InvocationID=c5eb7242-b702-11ed-952a-f2cf7c478738 | Polling MR for XNF AAI events.
2023-02-28T00:57:05+0000 | aai_event_thread | 139714926910240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d1e0f766-b702-11ed-952a-f2cf7c478738 | InvocationID=d1e0fa18-b702-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-28T00:57:05+0000 | aai_event_thread | 139714926910240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d1e0f766-b702-11ed-952a-f2cf7c478738 | InvocationID=d1e0fa18-b702-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:57:05+0000 | aai_event_thread | 139714926910240 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d1e0f766-b702-11ed-952a-f2cf7c478738 | InvocationID=d1e0fa18-b702-11ed-952a-f2cf7c478738 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:57:18+0000 | policy_event_thread | 139714927971104 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ca76ba38-b702-11ed-952a-f2cf7c478738 | InvocationID=ca76bd8a-b702-11ed-952a-f2cf7c478738 | Polling MR for XNF activation/deactivation policy response events.
2023-02-28T00:57:18+0000 | policy_event_thread | 139714927971104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d963b73a-b702-11ed-952a-f2cf7c478738 | InvocationID=d963ba96-b702-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-28T00:57:18+0000 | policy_event_thread | 139714927971104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d963b73a-b702-11ed-952a-f2cf7c478738 | InvocationID=d963ba96-b702-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:57:18+0000 | policy_event_thread | 139714927971104 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d963b73a-b702-11ed-952a-f2cf7c478738 | InvocationID=d963ba96-b702-11ed-952a-f2cf7c478738 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:57:25+0000 | aai_event_thread | 139714926910240 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d1e0f766-b702-11ed-952a-f2cf7c478738 | InvocationID=d1e0fa18-b702-11ed-952a-f2cf7c478738 | Polling MR for XNF AAI events.
2023-02-28T00:57:25+0000 | aai_event_thread | 139714926910240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ddd52af6-b702-11ed-952a-f2cf7c478738 | InvocationID=ddd52cea-b702-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-28T00:57:25+0000 | aai_event_thread | 139714926910240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ddd52af6-b702-11ed-952a-f2cf7c478738 | InvocationID=ddd52cea-b702-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:57:25+0000 | aai_event_thread | 139714926910240 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ddd52af6-b702-11ed-952a-f2cf7c478738 | InvocationID=ddd52cea-b702-11ed-952a-f2cf7c478738 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:57:43+0000 | policy_event_thread | 139714927971104 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d963b73a-b702-11ed-952a-f2cf7c478738 | InvocationID=d963ba96-b702-11ed-952a-f2cf7c478738 | Polling MR for XNF activation/deactivation policy response events.
2023-02-28T00:57:43+0000 | policy_event_thread | 139714927971104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e8541c44-b702-11ed-952a-f2cf7c478738 | InvocationID=e8541e38-b702-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-28T00:57:43+0000 | policy_event_thread | 139714927971104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e8541c44-b702-11ed-952a-f2cf7c478738 | InvocationID=e8541e38-b702-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:57:43+0000 | policy_event_thread | 139714927971104 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e8541c44-b702-11ed-952a-f2cf7c478738 | InvocationID=e8541e38-b702-11ed-952a-f2cf7c478738 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:57:45+0000 | aai_event_thread | 139714926910240 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ddd52af6-b702-11ed-952a-f2cf7c478738 | InvocationID=ddd52cea-b702-11ed-952a-f2cf7c478738 | Polling MR for XNF AAI events.
2023-02-28T00:57:45+0000 | aai_event_thread | 139714926910240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e9c704d8-b702-11ed-952a-f2cf7c478738 | InvocationID=e9c7080c-b702-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-28T00:57:45+0000 | aai_event_thread | 139714926910240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e9c704d8-b702-11ed-952a-f2cf7c478738 | InvocationID=e9c7080c-b702-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:57:45+0000 | aai_event_thread | 139714926910240 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e9c704d8-b702-11ed-952a-f2cf7c478738 | InvocationID=e9c7080c-b702-11ed-952a-f2cf7c478738 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:58:05+0000 | aai_event_thread | 139714926910240 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e9c704d8-b702-11ed-952a-f2cf7c478738 | InvocationID=e9c7080c-b702-11ed-952a-f2cf7c478738 | Polling MR for XNF AAI events.
2023-02-28T00:58:05+0000 | aai_event_thread | 139714926910240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f5b9909e-b702-11ed-952a-f2cf7c478738 | InvocationID=f5b9938c-b702-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-28T00:58:05+0000 | aai_event_thread | 139714926910240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f5b9909e-b702-11ed-952a-f2cf7c478738 | InvocationID=f5b9938c-b702-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:58:05+0000 | aai_event_thread | 139714926910240 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f5b9909e-b702-11ed-952a-f2cf7c478738 | InvocationID=f5b9938c-b702-11ed-952a-f2cf7c478738 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:58:08+0000 | policy_event_thread | 139714927971104 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e8541c44-b702-11ed-952a-f2cf7c478738 | InvocationID=e8541e38-b702-11ed-952a-f2cf7c478738 | Polling MR for XNF activation/deactivation policy response events.
2023-02-28T00:58:08+0000 | policy_event_thread | 139714927971104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f7435d78-b702-11ed-952a-f2cf7c478738 | InvocationID=f7435f6c-b702-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-28T00:58:08+0000 | policy_event_thread | 139714927971104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f7435d78-b702-11ed-952a-f2cf7c478738 | InvocationID=f7435f6c-b702-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:58:08+0000 | policy_event_thread | 139714927971104 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f7435d78-b702-11ed-952a-f2cf7c478738 | InvocationID=f7435f6c-b702-11ed-952a-f2cf7c478738 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:58:25+0000 | aai_event_thread | 139714926910240 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f5b9909e-b702-11ed-952a-f2cf7c478738 | InvocationID=f5b9938c-b702-11ed-952a-f2cf7c478738 | Polling MR for XNF AAI events.
2023-02-28T00:58:25+0000 | aai_event_thread | 139714926910240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=01b108e6-b703-11ed-952a-f2cf7c478738 | InvocationID=01b10c56-b703-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-28T00:58:26+0000 | aai_event_thread | 139714926910240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=01b108e6-b703-11ed-952a-f2cf7c478738 | InvocationID=01b10c56-b703-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:58:26+0000 | aai_event_thread | 139714926910240 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=01b108e6-b703-11ed-952a-f2cf7c478738 | InvocationID=01b10c56-b703-11ed-952a-f2cf7c478738 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:58:33+0000 | policy_event_thread | 139714927971104 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f7435d78-b702-11ed-952a-f2cf7c478738 | InvocationID=f7435f6c-b702-11ed-952a-f2cf7c478738 | Polling MR for XNF activation/deactivation policy response events.
2023-02-28T00:58:33+0000 | policy_event_thread | 139714927971104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=06340206-b703-11ed-952a-f2cf7c478738 | InvocationID=06340580-b703-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-28T00:58:33+0000 | policy_event_thread | 139714927971104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=06340206-b703-11ed-952a-f2cf7c478738 | InvocationID=06340580-b703-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:58:33+0000 | policy_event_thread | 139714927971104 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=06340206-b703-11ed-952a-f2cf7c478738 | InvocationID=06340580-b703-11ed-952a-f2cf7c478738 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:58:46+0000 | aai_event_thread | 139714926910240 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=01b108e6-b703-11ed-952a-f2cf7c478738 | InvocationID=01b10c56-b703-11ed-952a-f2cf7c478738 | Polling MR for XNF AAI events.
2023-02-28T00:58:46+0000 | aai_event_thread | 139714926910240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0dae0216-b703-11ed-952a-f2cf7c478738 | InvocationID=0dae04aa-b703-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-28T00:58:46+0000 | aai_event_thread | 139714926910240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0dae0216-b703-11ed-952a-f2cf7c478738 | InvocationID=0dae04aa-b703-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:58:46+0000 | aai_event_thread | 139714926910240 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0dae0216-b703-11ed-952a-f2cf7c478738 | InvocationID=0dae04aa-b703-11ed-952a-f2cf7c478738 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:58:58+0000 | policy_event_thread | 139714927971104 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=06340206-b703-11ed-952a-f2cf7c478738 | InvocationID=06340580-b703-11ed-952a-f2cf7c478738 | Polling MR for XNF activation/deactivation policy response events.
2023-02-28T00:58:58+0000 | policy_event_thread | 139714927971104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1521afac-b703-11ed-952a-f2cf7c478738 | InvocationID=1521b56a-b703-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-28T00:58:58+0000 | policy_event_thread | 139714927971104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1521afac-b703-11ed-952a-f2cf7c478738 | InvocationID=1521b56a-b703-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:58:58+0000 | policy_event_thread | 139714927971104 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1521afac-b703-11ed-952a-f2cf7c478738 | InvocationID=1521b56a-b703-11ed-952a-f2cf7c478738 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:59:06+0000 | aai_event_thread | 139714926910240 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0dae0216-b703-11ed-952a-f2cf7c478738 | InvocationID=0dae04aa-b703-11ed-952a-f2cf7c478738 | Polling MR for XNF AAI events.
2023-02-28T00:59:06+0000 | aai_event_thread | 139714926910240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=19a6efd8-b703-11ed-952a-f2cf7c478738 | InvocationID=19a6f4b0-b703-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-28T00:59:06+0000 | aai_event_thread | 139714926910240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=19a6efd8-b703-11ed-952a-f2cf7c478738 | InvocationID=19a6f4b0-b703-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:59:06+0000 | aai_event_thread | 139714926910240 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=19a6efd8-b703-11ed-952a-f2cf7c478738 | InvocationID=19a6f4b0-b703-11ed-952a-f2cf7c478738 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:59:23+0000 | policy_event_thread | 139714927971104 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1521afac-b703-11ed-952a-f2cf7c478738 | InvocationID=1521b56a-b703-11ed-952a-f2cf7c478738 | Polling MR for XNF activation/deactivation policy response events.
2023-02-28T00:59:23+0000 | policy_event_thread | 139714927971104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2414ae9c-b703-11ed-952a-f2cf7c478738 | InvocationID=2414b6e4-b703-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-28T00:59:23+0000 | policy_event_thread | 139714927971104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2414ae9c-b703-11ed-952a-f2cf7c478738 | InvocationID=2414b6e4-b703-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:59:23+0000 | policy_event_thread | 139714927971104 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2414ae9c-b703-11ed-952a-f2cf7c478738 | InvocationID=2414b6e4-b703-11ed-952a-f2cf7c478738 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:59:26+0000 | aai_event_thread | 139714926910240 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=19a6efd8-b703-11ed-952a-f2cf7c478738 | InvocationID=19a6f4b0-b703-11ed-952a-f2cf7c478738 | Polling MR for XNF AAI events.
2023-02-28T00:59:26+0000 | aai_event_thread | 139714926910240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=259d9288-b703-11ed-952a-f2cf7c478738 | InvocationID=259d960c-b703-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-28T00:59:26+0000 | aai_event_thread | 139714926910240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=259d9288-b703-11ed-952a-f2cf7c478738 | InvocationID=259d960c-b703-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:59:26+0000 | aai_event_thread | 139714926910240 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=259d9288-b703-11ed-952a-f2cf7c478738 | InvocationID=259d960c-b703-11ed-952a-f2cf7c478738 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:59:46+0000 | aai_event_thread | 139714926910240 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=259d9288-b703-11ed-952a-f2cf7c478738 | InvocationID=259d960c-b703-11ed-952a-f2cf7c478738 | Polling MR for XNF AAI events.
2023-02-28T00:59:46+0000 | aai_event_thread | 139714926910240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=318e18c4-b703-11ed-952a-f2cf7c478738 | InvocationID=318e1db0-b703-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-28T00:59:46+0000 | aai_event_thread | 139714926910240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=318e18c4-b703-11ed-952a-f2cf7c478738 | InvocationID=318e1db0-b703-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:59:46+0000 | aai_event_thread | 139714926910240 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=318e18c4-b703-11ed-952a-f2cf7c478738 | InvocationID=318e1db0-b703-11ed-952a-f2cf7c478738 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T00:59:48+0000 | policy_event_thread | 139714927971104 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2414ae9c-b703-11ed-952a-f2cf7c478738 | InvocationID=2414b6e4-b703-11ed-952a-f2cf7c478738 | Polling MR for XNF activation/deactivation policy response events.
2023-02-28T00:59:48+0000 | policy_event_thread | 139714927971104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3304f1e6-b703-11ed-952a-f2cf7c478738 | InvocationID=3304f48e-b703-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-28T00:59:48+0000 | policy_event_thread | 139714927971104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3304f1e6-b703-11ed-952a-f2cf7c478738 | InvocationID=3304f48e-b703-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T00:59:48+0000 | policy_event_thread | 139714927971104 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3304f1e6-b703-11ed-952a-f2cf7c478738 | InvocationID=3304f48e-b703-11ed-952a-f2cf7c478738 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T01:00:06+0000 | aai_event_thread | 139714926910240 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=318e18c4-b703-11ed-952a-f2cf7c478738 | InvocationID=318e1db0-b703-11ed-952a-f2cf7c478738 | Polling MR for XNF AAI events.
2023-02-28T01:00:06+0000 | aai_event_thread | 139714926910240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3d82989e-b703-11ed-952a-f2cf7c478738 | InvocationID=3d829c0e-b703-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-28T01:00:06+0000 | aai_event_thread | 139714926910240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3d82989e-b703-11ed-952a-f2cf7c478738 | InvocationID=3d829c0e-b703-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T01:00:06+0000 | aai_event_thread | 139714926910240 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3d82989e-b703-11ed-952a-f2cf7c478738 | InvocationID=3d829c0e-b703-11ed-952a-f2cf7c478738 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T01:00:13+0000 | policy_event_thread | 139714927971104 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3304f1e6-b703-11ed-952a-f2cf7c478738 | InvocationID=3304f48e-b703-11ed-952a-f2cf7c478738 | Polling MR for XNF activation/deactivation policy response events.
2023-02-28T01:00:13+0000 | policy_event_thread | 139714927971104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=41f20aae-b703-11ed-952a-f2cf7c478738 | InvocationID=41f21026-b703-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-28T01:00:13+0000 | policy_event_thread | 139714927971104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=41f20aae-b703-11ed-952a-f2cf7c478738 | InvocationID=41f21026-b703-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T01:00:13+0000 | policy_event_thread | 139714927971104 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=41f20aae-b703-11ed-952a-f2cf7c478738 | InvocationID=41f21026-b703-11ed-952a-f2cf7c478738 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T01:00:26+0000 | aai_event_thread | 139714926910240 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3d82989e-b703-11ed-952a-f2cf7c478738 | InvocationID=3d829c0e-b703-11ed-952a-f2cf7c478738 | Polling MR for XNF AAI events.
2023-02-28T01:00:26+0000 | aai_event_thread | 139714926910240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=497b9d4e-b703-11ed-952a-f2cf7c478738 | InvocationID=497b9fd8-b703-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-28T01:00:26+0000 | aai_event_thread | 139714926910240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=497b9d4e-b703-11ed-952a-f2cf7c478738 | InvocationID=497b9fd8-b703-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T01:00:26+0000 | aai_event_thread | 139714926910240 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=497b9d4e-b703-11ed-952a-f2cf7c478738 | InvocationID=497b9fd8-b703-11ed-952a-f2cf7c478738 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T01:00:38+0000 | policy_event_thread | 139714927971104 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=41f20aae-b703-11ed-952a-f2cf7c478738 | InvocationID=41f21026-b703-11ed-952a-f2cf7c478738 | Polling MR for XNF activation/deactivation policy response events.
2023-02-28T01:00:38+0000 | policy_event_thread | 139714927971104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=50ddabcc-b703-11ed-952a-f2cf7c478738 | InvocationID=50ddae4c-b703-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-28T01:00:38+0000 | policy_event_thread | 139714927971104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=50ddabcc-b703-11ed-952a-f2cf7c478738 | InvocationID=50ddae4c-b703-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T01:00:38+0000 | policy_event_thread | 139714927971104 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=50ddabcc-b703-11ed-952a-f2cf7c478738 | InvocationID=50ddae4c-b703-11ed-952a-f2cf7c478738 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T01:00:46+0000 | aai_event_thread | 139714926910240 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=497b9d4e-b703-11ed-952a-f2cf7c478738 | InvocationID=497b9fd8-b703-11ed-952a-f2cf7c478738 | Polling MR for XNF AAI events.
2023-02-28T01:00:46+0000 | aai_event_thread | 139714926910240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=55702840-b703-11ed-952a-f2cf7c478738 | InvocationID=557031be-b703-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-28T01:00:46+0000 | aai_event_thread | 139714926910240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=55702840-b703-11ed-952a-f2cf7c478738 | InvocationID=557031be-b703-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T01:00:46+0000 | aai_event_thread | 139714926910240 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=55702840-b703-11ed-952a-f2cf7c478738 | InvocationID=557031be-b703-11ed-952a-f2cf7c478738 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T01:01:03+0000 | policy_event_thread | 139714927971104 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=50ddabcc-b703-11ed-952a-f2cf7c478738 | InvocationID=50ddae4c-b703-11ed-952a-f2cf7c478738 | Polling MR for XNF activation/deactivation policy response events.
2023-02-28T01:01:03+0000 | policy_event_thread | 139714927971104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5fce0adc-b703-11ed-952a-f2cf7c478738 | InvocationID=5fce0f32-b703-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-28T01:01:03+0000 | policy_event_thread | 139714927971104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5fce0adc-b703-11ed-952a-f2cf7c478738 | InvocationID=5fce0f32-b703-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T01:01:03+0000 | policy_event_thread | 139714927971104 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5fce0adc-b703-11ed-952a-f2cf7c478738 | InvocationID=5fce0f32-b703-11ed-952a-f2cf7c478738 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T01:01:06+0000 | aai_event_thread | 139714926910240 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=55702840-b703-11ed-952a-f2cf7c478738 | InvocationID=557031be-b703-11ed-952a-f2cf7c478738 | Polling MR for XNF AAI events.
2023-02-28T01:01:06+0000 | aai_event_thread | 139714926910240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6162d9e0-b703-11ed-952a-f2cf7c478738 | InvocationID=6162dc7e-b703-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-28T01:01:06+0000 | aai_event_thread | 139714926910240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6162d9e0-b703-11ed-952a-f2cf7c478738 | InvocationID=6162dc7e-b703-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T01:01:06+0000 | aai_event_thread | 139714926910240 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6162d9e0-b703-11ed-952a-f2cf7c478738 | InvocationID=6162dc7e-b703-11ed-952a-f2cf7c478738 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T01:01:26+0000 | aai_event_thread | 139714926910240 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6162d9e0-b703-11ed-952a-f2cf7c478738 | InvocationID=6162dc7e-b703-11ed-952a-f2cf7c478738 | Polling MR for XNF AAI events.
2023-02-28T01:01:26+0000 | aai_event_thread | 139714926910240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d569fd4-b703-11ed-952a-f2cf7c478738 | InvocationID=6d56a3b2-b703-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-28T01:01:26+0000 | aai_event_thread | 139714926910240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d569fd4-b703-11ed-952a-f2cf7c478738 | InvocationID=6d56a3b2-b703-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T01:01:26+0000 | aai_event_thread | 139714926910240 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6d569fd4-b703-11ed-952a-f2cf7c478738 | InvocationID=6d56a3b2-b703-11ed-952a-f2cf7c478738 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T01:01:28+0000 | policy_event_thread | 139714927971104 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5fce0adc-b703-11ed-952a-f2cf7c478738 | InvocationID=5fce0f32-b703-11ed-952a-f2cf7c478738 | Polling MR for XNF activation/deactivation policy response events.
2023-02-28T01:01:28+0000 | policy_event_thread | 139714927971104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6ebe2ec8-b703-11ed-952a-f2cf7c478738 | InvocationID=6ebe3184-b703-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-28T01:01:28+0000 | policy_event_thread | 139714927971104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6ebe2ec8-b703-11ed-952a-f2cf7c478738 | InvocationID=6ebe3184-b703-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T01:01:28+0000 | policy_event_thread | 139714927971104 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6ebe2ec8-b703-11ed-952a-f2cf7c478738 | InvocationID=6ebe3184-b703-11ed-952a-f2cf7c478738 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T01:01:46+0000 | aai_event_thread | 139714926910240 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6d569fd4-b703-11ed-952a-f2cf7c478738 | InvocationID=6d56a3b2-b703-11ed-952a-f2cf7c478738 | Polling MR for XNF AAI events.
2023-02-28T01:01:46+0000 | aai_event_thread | 139714926910240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=794d063e-b703-11ed-952a-f2cf7c478738 | InvocationID=794d08e6-b703-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-28T01:01:46+0000 | aai_event_thread | 139714926910240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=794d063e-b703-11ed-952a-f2cf7c478738 | InvocationID=794d08e6-b703-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T01:01:46+0000 | aai_event_thread | 139714926910240 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=794d063e-b703-11ed-952a-f2cf7c478738 | InvocationID=794d08e6-b703-11ed-952a-f2cf7c478738 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T01:01:53+0000 | policy_event_thread | 139714927971104 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6ebe2ec8-b703-11ed-952a-f2cf7c478738 | InvocationID=6ebe3184-b703-11ed-952a-f2cf7c478738 | Polling MR for XNF activation/deactivation policy response events.
2023-02-28T01:01:53+0000 | policy_event_thread | 139714927971104 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7daa11cc-b703-11ed-952a-f2cf7c478738 | InvocationID=7daa1492-b703-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-28T01:01:53+0000 | policy_event_thread | 139714927971104 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7daa11cc-b703-11ed-952a-f2cf7c478738 | InvocationID=7daa1492-b703-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T01:01:54+0000 | policy_event_thread | 139714927971104 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7daa11cc-b703-11ed-952a-f2cf7c478738 | InvocationID=7daa1492-b703-11ed-952a-f2cf7c478738 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-28T01:02:06+0000 | aai_event_thread | 139714926910240 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=794d063e-b703-11ed-952a-f2cf7c478738 | InvocationID=794d08e6-b703-11ed-952a-f2cf7c478738 | Polling MR for XNF AAI events.
2023-02-28T01:02:06+0000 | aai_event_thread | 139714926910240 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=85425430-b703-11ed-952a-f2cf7c478738 | InvocationID=85425732-b703-11ed-952a-f2cf7c478738 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-28T01:02:06+0000 | aai_event_thread | 139714926910240 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=85425430-b703-11ed-952a-f2cf7c478738 | InvocationID=85425732-b703-11ed-952a-f2cf7c478738 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T01:02:06+0000 | aai_event_thread | 139714926910240 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=85425430-b703-11ed-952a-f2cf7c478738 | InvocationID=85425732-b703-11ed-952a-f2cf7c478738 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-28T01:02:19+0000 | policy_event_thread | 139714927971104 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7daa11cc-b703-11ed-952a-f2cf7c478738 | InvocationID=7daa1492-b703-11ed-952a-f2cf7c478738 | Polling MR for XNF activation/deactivation policy response events.
2023-02-28T01:02:19+0000 | policy_event_thread | 139714927971104 | INFO | pmsh_con