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-05-26T07:36:46+0000 | MainThread | 140453788945736 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Attempting to fetch PMSH Configuration from CBS.
2023-05-26T07:36:46+0000 | MainThread | 140453788945736 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Successfully fetched PMSH config from CBS: {'config': {'aaf_identity': 'dummy_value', 'aaf_password': 'dummy_value', 'ca_cert_path': '/opt/app/pmsh/etc/certs/cacert.pem', 'cert_path': '/opt/app/pmsh/etc/certs/cert.pem', 'control_loop_name': 'pmsh-control-loop', 'enable_tls': False, 'key_path': '/opt/app/pmsh/etc/certs/key.pem', 'operational_policy_name': 'pmsh-operational-policy', 'pmsh_policy': {'subscription': {'administrativeState': 'LOCKED', 'fileBasedGP': 15, 'fileLocation': '/pm/pm.xml', 'measurementGroups': [{'measurementGroup': {'managedObjectDNsBasic': [{'DN': 'dna'}, {'DN': 'dnb'}], 'measurementTypes': [{'measurementType': 'countera'}, {'measurementType': 'counterb'}]}}, {'measurementGroup': {'managedObjectDNsBasic': [{'DN': 'dnc'}, {'DN': 'dnd'}], 'measurementTypes': [{'measurementType': 'counterc'}, {'measurementType': 'counterd'}]}}], 'nfFilter': {'modelInvariantIDs': [], 'modelNames': [], 'modelVersionIDs': [], 'nfNames': ['^pnf.*', '^vnf.*']}, 'subscriptionName': 'ExtraPM-All-gNB-R2B'}}, 'streams_publishes': {'policy_pm_publisher': {'dmaap_info': {'topic_url': 'http://message-router:3904/events/unauthenticated.DCAE_CL_OUTPUT'}, 'type': 'message_router'}}, 'streams_subscribes': {'aai_subscriber': {'dmaap_info': {'topic_url': 'http://message-router:3904/events/AAI-EVENT'}, 'type': 'message_router'}, 'policy_pm_subscriber': {'dmaap_info': {'topic_url': 'http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT'}, 'type': 'message_router'}}}}
2023-05-26T07:36:46+0000 | MainThread | 140453788945736 | INFO | pmsh_service_main | main | ServiceName= | RequestID= | InvocationID= | Start polling PMSH_CL_INPUT topic on DMaaP MR.
2023-05-26T07:36:46+0000 | policy_event_thread | 140453739223840 | INFO | policy_response_handler | poll_policy_topic | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF activation/deactivation policy response events.
2023-05-26T07:36:46+0000 | policy_event_thread | 140453739223840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=113c9abc-fb98-11ed-b155-aa9543b241cf | InvocationID=113c9c7e-fb98-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-05-26T07:36:46+0000 | aai_event_thread | 140453738162976 | INFO | aai_event_handler | execute | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF AAI events.
2023-05-26T07:36:46+0000 | aai_event_thread | 140453738162976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=113e84e4-fb98-11ed-b155-aa9543b241cf | InvocationID=113e8818-fb98-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-05-26T07:36:46+0000 | MainThread | 140453788945736 | INFO | __init__ | launch_api_server | ServiceName= | RequestID= | InvocationID= | Launching unsecure http API server
2023-05-26T07:36:46+0000 | aai_event_thread | 140453738162976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=113e84e4-fb98-11ed-b155-aa9543b241cf | InvocationID=113e8818-fb98-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:36:46+0000 | aai_event_thread | 140453738162976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=113e84e4-fb98-11ed-b155-aa9543b241cf | InvocationID=113e8818-fb98-11ed-b155-aa9543b241cf | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:36:46+0000 | policy_event_thread | 140453739223840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=113c9abc-fb98-11ed-b155-aa9543b241cf | InvocationID=113c9c7e-fb98-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T07:36:46+0000 | policy_event_thread | 140453739223840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=113c9abc-fb98-11ed-b155-aa9543b241cf | InvocationID=113c9c7e-fb98-11ed-b155-aa9543b241cf | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T07:37:06+0000 | aai_event_thread | 140453738162976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=113e84e4-fb98-11ed-b155-aa9543b241cf | InvocationID=113e8818-fb98-11ed-b155-aa9543b241cf | Polling MR for XNF AAI events.
2023-05-26T07:37:06+0000 | aai_event_thread | 140453738162976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1d4ece60-fb98-11ed-b155-aa9543b241cf | InvocationID=1d4ed068-fb98-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-05-26T07:37:06+0000 | aai_event_thread | 140453738162976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1d4ece60-fb98-11ed-b155-aa9543b241cf | InvocationID=1d4ed068-fb98-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:37:06+0000 | aai_event_thread | 140453738162976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1d4ece60-fb98-11ed-b155-aa9543b241cf | InvocationID=1d4ed068-fb98-11ed-b155-aa9543b241cf | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:37:11+0000 | policy_event_thread | 140453739223840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=113c9abc-fb98-11ed-b155-aa9543b241cf | InvocationID=113c9c7e-fb98-11ed-b155-aa9543b241cf | Polling MR for XNF activation/deactivation policy response events.
2023-05-26T07:37:11+0000 | policy_event_thread | 140453739223840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=204a1df4-fb98-11ed-b155-aa9543b241cf | InvocationID=204a1f20-fb98-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-05-26T07:37:11+0000 | policy_event_thread | 140453739223840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=204a1df4-fb98-11ed-b155-aa9543b241cf | InvocationID=204a1f20-fb98-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T07:37:11+0000 | policy_event_thread | 140453739223840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=204a1df4-fb98-11ed-b155-aa9543b241cf | InvocationID=204a1f20-fb98-11ed-b155-aa9543b241cf | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T07:37:26+0000 | aai_event_thread | 140453738162976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1d4ece60-fb98-11ed-b155-aa9543b241cf | InvocationID=1d4ed068-fb98-11ed-b155-aa9543b241cf | Polling MR for XNF AAI events.
2023-05-26T07:37:26+0000 | aai_event_thread | 140453738162976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=29430bc8-fb98-11ed-b155-aa9543b241cf | InvocationID=29430e7a-fb98-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-05-26T07:37:26+0000 | aai_event_thread | 140453738162976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=29430bc8-fb98-11ed-b155-aa9543b241cf | InvocationID=29430e7a-fb98-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:37:26+0000 | aai_event_thread | 140453738162976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=29430bc8-fb98-11ed-b155-aa9543b241cf | InvocationID=29430e7a-fb98-11ed-b155-aa9543b241cf | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:37:36+0000 | policy_event_thread | 140453739223840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=204a1df4-fb98-11ed-b155-aa9543b241cf | InvocationID=204a1f20-fb98-11ed-b155-aa9543b241cf | Polling MR for XNF activation/deactivation policy response events.
2023-05-26T07:37:36+0000 | policy_event_thread | 140453739223840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2f34ca44-fb98-11ed-b155-aa9543b241cf | InvocationID=2f34cd28-fb98-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-05-26T07:37:36+0000 | policy_event_thread | 140453739223840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2f34ca44-fb98-11ed-b155-aa9543b241cf | InvocationID=2f34cd28-fb98-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T07:37:36+0000 | policy_event_thread | 140453739223840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2f34ca44-fb98-11ed-b155-aa9543b241cf | InvocationID=2f34cd28-fb98-11ed-b155-aa9543b241cf | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T07:37:46+0000 | aai_event_thread | 140453738162976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=29430bc8-fb98-11ed-b155-aa9543b241cf | InvocationID=29430e7a-fb98-11ed-b155-aa9543b241cf | Polling MR for XNF AAI events.
2023-05-26T07:37:46+0000 | aai_event_thread | 140453738162976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=35392264-fb98-11ed-b155-aa9543b241cf | InvocationID=35392476-fb98-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-05-26T07:37:46+0000 | aai_event_thread | 140453738162976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=35392264-fb98-11ed-b155-aa9543b241cf | InvocationID=35392476-fb98-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:37:46+0000 | aai_event_thread | 140453738162976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=35392264-fb98-11ed-b155-aa9543b241cf | InvocationID=35392476-fb98-11ed-b155-aa9543b241cf | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:38:01+0000 | policy_event_thread | 140453739223840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2f34ca44-fb98-11ed-b155-aa9543b241cf | InvocationID=2f34cd28-fb98-11ed-b155-aa9543b241cf | Polling MR for XNF activation/deactivation policy response events.
2023-05-26T07:38:01+0000 | policy_event_thread | 140453739223840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3e221c78-fb98-11ed-b155-aa9543b241cf | InvocationID=3e221e9e-fb98-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-05-26T07:38:01+0000 | policy_event_thread | 140453739223840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3e221c78-fb98-11ed-b155-aa9543b241cf | InvocationID=3e221e9e-fb98-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T07:38:01+0000 | policy_event_thread | 140453739223840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3e221c78-fb98-11ed-b155-aa9543b241cf | InvocationID=3e221e9e-fb98-11ed-b155-aa9543b241cf | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T07:38:06+0000 | aai_event_thread | 140453738162976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=35392264-fb98-11ed-b155-aa9543b241cf | InvocationID=35392476-fb98-11ed-b155-aa9543b241cf | Polling MR for XNF AAI events.
2023-05-26T07:38:06+0000 | aai_event_thread | 140453738162976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=412e2b46-fb98-11ed-b155-aa9543b241cf | InvocationID=412e2dc6-fb98-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-05-26T07:38:06+0000 | aai_event_thread | 140453738162976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=412e2b46-fb98-11ed-b155-aa9543b241cf | InvocationID=412e2dc6-fb98-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:38:06+0000 | aai_event_thread | 140453738162976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=412e2b46-fb98-11ed-b155-aa9543b241cf | InvocationID=412e2dc6-fb98-11ed-b155-aa9543b241cf | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:38:26+0000 | policy_event_thread | 140453739223840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3e221c78-fb98-11ed-b155-aa9543b241cf | InvocationID=3e221e9e-fb98-11ed-b155-aa9543b241cf | Polling MR for XNF activation/deactivation policy response events.
2023-05-26T07:38:26+0000 | policy_event_thread | 140453739223840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4d12db14-fb98-11ed-b155-aa9543b241cf | InvocationID=4d12dd1c-fb98-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-05-26T07:38:26+0000 | policy_event_thread | 140453739223840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4d12db14-fb98-11ed-b155-aa9543b241cf | InvocationID=4d12dd1c-fb98-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T07:38:26+0000 | policy_event_thread | 140453739223840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4d12db14-fb98-11ed-b155-aa9543b241cf | InvocationID=4d12dd1c-fb98-11ed-b155-aa9543b241cf | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T07:38:26+0000 | aai_event_thread | 140453738162976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=412e2b46-fb98-11ed-b155-aa9543b241cf | InvocationID=412e2dc6-fb98-11ed-b155-aa9543b241cf | Polling MR for XNF AAI events.
2023-05-26T07:38:26+0000 | aai_event_thread | 140453738162976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4d20d8ea-fb98-11ed-b155-aa9543b241cf | InvocationID=4d20dde0-fb98-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-05-26T07:38:26+0000 | aai_event_thread | 140453738162976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4d20d8ea-fb98-11ed-b155-aa9543b241cf | InvocationID=4d20dde0-fb98-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:38:26+0000 | aai_event_thread | 140453738162976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4d20d8ea-fb98-11ed-b155-aa9543b241cf | InvocationID=4d20dde0-fb98-11ed-b155-aa9543b241cf | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:38:46+0000 | aai_event_thread | 140453738162976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4d20d8ea-fb98-11ed-b155-aa9543b241cf | InvocationID=4d20dde0-fb98-11ed-b155-aa9543b241cf | Polling MR for XNF AAI events.
2023-05-26T07:38:46+0000 | aai_event_thread | 140453738162976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5915fb12-fb98-11ed-b155-aa9543b241cf | InvocationID=5915fcb6-fb98-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-05-26T07:38:46+0000 | aai_event_thread | 140453738162976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5915fb12-fb98-11ed-b155-aa9543b241cf | InvocationID=5915fcb6-fb98-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:38:46+0000 | aai_event_thread | 140453738162976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5915fb12-fb98-11ed-b155-aa9543b241cf | InvocationID=5915fcb6-fb98-11ed-b155-aa9543b241cf | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:38:51+0000 | policy_event_thread | 140453739223840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4d12db14-fb98-11ed-b155-aa9543b241cf | InvocationID=4d12dd1c-fb98-11ed-b155-aa9543b241cf | Polling MR for XNF activation/deactivation policy response events.
2023-05-26T07:38:51+0000 | policy_event_thread | 140453739223840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c0324f8-fb98-11ed-b155-aa9543b241cf | InvocationID=5c032da4-fb98-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-05-26T07:38:51+0000 | policy_event_thread | 140453739223840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c0324f8-fb98-11ed-b155-aa9543b241cf | InvocationID=5c032da4-fb98-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T07:38:51+0000 | policy_event_thread | 140453739223840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5c0324f8-fb98-11ed-b155-aa9543b241cf | InvocationID=5c032da4-fb98-11ed-b155-aa9543b241cf | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T07:39:06+0000 | aai_event_thread | 140453738162976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5915fb12-fb98-11ed-b155-aa9543b241cf | InvocationID=5915fcb6-fb98-11ed-b155-aa9543b241cf | Polling MR for XNF AAI events.
2023-05-26T07:39:06+0000 | aai_event_thread | 140453738162976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=650b5fca-fb98-11ed-b155-aa9543b241cf | InvocationID=650b613c-fb98-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-05-26T07:39:06+0000 | aai_event_thread | 140453738162976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=650b5fca-fb98-11ed-b155-aa9543b241cf | InvocationID=650b613c-fb98-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:39:06+0000 | aai_event_thread | 140453738162976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=650b5fca-fb98-11ed-b155-aa9543b241cf | InvocationID=650b613c-fb98-11ed-b155-aa9543b241cf | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:39:16+0000 | policy_event_thread | 140453739223840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5c0324f8-fb98-11ed-b155-aa9543b241cf | InvocationID=5c032da4-fb98-11ed-b155-aa9543b241cf | Polling MR for XNF activation/deactivation policy response events.
2023-05-26T07:39:16+0000 | policy_event_thread | 140453739223840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6aedd6a2-fb98-11ed-b155-aa9543b241cf | InvocationID=6aedd7e2-fb98-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-05-26T07:39:16+0000 | policy_event_thread | 140453739223840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6aedd6a2-fb98-11ed-b155-aa9543b241cf | InvocationID=6aedd7e2-fb98-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T07:39:16+0000 | policy_event_thread | 140453739223840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6aedd6a2-fb98-11ed-b155-aa9543b241cf | InvocationID=6aedd7e2-fb98-11ed-b155-aa9543b241cf | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T07:39:26+0000 | aai_event_thread | 140453738162976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=650b5fca-fb98-11ed-b155-aa9543b241cf | InvocationID=650b613c-fb98-11ed-b155-aa9543b241cf | Polling MR for XNF AAI events.
2023-05-26T07:39:26+0000 | aai_event_thread | 140453738162976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7100273e-fb98-11ed-b155-aa9543b241cf | InvocationID=71002932-fb98-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-05-26T07:39:26+0000 | aai_event_thread | 140453738162976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7100273e-fb98-11ed-b155-aa9543b241cf | InvocationID=71002932-fb98-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:39:26+0000 | aai_event_thread | 140453738162976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7100273e-fb98-11ed-b155-aa9543b241cf | InvocationID=71002932-fb98-11ed-b155-aa9543b241cf | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:39:41+0000 | policy_event_thread | 140453739223840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6aedd6a2-fb98-11ed-b155-aa9543b241cf | InvocationID=6aedd7e2-fb98-11ed-b155-aa9543b241cf | Polling MR for XNF activation/deactivation policy response events.
2023-05-26T07:39:41+0000 | policy_event_thread | 140453739223840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=79d7ae5e-fb98-11ed-b155-aa9543b241cf | InvocationID=79d7b0fc-fb98-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-05-26T07:39:41+0000 | policy_event_thread | 140453739223840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=79d7ae5e-fb98-11ed-b155-aa9543b241cf | InvocationID=79d7b0fc-fb98-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T07:39:41+0000 | policy_event_thread | 140453739223840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=79d7ae5e-fb98-11ed-b155-aa9543b241cf | InvocationID=79d7b0fc-fb98-11ed-b155-aa9543b241cf | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T07:39:46+0000 | aai_event_thread | 140453738162976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7100273e-fb98-11ed-b155-aa9543b241cf | InvocationID=71002932-fb98-11ed-b155-aa9543b241cf | Polling MR for XNF AAI events.
2023-05-26T07:39:46+0000 | aai_event_thread | 140453738162976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7cf6ca70-fb98-11ed-b155-aa9543b241cf | InvocationID=7cf6cd54-fb98-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-05-26T07:39:46+0000 | aai_event_thread | 140453738162976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7cf6ca70-fb98-11ed-b155-aa9543b241cf | InvocationID=7cf6cd54-fb98-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:39:46+0000 | aai_event_thread | 140453738162976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7cf6ca70-fb98-11ed-b155-aa9543b241cf | InvocationID=7cf6cd54-fb98-11ed-b155-aa9543b241cf | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:40:06+0000 | policy_event_thread | 140453739223840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=79d7ae5e-fb98-11ed-b155-aa9543b241cf | InvocationID=79d7b0fc-fb98-11ed-b155-aa9543b241cf | Polling MR for XNF activation/deactivation policy response events.
2023-05-26T07:40:06+0000 | policy_event_thread | 140453739223840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=88cea9c6-fb98-11ed-b155-aa9543b241cf | InvocationID=88ceac1e-fb98-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-05-26T07:40:06+0000 | policy_event_thread | 140453739223840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=88cea9c6-fb98-11ed-b155-aa9543b241cf | InvocationID=88ceac1e-fb98-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T07:40:06+0000 | policy_event_thread | 140453739223840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=88cea9c6-fb98-11ed-b155-aa9543b241cf | InvocationID=88ceac1e-fb98-11ed-b155-aa9543b241cf | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T07:40:06+0000 | aai_event_thread | 140453738162976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7cf6ca70-fb98-11ed-b155-aa9543b241cf | InvocationID=7cf6cd54-fb98-11ed-b155-aa9543b241cf | Polling MR for XNF AAI events.
2023-05-26T07:40:06+0000 | aai_event_thread | 140453738162976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=88e994b6-fb98-11ed-b155-aa9543b241cf | InvocationID=88e997c2-fb98-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-05-26T07:40:06+0000 | aai_event_thread | 140453738162976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=88e994b6-fb98-11ed-b155-aa9543b241cf | InvocationID=88e997c2-fb98-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:40:06+0000 | aai_event_thread | 140453738162976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=88e994b6-fb98-11ed-b155-aa9543b241cf | InvocationID=88e997c2-fb98-11ed-b155-aa9543b241cf | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:40:26+0000 | aai_event_thread | 140453738162976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=88e994b6-fb98-11ed-b155-aa9543b241cf | InvocationID=88e997c2-fb98-11ed-b155-aa9543b241cf | Polling MR for XNF AAI events.
2023-05-26T07:40:26+0000 | aai_event_thread | 140453738162976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=94dd8a48-fb98-11ed-b155-aa9543b241cf | InvocationID=94dd8cbe-fb98-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-05-26T07:40:27+0000 | aai_event_thread | 140453738162976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=94dd8a48-fb98-11ed-b155-aa9543b241cf | InvocationID=94dd8cbe-fb98-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:40:27+0000 | aai_event_thread | 140453738162976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=94dd8a48-fb98-11ed-b155-aa9543b241cf | InvocationID=94dd8cbe-fb98-11ed-b155-aa9543b241cf | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:40:31+0000 | policy_event_thread | 140453739223840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=88cea9c6-fb98-11ed-b155-aa9543b241cf | InvocationID=88ceac1e-fb98-11ed-b155-aa9543b241cf | Polling MR for XNF activation/deactivation policy response events.
2023-05-26T07:40:31+0000 | policy_event_thread | 140453739223840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=97c11040-fb98-11ed-b155-aa9543b241cf | InvocationID=97c1134c-fb98-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-05-26T07:40:31+0000 | policy_event_thread | 140453739223840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=97c11040-fb98-11ed-b155-aa9543b241cf | InvocationID=97c1134c-fb98-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T07:40:31+0000 | policy_event_thread | 140453739223840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=97c11040-fb98-11ed-b155-aa9543b241cf | InvocationID=97c1134c-fb98-11ed-b155-aa9543b241cf | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T07:40:47+0000 | aai_event_thread | 140453738162976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=94dd8a48-fb98-11ed-b155-aa9543b241cf | InvocationID=94dd8cbe-fb98-11ed-b155-aa9543b241cf | Polling MR for XNF AAI events.
2023-05-26T07:40:47+0000 | aai_event_thread | 140453738162976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a0d1bdec-fb98-11ed-b155-aa9543b241cf | InvocationID=a0d1c076-fb98-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-05-26T07:40:47+0000 | aai_event_thread | 140453738162976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a0d1bdec-fb98-11ed-b155-aa9543b241cf | InvocationID=a0d1c076-fb98-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:40:47+0000 | aai_event_thread | 140453738162976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a0d1bdec-fb98-11ed-b155-aa9543b241cf | InvocationID=a0d1c076-fb98-11ed-b155-aa9543b241cf | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:40:56+0000 | policy_event_thread | 140453739223840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=97c11040-fb98-11ed-b155-aa9543b241cf | InvocationID=97c1134c-fb98-11ed-b155-aa9543b241cf | Polling MR for XNF activation/deactivation policy response events.
2023-05-26T07:40:56+0000 | policy_event_thread | 140453739223840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a6aeef78-fb98-11ed-b155-aa9543b241cf | InvocationID=a6aef20c-fb98-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-05-26T07:40:56+0000 | policy_event_thread | 140453739223840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a6aeef78-fb98-11ed-b155-aa9543b241cf | InvocationID=a6aef20c-fb98-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T07:40:56+0000 | policy_event_thread | 140453739223840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a6aeef78-fb98-11ed-b155-aa9543b241cf | InvocationID=a6aef20c-fb98-11ed-b155-aa9543b241cf | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T07:41:07+0000 | aai_event_thread | 140453738162976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a0d1bdec-fb98-11ed-b155-aa9543b241cf | InvocationID=a0d1c076-fb98-11ed-b155-aa9543b241cf | Polling MR for XNF AAI events.
2023-05-26T07:41:07+0000 | aai_event_thread | 140453738162976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=acc6c00c-fb98-11ed-b155-aa9543b241cf | InvocationID=acc6c2f0-fb98-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-05-26T07:41:07+0000 | aai_event_thread | 140453738162976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=acc6c00c-fb98-11ed-b155-aa9543b241cf | InvocationID=acc6c2f0-fb98-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:41:07+0000 | aai_event_thread | 140453738162976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=acc6c00c-fb98-11ed-b155-aa9543b241cf | InvocationID=acc6c2f0-fb98-11ed-b155-aa9543b241cf | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:41:21+0000 | policy_event_thread | 140453739223840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a6aeef78-fb98-11ed-b155-aa9543b241cf | InvocationID=a6aef20c-fb98-11ed-b155-aa9543b241cf | Polling MR for XNF activation/deactivation policy response events.
2023-05-26T07:41:21+0000 | policy_event_thread | 140453739223840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b59ba652-fb98-11ed-b155-aa9543b241cf | InvocationID=b59ba940-fb98-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-05-26T07:41:21+0000 | policy_event_thread | 140453739223840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b59ba652-fb98-11ed-b155-aa9543b241cf | InvocationID=b59ba940-fb98-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T07:41:21+0000 | policy_event_thread | 140453739223840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b59ba652-fb98-11ed-b155-aa9543b241cf | InvocationID=b59ba940-fb98-11ed-b155-aa9543b241cf | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T07:41:27+0000 | aai_event_thread | 140453738162976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=acc6c00c-fb98-11ed-b155-aa9543b241cf | InvocationID=acc6c2f0-fb98-11ed-b155-aa9543b241cf | Polling MR for XNF AAI events.
2023-05-26T07:41:27+0000 | aai_event_thread | 140453738162976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b8be72a6-fb98-11ed-b155-aa9543b241cf | InvocationID=b8be74ea-fb98-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-05-26T07:41:27+0000 | aai_event_thread | 140453738162976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b8be72a6-fb98-11ed-b155-aa9543b241cf | InvocationID=b8be74ea-fb98-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:41:27+0000 | aai_event_thread | 140453738162976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b8be72a6-fb98-11ed-b155-aa9543b241cf | InvocationID=b8be74ea-fb98-11ed-b155-aa9543b241cf | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:41:46+0000 | policy_event_thread | 140453739223840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b59ba652-fb98-11ed-b155-aa9543b241cf | InvocationID=b59ba940-fb98-11ed-b155-aa9543b241cf | Polling MR for XNF activation/deactivation policy response events.
2023-05-26T07:41:46+0000 | policy_event_thread | 140453739223840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c48c4eb4-fb98-11ed-b155-aa9543b241cf | InvocationID=c48c50e4-fb98-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-05-26T07:41:47+0000 | policy_event_thread | 140453739223840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c48c4eb4-fb98-11ed-b155-aa9543b241cf | InvocationID=c48c50e4-fb98-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T07:41:47+0000 | policy_event_thread | 140453739223840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c48c4eb4-fb98-11ed-b155-aa9543b241cf | InvocationID=c48c50e4-fb98-11ed-b155-aa9543b241cf | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T07:41:47+0000 | aai_event_thread | 140453738162976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b8be72a6-fb98-11ed-b155-aa9543b241cf | InvocationID=b8be74ea-fb98-11ed-b155-aa9543b241cf | Polling MR for XNF AAI events.
2023-05-26T07:41:47+0000 | aai_event_thread | 140453738162976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c4b0d900-fb98-11ed-b155-aa9543b241cf | InvocationID=c4b0da18-fb98-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-05-26T07:41:47+0000 | aai_event_thread | 140453738162976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c4b0d900-fb98-11ed-b155-aa9543b241cf | InvocationID=c4b0da18-fb98-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:41:47+0000 | aai_event_thread | 140453738162976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c4b0d900-fb98-11ed-b155-aa9543b241cf | InvocationID=c4b0da18-fb98-11ed-b155-aa9543b241cf | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:42:07+0000 | aai_event_thread | 140453738162976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c4b0d900-fb98-11ed-b155-aa9543b241cf | InvocationID=c4b0da18-fb98-11ed-b155-aa9543b241cf | Polling MR for XNF AAI events.
2023-05-26T07:42:07+0000 | aai_event_thread | 140453738162976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d0a2c886-fb98-11ed-b155-aa9543b241cf | InvocationID=d0a2ca8e-fb98-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-05-26T07:42:07+0000 | aai_event_thread | 140453738162976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d0a2c886-fb98-11ed-b155-aa9543b241cf | InvocationID=d0a2ca8e-fb98-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:42:07+0000 | aai_event_thread | 140453738162976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d0a2c886-fb98-11ed-b155-aa9543b241cf | InvocationID=d0a2ca8e-fb98-11ed-b155-aa9543b241cf | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:42:12+0000 | policy_event_thread | 140453739223840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c48c4eb4-fb98-11ed-b155-aa9543b241cf | InvocationID=c48c50e4-fb98-11ed-b155-aa9543b241cf | Polling MR for XNF activation/deactivation policy response events.
2023-05-26T07:42:12+0000 | policy_event_thread | 140453739223840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d37bab40-fb98-11ed-b155-aa9543b241cf | InvocationID=d37bac6c-fb98-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-05-26T07:42:12+0000 | policy_event_thread | 140453739223840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d37bab40-fb98-11ed-b155-aa9543b241cf | InvocationID=d37bac6c-fb98-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T07:42:12+0000 | policy_event_thread | 140453739223840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d37bab40-fb98-11ed-b155-aa9543b241cf | InvocationID=d37bac6c-fb98-11ed-b155-aa9543b241cf | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T07:42:27+0000 | aai_event_thread | 140453738162976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d0a2c886-fb98-11ed-b155-aa9543b241cf | InvocationID=d0a2ca8e-fb98-11ed-b155-aa9543b241cf | Polling MR for XNF AAI events.
2023-05-26T07:42:27+0000 | aai_event_thread | 140453738162976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dc9c78d0-fb98-11ed-b155-aa9543b241cf | InvocationID=dc9c7b14-fb98-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-05-26T07:42:27+0000 | aai_event_thread | 140453738162976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dc9c78d0-fb98-11ed-b155-aa9543b241cf | InvocationID=dc9c7b14-fb98-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:42:27+0000 | aai_event_thread | 140453738162976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dc9c78d0-fb98-11ed-b155-aa9543b241cf | InvocationID=dc9c7b14-fb98-11ed-b155-aa9543b241cf | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:42:37+0000 | policy_event_thread | 140453739223840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d37bab40-fb98-11ed-b155-aa9543b241cf | InvocationID=d37bac6c-fb98-11ed-b155-aa9543b241cf | Polling MR for XNF activation/deactivation policy response events.
2023-05-26T07:42:37+0000 | policy_event_thread | 140453739223840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e266284c-fb98-11ed-b155-aa9543b241cf | InvocationID=e266295a-fb98-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-05-26T07:42:37+0000 | policy_event_thread | 140453739223840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e266284c-fb98-11ed-b155-aa9543b241cf | InvocationID=e266295a-fb98-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T07:42:37+0000 | policy_event_thread | 140453739223840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e266284c-fb98-11ed-b155-aa9543b241cf | InvocationID=e266295a-fb98-11ed-b155-aa9543b241cf | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T07:42:47+0000 | aai_event_thread | 140453738162976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dc9c78d0-fb98-11ed-b155-aa9543b241cf | InvocationID=dc9c7b14-fb98-11ed-b155-aa9543b241cf | Polling MR for XNF AAI events.
2023-05-26T07:42:47+0000 | aai_event_thread | 140453738162976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e890ab20-fb98-11ed-b155-aa9543b241cf | InvocationID=e890adb4-fb98-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-05-26T07:42:47+0000 | aai_event_thread | 140453738162976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e890ab20-fb98-11ed-b155-aa9543b241cf | InvocationID=e890adb4-fb98-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:42:47+0000 | aai_event_thread | 140453738162976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e890ab20-fb98-11ed-b155-aa9543b241cf | InvocationID=e890adb4-fb98-11ed-b155-aa9543b241cf | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:43:02+0000 | policy_event_thread | 140453739223840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e266284c-fb98-11ed-b155-aa9543b241cf | InvocationID=e266295a-fb98-11ed-b155-aa9543b241cf | Polling MR for XNF activation/deactivation policy response events.
2023-05-26T07:43:02+0000 | policy_event_thread | 140453739223840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f14f48d4-fb98-11ed-b155-aa9543b241cf | InvocationID=f14f4b2c-fb98-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-05-26T07:43:02+0000 | policy_event_thread | 140453739223840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f14f48d4-fb98-11ed-b155-aa9543b241cf | InvocationID=f14f4b2c-fb98-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T07:43:02+0000 | policy_event_thread | 140453739223840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f14f48d4-fb98-11ed-b155-aa9543b241cf | InvocationID=f14f4b2c-fb98-11ed-b155-aa9543b241cf | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T07:43:07+0000 | aai_event_thread | 140453738162976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e890ab20-fb98-11ed-b155-aa9543b241cf | InvocationID=e890adb4-fb98-11ed-b155-aa9543b241cf | Polling MR for XNF AAI events.
2023-05-26T07:43:07+0000 | aai_event_thread | 140453738162976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f48a26f4-fb98-11ed-b155-aa9543b241cf | InvocationID=f48a2938-fb98-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-05-26T07:43:07+0000 | aai_event_thread | 140453738162976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f48a26f4-fb98-11ed-b155-aa9543b241cf | InvocationID=f48a2938-fb98-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:43:07+0000 | aai_event_thread | 140453738162976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f48a26f4-fb98-11ed-b155-aa9543b241cf | InvocationID=f48a2938-fb98-11ed-b155-aa9543b241cf | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:43:27+0000 | policy_event_thread | 140453739223840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f14f48d4-fb98-11ed-b155-aa9543b241cf | InvocationID=f14f4b2c-fb98-11ed-b155-aa9543b241cf | Polling MR for XNF activation/deactivation policy response events.
2023-05-26T07:43:27+0000 | policy_event_thread | 140453739223840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=00403f9c-fb99-11ed-b155-aa9543b241cf | InvocationID=00404276-fb99-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-05-26T07:43:27+0000 | policy_event_thread | 140453739223840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=00403f9c-fb99-11ed-b155-aa9543b241cf | InvocationID=00404276-fb99-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T07:43:27+0000 | policy_event_thread | 140453739223840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=00403f9c-fb99-11ed-b155-aa9543b241cf | InvocationID=00404276-fb99-11ed-b155-aa9543b241cf | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T07:43:27+0000 | aai_event_thread | 140453738162976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f48a26f4-fb98-11ed-b155-aa9543b241cf | InvocationID=f48a2938-fb98-11ed-b155-aa9543b241cf | Polling MR for XNF AAI events.
2023-05-26T07:43:27+0000 | aai_event_thread | 140453738162976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=007b57bc-fb99-11ed-b155-aa9543b241cf | InvocationID=007b5a0a-fb99-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-05-26T07:43:27+0000 | aai_event_thread | 140453738162976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=007b57bc-fb99-11ed-b155-aa9543b241cf | InvocationID=007b5a0a-fb99-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:43:27+0000 | aai_event_thread | 140453738162976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=007b57bc-fb99-11ed-b155-aa9543b241cf | InvocationID=007b5a0a-fb99-11ed-b155-aa9543b241cf | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:43:47+0000 | aai_event_thread | 140453738162976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=007b57bc-fb99-11ed-b155-aa9543b241cf | InvocationID=007b5a0a-fb99-11ed-b155-aa9543b241cf | Polling MR for XNF AAI events.
2023-05-26T07:43:47+0000 | aai_event_thread | 140453738162976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0c6ca74c-fb99-11ed-b155-aa9543b241cf | InvocationID=0c6ca9e0-fb99-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-05-26T07:43:47+0000 | aai_event_thread | 140453738162976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0c6ca74c-fb99-11ed-b155-aa9543b241cf | InvocationID=0c6ca9e0-fb99-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:43:47+0000 | aai_event_thread | 140453738162976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0c6ca74c-fb99-11ed-b155-aa9543b241cf | InvocationID=0c6ca9e0-fb99-11ed-b155-aa9543b241cf | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:43:52+0000 | policy_event_thread | 140453739223840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=00403f9c-fb99-11ed-b155-aa9543b241cf | InvocationID=00404276-fb99-11ed-b155-aa9543b241cf | Polling MR for XNF activation/deactivation policy response events.
2023-05-26T07:43:52+0000 | policy_event_thread | 140453739223840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0f357364-fb99-11ed-b155-aa9543b241cf | InvocationID=0f357508-fb99-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-05-26T07:43:52+0000 | policy_event_thread | 140453739223840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0f357364-fb99-11ed-b155-aa9543b241cf | InvocationID=0f357508-fb99-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T07:43:52+0000 | policy_event_thread | 140453739223840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0f357364-fb99-11ed-b155-aa9543b241cf | InvocationID=0f357508-fb99-11ed-b155-aa9543b241cf | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T07:44:07+0000 | aai_event_thread | 140453738162976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0c6ca74c-fb99-11ed-b155-aa9543b241cf | InvocationID=0c6ca9e0-fb99-11ed-b155-aa9543b241cf | Polling MR for XNF AAI events.
2023-05-26T07:44:07+0000 | aai_event_thread | 140453738162976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=186038b6-fb99-11ed-b155-aa9543b241cf | InvocationID=18603b04-fb99-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-05-26T07:44:07+0000 | aai_event_thread | 140453738162976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=186038b6-fb99-11ed-b155-aa9543b241cf | InvocationID=18603b04-fb99-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:44:07+0000 | aai_event_thread | 140453738162976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=186038b6-fb99-11ed-b155-aa9543b241cf | InvocationID=18603b04-fb99-11ed-b155-aa9543b241cf | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:44:17+0000 | policy_event_thread | 140453739223840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0f357364-fb99-11ed-b155-aa9543b241cf | InvocationID=0f357508-fb99-11ed-b155-aa9543b241cf | Polling MR for XNF activation/deactivation policy response events.
2023-05-26T07:44:17+0000 | policy_event_thread | 140453739223840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e202a9a-fb99-11ed-b155-aa9543b241cf | InvocationID=1e202c34-fb99-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-05-26T07:44:17+0000 | policy_event_thread | 140453739223840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e202a9a-fb99-11ed-b155-aa9543b241cf | InvocationID=1e202c34-fb99-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T07:44:17+0000 | policy_event_thread | 140453739223840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1e202a9a-fb99-11ed-b155-aa9543b241cf | InvocationID=1e202c34-fb99-11ed-b155-aa9543b241cf | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T07:44:27+0000 | aai_event_thread | 140453738162976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=186038b6-fb99-11ed-b155-aa9543b241cf | InvocationID=18603b04-fb99-11ed-b155-aa9543b241cf | Polling MR for XNF AAI events.
2023-05-26T07:44:27+0000 | aai_event_thread | 140453738162976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=24562b4e-fb99-11ed-b155-aa9543b241cf | InvocationID=24562d9c-fb99-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-05-26T07:44:27+0000 | aai_event_thread | 140453738162976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=24562b4e-fb99-11ed-b155-aa9543b241cf | InvocationID=24562d9c-fb99-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:44:27+0000 | aai_event_thread | 140453738162976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=24562b4e-fb99-11ed-b155-aa9543b241cf | InvocationID=24562d9c-fb99-11ed-b155-aa9543b241cf | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:44:42+0000 | policy_event_thread | 140453739223840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1e202a9a-fb99-11ed-b155-aa9543b241cf | InvocationID=1e202c34-fb99-11ed-b155-aa9543b241cf | Polling MR for XNF activation/deactivation policy response events.
2023-05-26T07:44:42+0000 | policy_event_thread | 140453739223840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d0a4806-fb99-11ed-b155-aa9543b241cf | InvocationID=2d0a4b3a-fb99-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-05-26T07:44:42+0000 | policy_event_thread | 140453739223840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d0a4806-fb99-11ed-b155-aa9543b241cf | InvocationID=2d0a4b3a-fb99-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T07:44:42+0000 | policy_event_thread | 140453739223840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2d0a4806-fb99-11ed-b155-aa9543b241cf | InvocationID=2d0a4b3a-fb99-11ed-b155-aa9543b241cf | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T07:44:47+0000 | aai_event_thread | 140453738162976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=24562b4e-fb99-11ed-b155-aa9543b241cf | InvocationID=24562d9c-fb99-11ed-b155-aa9543b241cf | Polling MR for XNF AAI events.
2023-05-26T07:44:47+0000 | aai_event_thread | 140453738162976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=30492aa0-fb99-11ed-b155-aa9543b241cf | InvocationID=30492d52-fb99-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-05-26T07:44:47+0000 | aai_event_thread | 140453738162976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=30492aa0-fb99-11ed-b155-aa9543b241cf | InvocationID=30492d52-fb99-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:44:47+0000 | aai_event_thread | 140453738162976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=30492aa0-fb99-11ed-b155-aa9543b241cf | InvocationID=30492d52-fb99-11ed-b155-aa9543b241cf | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:45:07+0000 | policy_event_thread | 140453739223840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2d0a4806-fb99-11ed-b155-aa9543b241cf | InvocationID=2d0a4b3a-fb99-11ed-b155-aa9543b241cf | Polling MR for XNF activation/deactivation policy response events.
2023-05-26T07:45:07+0000 | policy_event_thread | 140453739223840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3bf99cf4-fb99-11ed-b155-aa9543b241cf | InvocationID=3bf99fa6-fb99-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-05-26T07:45:07+0000 | policy_event_thread | 140453739223840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3bf99cf4-fb99-11ed-b155-aa9543b241cf | InvocationID=3bf99fa6-fb99-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T07:45:07+0000 | policy_event_thread | 140453739223840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3bf99cf4-fb99-11ed-b155-aa9543b241cf | InvocationID=3bf99fa6-fb99-11ed-b155-aa9543b241cf | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T07:45:07+0000 | aai_event_thread | 140453738162976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=30492aa0-fb99-11ed-b155-aa9543b241cf | InvocationID=30492d52-fb99-11ed-b155-aa9543b241cf | Polling MR for XNF AAI events.
2023-05-26T07:45:07+0000 | aai_event_thread | 140453738162976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3c3ab4d2-fb99-11ed-b155-aa9543b241cf | InvocationID=3c3ab84c-fb99-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-05-26T07:45:07+0000 | aai_event_thread | 140453738162976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3c3ab4d2-fb99-11ed-b155-aa9543b241cf | InvocationID=3c3ab84c-fb99-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:45:07+0000 | aai_event_thread | 140453738162976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3c3ab4d2-fb99-11ed-b155-aa9543b241cf | InvocationID=3c3ab84c-fb99-11ed-b155-aa9543b241cf | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:45:27+0000 | aai_event_thread | 140453738162976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3c3ab4d2-fb99-11ed-b155-aa9543b241cf | InvocationID=3c3ab84c-fb99-11ed-b155-aa9543b241cf | Polling MR for XNF AAI events.
2023-05-26T07:45:27+0000 | aai_event_thread | 140453738162976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=482c2154-fb99-11ed-b155-aa9543b241cf | InvocationID=482c22b2-fb99-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-05-26T07:45:27+0000 | aai_event_thread | 140453738162976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=482c2154-fb99-11ed-b155-aa9543b241cf | InvocationID=482c22b2-fb99-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:45:27+0000 | aai_event_thread | 140453738162976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=482c2154-fb99-11ed-b155-aa9543b241cf | InvocationID=482c22b2-fb99-11ed-b155-aa9543b241cf | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:45:32+0000 | policy_event_thread | 140453739223840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3bf99cf4-fb99-11ed-b155-aa9543b241cf | InvocationID=3bf99fa6-fb99-11ed-b155-aa9543b241cf | Polling MR for XNF activation/deactivation policy response events.
2023-05-26T07:45:32+0000 | policy_event_thread | 140453739223840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4ae909a2-fb99-11ed-b155-aa9543b241cf | InvocationID=4ae90bb4-fb99-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-05-26T07:45:32+0000 | policy_event_thread | 140453739223840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4ae909a2-fb99-11ed-b155-aa9543b241cf | InvocationID=4ae90bb4-fb99-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T07:45:32+0000 | policy_event_thread | 140453739223840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4ae909a2-fb99-11ed-b155-aa9543b241cf | InvocationID=4ae90bb4-fb99-11ed-b155-aa9543b241cf | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T07:45:47+0000 | aai_event_thread | 140453738162976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=482c2154-fb99-11ed-b155-aa9543b241cf | InvocationID=482c22b2-fb99-11ed-b155-aa9543b241cf | Polling MR for XNF AAI events.
2023-05-26T07:45:47+0000 | aai_event_thread | 140453738162976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=541f766e-fb99-11ed-b155-aa9543b241cf | InvocationID=541f78a8-fb99-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-05-26T07:45:47+0000 | aai_event_thread | 140453738162976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=541f766e-fb99-11ed-b155-aa9543b241cf | InvocationID=541f78a8-fb99-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:45:47+0000 | aai_event_thread | 140453738162976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=541f766e-fb99-11ed-b155-aa9543b241cf | InvocationID=541f78a8-fb99-11ed-b155-aa9543b241cf | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:45:57+0000 | policy_event_thread | 140453739223840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4ae909a2-fb99-11ed-b155-aa9543b241cf | InvocationID=4ae90bb4-fb99-11ed-b155-aa9543b241cf | Polling MR for XNF activation/deactivation policy response events.
2023-05-26T07:45:57+0000 | policy_event_thread | 140453739223840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=59d4ce4c-fb99-11ed-b155-aa9543b241cf | InvocationID=59d4d11c-fb99-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-05-26T07:45:57+0000 | policy_event_thread | 140453739223840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=59d4ce4c-fb99-11ed-b155-aa9543b241cf | InvocationID=59d4d11c-fb99-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T07:45:57+0000 | policy_event_thread | 140453739223840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=59d4ce4c-fb99-11ed-b155-aa9543b241cf | InvocationID=59d4d11c-fb99-11ed-b155-aa9543b241cf | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T07:46:07+0000 | aai_event_thread | 140453738162976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=541f766e-fb99-11ed-b155-aa9543b241cf | InvocationID=541f78a8-fb99-11ed-b155-aa9543b241cf | Polling MR for XNF AAI events.
2023-05-26T07:46:07+0000 | aai_event_thread | 140453738162976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=60136282-fb99-11ed-b155-aa9543b241cf | InvocationID=60136584-fb99-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-05-26T07:46:07+0000 | aai_event_thread | 140453738162976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=60136282-fb99-11ed-b155-aa9543b241cf | InvocationID=60136584-fb99-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:46:07+0000 | aai_event_thread | 140453738162976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=60136282-fb99-11ed-b155-aa9543b241cf | InvocationID=60136584-fb99-11ed-b155-aa9543b241cf | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:46:22+0000 | policy_event_thread | 140453739223840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=59d4ce4c-fb99-11ed-b155-aa9543b241cf | InvocationID=59d4d11c-fb99-11ed-b155-aa9543b241cf | Polling MR for XNF activation/deactivation policy response events.
2023-05-26T07:46:22+0000 | policy_event_thread | 140453739223840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=68c1e4a8-fb99-11ed-b155-aa9543b241cf | InvocationID=68c1e71e-fb99-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-05-26T07:46:22+0000 | policy_event_thread | 140453739223840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=68c1e4a8-fb99-11ed-b155-aa9543b241cf | InvocationID=68c1e71e-fb99-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T07:46:22+0000 | policy_event_thread | 140453739223840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=68c1e4a8-fb99-11ed-b155-aa9543b241cf | InvocationID=68c1e71e-fb99-11ed-b155-aa9543b241cf | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T07:46:27+0000 | aai_event_thread | 140453738162976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=60136282-fb99-11ed-b155-aa9543b241cf | InvocationID=60136584-fb99-11ed-b155-aa9543b241cf | Polling MR for XNF AAI events.
2023-05-26T07:46:27+0000 | aai_event_thread | 140453738162976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6c0a463c-fb99-11ed-b155-aa9543b241cf | InvocationID=6c0a4948-fb99-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-05-26T07:46:27+0000 | aai_event_thread | 140453738162976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6c0a463c-fb99-11ed-b155-aa9543b241cf | InvocationID=6c0a4948-fb99-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:46:27+0000 | aai_event_thread | 140453738162976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6c0a463c-fb99-11ed-b155-aa9543b241cf | InvocationID=6c0a4948-fb99-11ed-b155-aa9543b241cf | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:46:47+0000 | policy_event_thread | 140453739223840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=68c1e4a8-fb99-11ed-b155-aa9543b241cf | InvocationID=68c1e71e-fb99-11ed-b155-aa9543b241cf | Polling MR for XNF activation/deactivation policy response events.
2023-05-26T07:46:47+0000 | policy_event_thread | 140453739223840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=77b26988-fb99-11ed-b155-aa9543b241cf | InvocationID=77b26c62-fb99-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-05-26T07:46:47+0000 | policy_event_thread | 140453739223840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=77b26988-fb99-11ed-b155-aa9543b241cf | InvocationID=77b26c62-fb99-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T07:46:47+0000 | policy_event_thread | 140453739223840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=77b26988-fb99-11ed-b155-aa9543b241cf | InvocationID=77b26c62-fb99-11ed-b155-aa9543b241cf | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T07:46:47+0000 | aai_event_thread | 140453738162976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6c0a463c-fb99-11ed-b155-aa9543b241cf | InvocationID=6c0a4948-fb99-11ed-b155-aa9543b241cf | Polling MR for XNF AAI events.
2023-05-26T07:46:47+0000 | aai_event_thread | 140453738162976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=77fc02fa-fb99-11ed-b155-aa9543b241cf | InvocationID=77fc05b6-fb99-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-05-26T07:46:48+0000 | aai_event_thread | 140453738162976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=77fc02fa-fb99-11ed-b155-aa9543b241cf | InvocationID=77fc05b6-fb99-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:46:48+0000 | aai_event_thread | 140453738162976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=77fc02fa-fb99-11ed-b155-aa9543b241cf | InvocationID=77fc05b6-fb99-11ed-b155-aa9543b241cf | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:47:08+0000 | aai_event_thread | 140453738162976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=77fc02fa-fb99-11ed-b155-aa9543b241cf | InvocationID=77fc05b6-fb99-11ed-b155-aa9543b241cf | Polling MR for XNF AAI events.
2023-05-26T07:47:08+0000 | aai_event_thread | 140453738162976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=83ec6820-fb99-11ed-b155-aa9543b241cf | InvocationID=83ec69ce-fb99-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-05-26T07:47:08+0000 | aai_event_thread | 140453738162976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=83ec6820-fb99-11ed-b155-aa9543b241cf | InvocationID=83ec69ce-fb99-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:47:08+0000 | aai_event_thread | 140453738162976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=83ec6820-fb99-11ed-b155-aa9543b241cf | InvocationID=83ec69ce-fb99-11ed-b155-aa9543b241cf | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:47:12+0000 | policy_event_thread | 140453739223840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=77b26988-fb99-11ed-b155-aa9543b241cf | InvocationID=77b26c62-fb99-11ed-b155-aa9543b241cf | Polling MR for XNF activation/deactivation policy response events.
2023-05-26T07:47:12+0000 | policy_event_thread | 140453739223840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=86a70df4-fb99-11ed-b155-aa9543b241cf | InvocationID=86a710e2-fb99-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-05-26T07:47:12+0000 | policy_event_thread | 140453739223840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=86a70df4-fb99-11ed-b155-aa9543b241cf | InvocationID=86a710e2-fb99-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T07:47:12+0000 | policy_event_thread | 140453739223840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=86a70df4-fb99-11ed-b155-aa9543b241cf | InvocationID=86a710e2-fb99-11ed-b155-aa9543b241cf | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T07:47:28+0000 | aai_event_thread | 140453738162976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=83ec6820-fb99-11ed-b155-aa9543b241cf | InvocationID=83ec69ce-fb99-11ed-b155-aa9543b241cf | Polling MR for XNF AAI events.
2023-05-26T07:47:28+0000 | aai_event_thread | 140453738162976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8fe00ae2-fb99-11ed-b155-aa9543b241cf | InvocationID=8fe00d6c-fb99-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-05-26T07:47:28+0000 | aai_event_thread | 140453738162976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8fe00ae2-fb99-11ed-b155-aa9543b241cf | InvocationID=8fe00d6c-fb99-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:47:28+0000 | aai_event_thread | 140453738162976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8fe00ae2-fb99-11ed-b155-aa9543b241cf | InvocationID=8fe00d6c-fb99-11ed-b155-aa9543b241cf | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:47:37+0000 | policy_event_thread | 140453739223840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=86a70df4-fb99-11ed-b155-aa9543b241cf | InvocationID=86a710e2-fb99-11ed-b155-aa9543b241cf | Polling MR for XNF activation/deactivation policy response events.
2023-05-26T07:47:37+0000 | policy_event_thread | 140453739223840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=95949cb4-fb99-11ed-b155-aa9543b241cf | InvocationID=95949f98-fb99-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-05-26T07:47:37+0000 | policy_event_thread | 140453739223840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=95949cb4-fb99-11ed-b155-aa9543b241cf | InvocationID=95949f98-fb99-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T07:47:37+0000 | policy_event_thread | 140453739223840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=95949cb4-fb99-11ed-b155-aa9543b241cf | InvocationID=95949f98-fb99-11ed-b155-aa9543b241cf | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T07:47:48+0000 | aai_event_thread | 140453738162976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8fe00ae2-fb99-11ed-b155-aa9543b241cf | InvocationID=8fe00d6c-fb99-11ed-b155-aa9543b241cf | Polling MR for XNF AAI events.
2023-05-26T07:47:48+0000 | aai_event_thread | 140453738162976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9bd5c224-fb99-11ed-b155-aa9543b241cf | InvocationID=9bd5c3fa-fb99-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-05-26T07:47:48+0000 | aai_event_thread | 140453738162976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9bd5c224-fb99-11ed-b155-aa9543b241cf | InvocationID=9bd5c3fa-fb99-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:47:48+0000 | aai_event_thread | 140453738162976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9bd5c224-fb99-11ed-b155-aa9543b241cf | InvocationID=9bd5c3fa-fb99-11ed-b155-aa9543b241cf | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:48:02+0000 | policy_event_thread | 140453739223840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=95949cb4-fb99-11ed-b155-aa9543b241cf | InvocationID=95949f98-fb99-11ed-b155-aa9543b241cf | Polling MR for XNF activation/deactivation policy response events.
2023-05-26T07:48:02+0000 | policy_event_thread | 140453739223840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a481dc1e-fb99-11ed-b155-aa9543b241cf | InvocationID=a481e614-fb99-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-05-26T07:48:02+0000 | policy_event_thread | 140453739223840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a481dc1e-fb99-11ed-b155-aa9543b241cf | InvocationID=a481e614-fb99-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T07:48:02+0000 | policy_event_thread | 140453739223840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a481dc1e-fb99-11ed-b155-aa9543b241cf | InvocationID=a481e614-fb99-11ed-b155-aa9543b241cf | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T07:48:08+0000 | aai_event_thread | 140453738162976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9bd5c224-fb99-11ed-b155-aa9543b241cf | InvocationID=9bd5c3fa-fb99-11ed-b155-aa9543b241cf | Polling MR for XNF AAI events.
2023-05-26T07:48:08+0000 | aai_event_thread | 140453738162976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a7c81a64-fb99-11ed-b155-aa9543b241cf | InvocationID=a7c81c94-fb99-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-05-26T07:48:08+0000 | aai_event_thread | 140453738162976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a7c81a64-fb99-11ed-b155-aa9543b241cf | InvocationID=a7c81c94-fb99-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:48:08+0000 | aai_event_thread | 140453738162976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a7c81a64-fb99-11ed-b155-aa9543b241cf | InvocationID=a7c81c94-fb99-11ed-b155-aa9543b241cf | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:48:27+0000 | policy_event_thread | 140453739223840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a481dc1e-fb99-11ed-b155-aa9543b241cf | InvocationID=a481e614-fb99-11ed-b155-aa9543b241cf | Polling MR for XNF activation/deactivation policy response events.
2023-05-26T07:48:27+0000 | policy_event_thread | 140453739223840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b371a240-fb99-11ed-b155-aa9543b241cf | InvocationID=b371a448-fb99-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-05-26T07:48:27+0000 | policy_event_thread | 140453739223840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b371a240-fb99-11ed-b155-aa9543b241cf | InvocationID=b371a448-fb99-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T07:48:27+0000 | policy_event_thread | 140453739223840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b371a240-fb99-11ed-b155-aa9543b241cf | InvocationID=b371a448-fb99-11ed-b155-aa9543b241cf | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T07:48:28+0000 | aai_event_thread | 140453738162976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a7c81a64-fb99-11ed-b155-aa9543b241cf | InvocationID=a7c81c94-fb99-11ed-b155-aa9543b241cf | Polling MR for XNF AAI events.
2023-05-26T07:48:28+0000 | aai_event_thread | 140453738162976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b3b9766a-fb99-11ed-b155-aa9543b241cf | InvocationID=b3b97944-fb99-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-05-26T07:48:28+0000 | aai_event_thread | 140453738162976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b3b9766a-fb99-11ed-b155-aa9543b241cf | InvocationID=b3b97944-fb99-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:48:28+0000 | aai_event_thread | 140453738162976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b3b9766a-fb99-11ed-b155-aa9543b241cf | InvocationID=b3b97944-fb99-11ed-b155-aa9543b241cf | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:48:48+0000 | aai_event_thread | 140453738162976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b3b9766a-fb99-11ed-b155-aa9543b241cf | InvocationID=b3b97944-fb99-11ed-b155-aa9543b241cf | Polling MR for XNF AAI events.
2023-05-26T07:48:48+0000 | aai_event_thread | 140453738162976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bfaaa55c-fb99-11ed-b155-aa9543b241cf | InvocationID=bfaaa7e6-fb99-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-05-26T07:48:48+0000 | aai_event_thread | 140453738162976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bfaaa55c-fb99-11ed-b155-aa9543b241cf | InvocationID=bfaaa7e6-fb99-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:48:48+0000 | aai_event_thread | 140453738162976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bfaaa55c-fb99-11ed-b155-aa9543b241cf | InvocationID=bfaaa7e6-fb99-11ed-b155-aa9543b241cf | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:48:52+0000 | policy_event_thread | 140453739223840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b371a240-fb99-11ed-b155-aa9543b241cf | InvocationID=b371a448-fb99-11ed-b155-aa9543b241cf | Polling MR for XNF activation/deactivation policy response events.
2023-05-26T07:48:52+0000 | policy_event_thread | 140453739223840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c262a308-fb99-11ed-b155-aa9543b241cf | InvocationID=c262a560-fb99-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-05-26T07:48:52+0000 | policy_event_thread | 140453739223840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c262a308-fb99-11ed-b155-aa9543b241cf | InvocationID=c262a560-fb99-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T07:48:52+0000 | policy_event_thread | 140453739223840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c262a308-fb99-11ed-b155-aa9543b241cf | InvocationID=c262a560-fb99-11ed-b155-aa9543b241cf | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T07:49:08+0000 | aai_event_thread | 140453738162976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bfaaa55c-fb99-11ed-b155-aa9543b241cf | InvocationID=bfaaa7e6-fb99-11ed-b155-aa9543b241cf | Polling MR for XNF AAI events.
2023-05-26T07:49:08+0000 | aai_event_thread | 140453738162976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cb9feeb2-fb99-11ed-b155-aa9543b241cf | InvocationID=cb9ff128-fb99-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-05-26T07:49:08+0000 | aai_event_thread | 140453738162976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cb9feeb2-fb99-11ed-b155-aa9543b241cf | InvocationID=cb9ff128-fb99-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:49:08+0000 | aai_event_thread | 140453738162976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cb9feeb2-fb99-11ed-b155-aa9543b241cf | InvocationID=cb9ff128-fb99-11ed-b155-aa9543b241cf | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:49:17+0000 | policy_event_thread | 140453739223840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c262a308-fb99-11ed-b155-aa9543b241cf | InvocationID=c262a560-fb99-11ed-b155-aa9543b241cf | Polling MR for XNF activation/deactivation policy response events.
2023-05-26T07:49:17+0000 | policy_event_thread | 140453739223840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d14eef84-fb99-11ed-b155-aa9543b241cf | InvocationID=d14ef20e-fb99-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-05-26T07:49:17+0000 | policy_event_thread | 140453739223840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d14eef84-fb99-11ed-b155-aa9543b241cf | InvocationID=d14ef20e-fb99-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T07:49:17+0000 | policy_event_thread | 140453739223840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d14eef84-fb99-11ed-b155-aa9543b241cf | InvocationID=d14ef20e-fb99-11ed-b155-aa9543b241cf | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T07:49:28+0000 | aai_event_thread | 140453738162976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cb9feeb2-fb99-11ed-b155-aa9543b241cf | InvocationID=cb9ff128-fb99-11ed-b155-aa9543b241cf | Polling MR for XNF AAI events.
2023-05-26T07:49:28+0000 | aai_event_thread | 140453738162976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d793f68c-fb99-11ed-b155-aa9543b241cf | InvocationID=d793f8ee-fb99-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-05-26T07:49:28+0000 | aai_event_thread | 140453738162976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d793f68c-fb99-11ed-b155-aa9543b241cf | InvocationID=d793f8ee-fb99-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:49:28+0000 | aai_event_thread | 140453738162976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d793f68c-fb99-11ed-b155-aa9543b241cf | InvocationID=d793f8ee-fb99-11ed-b155-aa9543b241cf | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:49:42+0000 | policy_event_thread | 140453739223840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d14eef84-fb99-11ed-b155-aa9543b241cf | InvocationID=d14ef20e-fb99-11ed-b155-aa9543b241cf | Polling MR for XNF activation/deactivation policy response events.
2023-05-26T07:49:42+0000 | policy_event_thread | 140453739223840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e03b389a-fb99-11ed-b155-aa9543b241cf | InvocationID=e03b3af2-fb99-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-05-26T07:49:42+0000 | policy_event_thread | 140453739223840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e03b389a-fb99-11ed-b155-aa9543b241cf | InvocationID=e03b3af2-fb99-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T07:49:42+0000 | policy_event_thread | 140453739223840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e03b389a-fb99-11ed-b155-aa9543b241cf | InvocationID=e03b3af2-fb99-11ed-b155-aa9543b241cf | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T07:49:48+0000 | aai_event_thread | 140453738162976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d793f68c-fb99-11ed-b155-aa9543b241cf | InvocationID=d793f8ee-fb99-11ed-b155-aa9543b241cf | Polling MR for XNF AAI events.
2023-05-26T07:49:48+0000 | aai_event_thread | 140453738162976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e38a0f26-fb99-11ed-b155-aa9543b241cf | InvocationID=e38a1250-fb99-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-05-26T07:49:48+0000 | aai_event_thread | 140453738162976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e38a0f26-fb99-11ed-b155-aa9543b241cf | InvocationID=e38a1250-fb99-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:49:48+0000 | aai_event_thread | 140453738162976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e38a0f26-fb99-11ed-b155-aa9543b241cf | InvocationID=e38a1250-fb99-11ed-b155-aa9543b241cf | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:50:07+0000 | policy_event_thread | 140453739223840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e03b389a-fb99-11ed-b155-aa9543b241cf | InvocationID=e03b3af2-fb99-11ed-b155-aa9543b241cf | Polling MR for XNF activation/deactivation policy response events.
2023-05-26T07:50:07+0000 | policy_event_thread | 140453739223840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ef2caa28-fb99-11ed-b155-aa9543b241cf | InvocationID=ef2cb252-fb99-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-05-26T07:50:08+0000 | policy_event_thread | 140453739223840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ef2caa28-fb99-11ed-b155-aa9543b241cf | InvocationID=ef2cb252-fb99-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T07:50:08+0000 | policy_event_thread | 140453739223840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ef2caa28-fb99-11ed-b155-aa9543b241cf | InvocationID=ef2cb252-fb99-11ed-b155-aa9543b241cf | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T07:50:08+0000 | aai_event_thread | 140453738162976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e38a0f26-fb99-11ed-b155-aa9543b241cf | InvocationID=e38a1250-fb99-11ed-b155-aa9543b241cf | Polling MR for XNF AAI events.
2023-05-26T07:50:08+0000 | aai_event_thread | 140453738162976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ef7d3a06-fb99-11ed-b155-aa9543b241cf | InvocationID=ef7d3ca4-fb99-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-05-26T07:50:08+0000 | aai_event_thread | 140453738162976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ef7d3a06-fb99-11ed-b155-aa9543b241cf | InvocationID=ef7d3ca4-fb99-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:50:08+0000 | aai_event_thread | 140453738162976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ef7d3a06-fb99-11ed-b155-aa9543b241cf | InvocationID=ef7d3ca4-fb99-11ed-b155-aa9543b241cf | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:50:28+0000 | aai_event_thread | 140453738162976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ef7d3a06-fb99-11ed-b155-aa9543b241cf | InvocationID=ef7d3ca4-fb99-11ed-b155-aa9543b241cf | Polling MR for XNF AAI events.
2023-05-26T07:50:28+0000 | aai_event_thread | 140453738162976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fb6e5e44-fb99-11ed-b155-aa9543b241cf | InvocationID=fb6e60ba-fb99-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-05-26T07:50:28+0000 | aai_event_thread | 140453738162976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fb6e5e44-fb99-11ed-b155-aa9543b241cf | InvocationID=fb6e60ba-fb99-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:50:28+0000 | aai_event_thread | 140453738162976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fb6e5e44-fb99-11ed-b155-aa9543b241cf | InvocationID=fb6e60ba-fb99-11ed-b155-aa9543b241cf | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:50:33+0000 | policy_event_thread | 140453739223840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ef2caa28-fb99-11ed-b155-aa9543b241cf | InvocationID=ef2cb252-fb99-11ed-b155-aa9543b241cf | Polling MR for XNF activation/deactivation policy response events.
2023-05-26T07:50:33+0000 | policy_event_thread | 140453739223840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fe1cf736-fb99-11ed-b155-aa9543b241cf | InvocationID=fe1cfa6a-fb99-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-05-26T07:50:33+0000 | policy_event_thread | 140453739223840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fe1cf736-fb99-11ed-b155-aa9543b241cf | InvocationID=fe1cfa6a-fb99-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T07:50:33+0000 | policy_event_thread | 140453739223840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fe1cf736-fb99-11ed-b155-aa9543b241cf | InvocationID=fe1cfa6a-fb99-11ed-b155-aa9543b241cf | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T07:50:48+0000 | aai_event_thread | 140453738162976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fb6e5e44-fb99-11ed-b155-aa9543b241cf | InvocationID=fb6e60ba-fb99-11ed-b155-aa9543b241cf | Polling MR for XNF AAI events.
2023-05-26T07:50:48+0000 | aai_event_thread | 140453738162976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=07621c90-fb9a-11ed-b155-aa9543b241cf | InvocationID=07621f56-fb9a-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-05-26T07:50:48+0000 | aai_event_thread | 140453738162976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=07621c90-fb9a-11ed-b155-aa9543b241cf | InvocationID=07621f56-fb9a-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:50:48+0000 | aai_event_thread | 140453738162976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=07621c90-fb9a-11ed-b155-aa9543b241cf | InvocationID=07621f56-fb9a-11ed-b155-aa9543b241cf | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:50:58+0000 | policy_event_thread | 140453739223840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fe1cf736-fb99-11ed-b155-aa9543b241cf | InvocationID=fe1cfa6a-fb99-11ed-b155-aa9543b241cf | Polling MR for XNF activation/deactivation policy response events.
2023-05-26T07:50:58+0000 | policy_event_thread | 140453739223840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0d0a1bf2-fb9a-11ed-b155-aa9543b241cf | InvocationID=0d0a1e90-fb9a-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-05-26T07:50:58+0000 | policy_event_thread | 140453739223840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0d0a1bf2-fb9a-11ed-b155-aa9543b241cf | InvocationID=0d0a1e90-fb9a-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T07:50:58+0000 | policy_event_thread | 140453739223840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0d0a1bf2-fb9a-11ed-b155-aa9543b241cf | InvocationID=0d0a1e90-fb9a-11ed-b155-aa9543b241cf | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T07:51:08+0000 | aai_event_thread | 140453738162976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=07621c90-fb9a-11ed-b155-aa9543b241cf | InvocationID=07621f56-fb9a-11ed-b155-aa9543b241cf | Polling MR for XNF AAI events.
2023-05-26T07:51:08+0000 | aai_event_thread | 140453738162976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=13581f86-fb9a-11ed-b155-aa9543b241cf | InvocationID=135821d4-fb9a-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-05-26T07:51:08+0000 | aai_event_thread | 140453738162976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=13581f86-fb9a-11ed-b155-aa9543b241cf | InvocationID=135821d4-fb9a-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:51:08+0000 | aai_event_thread | 140453738162976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=13581f86-fb9a-11ed-b155-aa9543b241cf | InvocationID=135821d4-fb9a-11ed-b155-aa9543b241cf | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:51:23+0000 | policy_event_thread | 140453739223840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0d0a1bf2-fb9a-11ed-b155-aa9543b241cf | InvocationID=0d0a1e90-fb9a-11ed-b155-aa9543b241cf | Polling MR for XNF activation/deactivation policy response events.
2023-05-26T07:51:23+0000 | policy_event_thread | 140453739223840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1bf7ae0e-fb9a-11ed-b155-aa9543b241cf | InvocationID=1bf7b0ac-fb9a-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-05-26T07:51:23+0000 | policy_event_thread | 140453739223840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1bf7ae0e-fb9a-11ed-b155-aa9543b241cf | InvocationID=1bf7b0ac-fb9a-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T07:51:23+0000 | policy_event_thread | 140453739223840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1bf7ae0e-fb9a-11ed-b155-aa9543b241cf | InvocationID=1bf7b0ac-fb9a-11ed-b155-aa9543b241cf | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T07:51:28+0000 | aai_event_thread | 140453738162976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=13581f86-fb9a-11ed-b155-aa9543b241cf | InvocationID=135821d4-fb9a-11ed-b155-aa9543b241cf | Polling MR for XNF AAI events.
2023-05-26T07:51:28+0000 | aai_event_thread | 140453738162976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1f4c492a-fb9a-11ed-b155-aa9543b241cf | InvocationID=1f4c4b64-fb9a-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-05-26T07:51:28+0000 | aai_event_thread | 140453738162976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1f4c492a-fb9a-11ed-b155-aa9543b241cf | InvocationID=1f4c4b64-fb9a-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:51:28+0000 | aai_event_thread | 140453738162976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1f4c492a-fb9a-11ed-b155-aa9543b241cf | InvocationID=1f4c4b64-fb9a-11ed-b155-aa9543b241cf | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:51:48+0000 | policy_event_thread | 140453739223840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1bf7ae0e-fb9a-11ed-b155-aa9543b241cf | InvocationID=1bf7b0ac-fb9a-11ed-b155-aa9543b241cf | Polling MR for XNF activation/deactivation policy response events.
2023-05-26T07:51:48+0000 | policy_event_thread | 140453739223840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ae8f03a-fb9a-11ed-b155-aa9543b241cf | InvocationID=2ae8f29c-fb9a-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-05-26T07:51:48+0000 | policy_event_thread | 140453739223840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ae8f03a-fb9a-11ed-b155-aa9543b241cf | InvocationID=2ae8f29c-fb9a-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T07:51:48+0000 | policy_event_thread | 140453739223840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2ae8f03a-fb9a-11ed-b155-aa9543b241cf | InvocationID=2ae8f29c-fb9a-11ed-b155-aa9543b241cf | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T07:51:48+0000 | aai_event_thread | 140453738162976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1f4c492a-fb9a-11ed-b155-aa9543b241cf | InvocationID=1f4c4b64-fb9a-11ed-b155-aa9543b241cf | Polling MR for XNF AAI events.
2023-05-26T07:51:48+0000 | aai_event_thread | 140453738162976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2b3ce7d0-fb9a-11ed-b155-aa9543b241cf | InvocationID=2b3ce988-fb9a-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-05-26T07:51:48+0000 | aai_event_thread | 140453738162976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2b3ce7d0-fb9a-11ed-b155-aa9543b241cf | InvocationID=2b3ce988-fb9a-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:51:48+0000 | aai_event_thread | 140453738162976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2b3ce7d0-fb9a-11ed-b155-aa9543b241cf | InvocationID=2b3ce988-fb9a-11ed-b155-aa9543b241cf | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:52:08+0000 | aai_event_thread | 140453738162976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2b3ce7d0-fb9a-11ed-b155-aa9543b241cf | InvocationID=2b3ce988-fb9a-11ed-b155-aa9543b241cf | Polling MR for XNF AAI events.
2023-05-26T07:52:08+0000 | aai_event_thread | 140453738162976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=372c36c2-fb9a-11ed-b155-aa9543b241cf | InvocationID=372c397e-fb9a-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-05-26T07:52:08+0000 | aai_event_thread | 140453738162976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=372c36c2-fb9a-11ed-b155-aa9543b241cf | InvocationID=372c397e-fb9a-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:52:08+0000 | aai_event_thread | 140453738162976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=372c36c2-fb9a-11ed-b155-aa9543b241cf | InvocationID=372c397e-fb9a-11ed-b155-aa9543b241cf | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:52:13+0000 | policy_event_thread | 140453739223840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2ae8f03a-fb9a-11ed-b155-aa9543b241cf | InvocationID=2ae8f29c-fb9a-11ed-b155-aa9543b241cf | Polling MR for XNF activation/deactivation policy response events.
2023-05-26T07:52:13+0000 | policy_event_thread | 140453739223840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=39d82156-fb9a-11ed-b155-aa9543b241cf | InvocationID=39d8244e-fb9a-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-05-26T07:52:13+0000 | policy_event_thread | 140453739223840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=39d82156-fb9a-11ed-b155-aa9543b241cf | InvocationID=39d8244e-fb9a-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T07:52:13+0000 | policy_event_thread | 140453739223840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=39d82156-fb9a-11ed-b155-aa9543b241cf | InvocationID=39d8244e-fb9a-11ed-b155-aa9543b241cf | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T07:52:28+0000 | aai_event_thread | 140453738162976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=372c36c2-fb9a-11ed-b155-aa9543b241cf | InvocationID=372c397e-fb9a-11ed-b155-aa9543b241cf | Polling MR for XNF AAI events.
2023-05-26T07:52:28+0000 | aai_event_thread | 140453738162976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4322417e-fb9a-11ed-b155-aa9543b241cf | InvocationID=43224656-fb9a-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-05-26T07:52:28+0000 | aai_event_thread | 140453738162976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4322417e-fb9a-11ed-b155-aa9543b241cf | InvocationID=43224656-fb9a-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:52:28+0000 | aai_event_thread | 140453738162976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4322417e-fb9a-11ed-b155-aa9543b241cf | InvocationID=43224656-fb9a-11ed-b155-aa9543b241cf | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:52:38+0000 | policy_event_thread | 140453739223840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=39d82156-fb9a-11ed-b155-aa9543b241cf | InvocationID=39d8244e-fb9a-11ed-b155-aa9543b241cf | Polling MR for XNF activation/deactivation policy response events.
2023-05-26T07:52:38+0000 | policy_event_thread | 140453739223840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=48c3f230-fb9a-11ed-b155-aa9543b241cf | InvocationID=48c3f44c-fb9a-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-05-26T07:52:38+0000 | policy_event_thread | 140453739223840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=48c3f230-fb9a-11ed-b155-aa9543b241cf | InvocationID=48c3f44c-fb9a-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T07:52:38+0000 | policy_event_thread | 140453739223840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=48c3f230-fb9a-11ed-b155-aa9543b241cf | InvocationID=48c3f44c-fb9a-11ed-b155-aa9543b241cf | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T07:52:48+0000 | aai_event_thread | 140453738162976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4322417e-fb9a-11ed-b155-aa9543b241cf | InvocationID=43224656-fb9a-11ed-b155-aa9543b241cf | Polling MR for XNF AAI events.
2023-05-26T07:52:48+0000 | aai_event_thread | 140453738162976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4f196e6c-fb9a-11ed-b155-aa9543b241cf | InvocationID=4f1970f6-fb9a-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-05-26T07:52:48+0000 | aai_event_thread | 140453738162976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4f196e6c-fb9a-11ed-b155-aa9543b241cf | InvocationID=4f1970f6-fb9a-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:52:48+0000 | aai_event_thread | 140453738162976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4f196e6c-fb9a-11ed-b155-aa9543b241cf | InvocationID=4f1970f6-fb9a-11ed-b155-aa9543b241cf | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:53:03+0000 | policy_event_thread | 140453739223840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=48c3f230-fb9a-11ed-b155-aa9543b241cf | InvocationID=48c3f44c-fb9a-11ed-b155-aa9543b241cf | Polling MR for XNF activation/deactivation policy response events.
2023-05-26T07:53:03+0000 | policy_event_thread | 140453739223840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=57af9ae2-fb9a-11ed-b155-aa9543b241cf | InvocationID=57af9dd0-fb9a-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-05-26T07:53:03+0000 | policy_event_thread | 140453739223840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=57af9ae2-fb9a-11ed-b155-aa9543b241cf | InvocationID=57af9dd0-fb9a-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T07:53:03+0000 | policy_event_thread | 140453739223840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=57af9ae2-fb9a-11ed-b155-aa9543b241cf | InvocationID=57af9dd0-fb9a-11ed-b155-aa9543b241cf | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T07:53:08+0000 | aai_event_thread | 140453738162976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4f196e6c-fb9a-11ed-b155-aa9543b241cf | InvocationID=4f1970f6-fb9a-11ed-b155-aa9543b241cf | Polling MR for XNF AAI events.
2023-05-26T07:53:08+0000 | aai_event_thread | 140453738162976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5b11adba-fb9a-11ed-b155-aa9543b241cf | InvocationID=5b11af18-fb9a-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-05-26T07:53:08+0000 | aai_event_thread | 140453738162976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5b11adba-fb9a-11ed-b155-aa9543b241cf | InvocationID=5b11af18-fb9a-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:53:08+0000 | aai_event_thread | 140453738162976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5b11adba-fb9a-11ed-b155-aa9543b241cf | InvocationID=5b11af18-fb9a-11ed-b155-aa9543b241cf | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:53:28+0000 | policy_event_thread | 140453739223840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=57af9ae2-fb9a-11ed-b155-aa9543b241cf | InvocationID=57af9dd0-fb9a-11ed-b155-aa9543b241cf | Polling MR for XNF activation/deactivation policy response events.
2023-05-26T07:53:28+0000 | policy_event_thread | 140453739223840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=669d2772-fb9a-11ed-b155-aa9543b241cf | InvocationID=669d2a4c-fb9a-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-05-26T07:53:28+0000 | policy_event_thread | 140453739223840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=669d2772-fb9a-11ed-b155-aa9543b241cf | InvocationID=669d2a4c-fb9a-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T07:53:28+0000 | policy_event_thread | 140453739223840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=669d2772-fb9a-11ed-b155-aa9543b241cf | InvocationID=669d2a4c-fb9a-11ed-b155-aa9543b241cf | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T07:53:28+0000 | aai_event_thread | 140453738162976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5b11adba-fb9a-11ed-b155-aa9543b241cf | InvocationID=5b11af18-fb9a-11ed-b155-aa9543b241cf | Polling MR for XNF AAI events.
2023-05-26T07:53:29+0000 | aai_event_thread | 140453738162976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6700e99c-fb9a-11ed-b155-aa9543b241cf | InvocationID=6700ed48-fb9a-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-05-26T07:53:29+0000 | aai_event_thread | 140453738162976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6700e99c-fb9a-11ed-b155-aa9543b241cf | InvocationID=6700ed48-fb9a-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:53:29+0000 | aai_event_thread | 140453738162976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6700e99c-fb9a-11ed-b155-aa9543b241cf | InvocationID=6700ed48-fb9a-11ed-b155-aa9543b241cf | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:53:49+0000 | aai_event_thread | 140453738162976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6700e99c-fb9a-11ed-b155-aa9543b241cf | InvocationID=6700ed48-fb9a-11ed-b155-aa9543b241cf | Polling MR for XNF AAI events.
2023-05-26T07:53:49+0000 | aai_event_thread | 140453738162976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=72f2ae0c-fb9a-11ed-b155-aa9543b241cf | InvocationID=72f2afd8-fb9a-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-05-26T07:53:49+0000 | aai_event_thread | 140453738162976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=72f2ae0c-fb9a-11ed-b155-aa9543b241cf | InvocationID=72f2afd8-fb9a-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:53:49+0000 | aai_event_thread | 140453738162976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=72f2ae0c-fb9a-11ed-b155-aa9543b241cf | InvocationID=72f2afd8-fb9a-11ed-b155-aa9543b241cf | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:53:53+0000 | policy_event_thread | 140453739223840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=669d2772-fb9a-11ed-b155-aa9543b241cf | InvocationID=669d2a4c-fb9a-11ed-b155-aa9543b241cf | Polling MR for XNF activation/deactivation policy response events.
2023-05-26T07:53:53+0000 | policy_event_thread | 140453739223840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=758ebd40-fb9a-11ed-b155-aa9543b241cf | InvocationID=758ebf02-fb9a-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-05-26T07:53:53+0000 | policy_event_thread | 140453739223840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=758ebd40-fb9a-11ed-b155-aa9543b241cf | InvocationID=758ebf02-fb9a-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T07:53:53+0000 | policy_event_thread | 140453739223840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=758ebd40-fb9a-11ed-b155-aa9543b241cf | InvocationID=758ebf02-fb9a-11ed-b155-aa9543b241cf | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T07:54:09+0000 | aai_event_thread | 140453738162976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=72f2ae0c-fb9a-11ed-b155-aa9543b241cf | InvocationID=72f2afd8-fb9a-11ed-b155-aa9543b241cf | Polling MR for XNF AAI events.
2023-05-26T07:54:09+0000 | aai_event_thread | 140453738162976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ee51b32-fb9a-11ed-b155-aa9543b241cf | InvocationID=7ee51d58-fb9a-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-05-26T07:54:09+0000 | aai_event_thread | 140453738162976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ee51b32-fb9a-11ed-b155-aa9543b241cf | InvocationID=7ee51d58-fb9a-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:54:09+0000 | aai_event_thread | 140453738162976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7ee51b32-fb9a-11ed-b155-aa9543b241cf | InvocationID=7ee51d58-fb9a-11ed-b155-aa9543b241cf | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:54:18+0000 | policy_event_thread | 140453739223840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=758ebd40-fb9a-11ed-b155-aa9543b241cf | InvocationID=758ebf02-fb9a-11ed-b155-aa9543b241cf | Polling MR for XNF activation/deactivation policy response events.
2023-05-26T07:54:18+0000 | policy_event_thread | 140453739223840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=847a0274-fb9a-11ed-b155-aa9543b241cf | InvocationID=847a06c0-fb9a-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-05-26T07:54:18+0000 | policy_event_thread | 140453739223840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=847a0274-fb9a-11ed-b155-aa9543b241cf | InvocationID=847a06c0-fb9a-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T07:54:18+0000 | policy_event_thread | 140453739223840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=847a0274-fb9a-11ed-b155-aa9543b241cf | InvocationID=847a06c0-fb9a-11ed-b155-aa9543b241cf | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T07:54:29+0000 | aai_event_thread | 140453738162976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7ee51b32-fb9a-11ed-b155-aa9543b241cf | InvocationID=7ee51d58-fb9a-11ed-b155-aa9543b241cf | Polling MR for XNF AAI events.
2023-05-26T07:54:29+0000 | aai_event_thread | 140453738162976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8adac2de-fb9a-11ed-b155-aa9543b241cf | InvocationID=8adac536-fb9a-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-05-26T07:54:29+0000 | aai_event_thread | 140453738162976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8adac2de-fb9a-11ed-b155-aa9543b241cf | InvocationID=8adac536-fb9a-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:54:29+0000 | aai_event_thread | 140453738162976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8adac2de-fb9a-11ed-b155-aa9543b241cf | InvocationID=8adac536-fb9a-11ed-b155-aa9543b241cf | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:54:43+0000 | policy_event_thread | 140453739223840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=847a0274-fb9a-11ed-b155-aa9543b241cf | InvocationID=847a06c0-fb9a-11ed-b155-aa9543b241cf | Polling MR for XNF activation/deactivation policy response events.
2023-05-26T07:54:43+0000 | policy_event_thread | 140453739223840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9366c074-fb9a-11ed-b155-aa9543b241cf | InvocationID=9366cbb4-fb9a-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-05-26T07:54:43+0000 | policy_event_thread | 140453739223840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9366c074-fb9a-11ed-b155-aa9543b241cf | InvocationID=9366cbb4-fb9a-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T07:54:43+0000 | policy_event_thread | 140453739223840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9366c074-fb9a-11ed-b155-aa9543b241cf | InvocationID=9366cbb4-fb9a-11ed-b155-aa9543b241cf | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T07:54:49+0000 | aai_event_thread | 140453738162976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8adac2de-fb9a-11ed-b155-aa9543b241cf | InvocationID=8adac536-fb9a-11ed-b155-aa9543b241cf | Polling MR for XNF AAI events.
2023-05-26T07:54:49+0000 | aai_event_thread | 140453738162976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=96d0dbbe-fb9a-11ed-b155-aa9543b241cf | InvocationID=96d0de16-fb9a-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-05-26T07:54:49+0000 | aai_event_thread | 140453738162976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=96d0dbbe-fb9a-11ed-b155-aa9543b241cf | InvocationID=96d0de16-fb9a-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:54:49+0000 | aai_event_thread | 140453738162976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=96d0dbbe-fb9a-11ed-b155-aa9543b241cf | InvocationID=96d0de16-fb9a-11ed-b155-aa9543b241cf | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:55:08+0000 | policy_event_thread | 140453739223840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9366c074-fb9a-11ed-b155-aa9543b241cf | InvocationID=9366cbb4-fb9a-11ed-b155-aa9543b241cf | Polling MR for XNF activation/deactivation policy response events.
2023-05-26T07:55:08+0000 | policy_event_thread | 140453739223840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a25bbdaa-fb9a-11ed-b155-aa9543b241cf | InvocationID=a25bc034-fb9a-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-05-26T07:55:08+0000 | policy_event_thread | 140453739223840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a25bbdaa-fb9a-11ed-b155-aa9543b241cf | InvocationID=a25bc034-fb9a-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T07:55:08+0000 | policy_event_thread | 140453739223840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a25bbdaa-fb9a-11ed-b155-aa9543b241cf | InvocationID=a25bc034-fb9a-11ed-b155-aa9543b241cf | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T07:55:09+0000 | aai_event_thread | 140453738162976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=96d0dbbe-fb9a-11ed-b155-aa9543b241cf | InvocationID=96d0de16-fb9a-11ed-b155-aa9543b241cf | Polling MR for XNF AAI events.
2023-05-26T07:55:09+0000 | aai_event_thread | 140453738162976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a2c1cba4-fb9a-11ed-b155-aa9543b241cf | InvocationID=a2c1ce10-fb9a-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-05-26T07:55:09+0000 | aai_event_thread | 140453738162976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a2c1cba4-fb9a-11ed-b155-aa9543b241cf | InvocationID=a2c1ce10-fb9a-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:55:09+0000 | aai_event_thread | 140453738162976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a2c1cba4-fb9a-11ed-b155-aa9543b241cf | InvocationID=a2c1ce10-fb9a-11ed-b155-aa9543b241cf | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:55:29+0000 | aai_event_thread | 140453738162976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a2c1cba4-fb9a-11ed-b155-aa9543b241cf | InvocationID=a2c1ce10-fb9a-11ed-b155-aa9543b241cf | Polling MR for XNF AAI events.
2023-05-26T07:55:29+0000 | aai_event_thread | 140453738162976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aeb3a34c-fb9a-11ed-b155-aa9543b241cf | InvocationID=aeb3a4aa-fb9a-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-05-26T07:55:29+0000 | aai_event_thread | 140453738162976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aeb3a34c-fb9a-11ed-b155-aa9543b241cf | InvocationID=aeb3a4aa-fb9a-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:55:29+0000 | aai_event_thread | 140453738162976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=aeb3a34c-fb9a-11ed-b155-aa9543b241cf | InvocationID=aeb3a4aa-fb9a-11ed-b155-aa9543b241cf | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:55:33+0000 | policy_event_thread | 140453739223840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a25bbdaa-fb9a-11ed-b155-aa9543b241cf | InvocationID=a25bc034-fb9a-11ed-b155-aa9543b241cf | Polling MR for XNF activation/deactivation policy response events.
2023-05-26T07:55:33+0000 | policy_event_thread | 140453739223840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b14b3322-fb9a-11ed-b155-aa9543b241cf | InvocationID=b14b35a2-fb9a-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-05-26T07:55:33+0000 | policy_event_thread | 140453739223840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b14b3322-fb9a-11ed-b155-aa9543b241cf | InvocationID=b14b35a2-fb9a-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T07:55:33+0000 | policy_event_thread | 140453739223840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b14b3322-fb9a-11ed-b155-aa9543b241cf | InvocationID=b14b35a2-fb9a-11ed-b155-aa9543b241cf | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T07:55:49+0000 | aai_event_thread | 140453738162976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=aeb3a34c-fb9a-11ed-b155-aa9543b241cf | InvocationID=aeb3a4aa-fb9a-11ed-b155-aa9543b241cf | Polling MR for XNF AAI events.
2023-05-26T07:55:49+0000 | aai_event_thread | 140453738162976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=baa8c1e6-fb9a-11ed-b155-aa9543b241cf | InvocationID=baa8c43e-fb9a-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-05-26T07:55:49+0000 | aai_event_thread | 140453738162976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=baa8c1e6-fb9a-11ed-b155-aa9543b241cf | InvocationID=baa8c43e-fb9a-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:55:49+0000 | aai_event_thread | 140453738162976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=baa8c1e6-fb9a-11ed-b155-aa9543b241cf | InvocationID=baa8c43e-fb9a-11ed-b155-aa9543b241cf | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:55:58+0000 | policy_event_thread | 140453739223840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b14b3322-fb9a-11ed-b155-aa9543b241cf | InvocationID=b14b35a2-fb9a-11ed-b155-aa9543b241cf | Polling MR for XNF activation/deactivation policy response events.
2023-05-26T07:55:58+0000 | policy_event_thread | 140453739223840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c037193c-fb9a-11ed-b155-aa9543b241cf | InvocationID=c0371e8c-fb9a-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-05-26T07:55:58+0000 | policy_event_thread | 140453739223840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c037193c-fb9a-11ed-b155-aa9543b241cf | InvocationID=c0371e8c-fb9a-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T07:55:58+0000 | policy_event_thread | 140453739223840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c037193c-fb9a-11ed-b155-aa9543b241cf | InvocationID=c0371e8c-fb9a-11ed-b155-aa9543b241cf | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T07:56:09+0000 | aai_event_thread | 140453738162976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=baa8c1e6-fb9a-11ed-b155-aa9543b241cf | InvocationID=baa8c43e-fb9a-11ed-b155-aa9543b241cf | Polling MR for XNF AAI events.
2023-05-26T07:56:09+0000 | aai_event_thread | 140453738162976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c69d71ae-fb9a-11ed-b155-aa9543b241cf | InvocationID=c69d74b0-fb9a-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-05-26T07:56:09+0000 | aai_event_thread | 140453738162976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c69d71ae-fb9a-11ed-b155-aa9543b241cf | InvocationID=c69d74b0-fb9a-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:56:09+0000 | aai_event_thread | 140453738162976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c69d71ae-fb9a-11ed-b155-aa9543b241cf | InvocationID=c69d74b0-fb9a-11ed-b155-aa9543b241cf | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:56:23+0000 | policy_event_thread | 140453739223840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c037193c-fb9a-11ed-b155-aa9543b241cf | InvocationID=c0371e8c-fb9a-11ed-b155-aa9543b241cf | Polling MR for XNF activation/deactivation policy response events.
2023-05-26T07:56:23+0000 | policy_event_thread | 140453739223840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cf22f22c-fb9a-11ed-b155-aa9543b241cf | InvocationID=cf22f33a-fb9a-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-05-26T07:56:23+0000 | policy_event_thread | 140453739223840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cf22f22c-fb9a-11ed-b155-aa9543b241cf | InvocationID=cf22f33a-fb9a-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T07:56:23+0000 | policy_event_thread | 140453739223840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cf22f22c-fb9a-11ed-b155-aa9543b241cf | InvocationID=cf22f33a-fb9a-11ed-b155-aa9543b241cf | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T07:56:29+0000 | aai_event_thread | 140453738162976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c69d71ae-fb9a-11ed-b155-aa9543b241cf | InvocationID=c69d74b0-fb9a-11ed-b155-aa9543b241cf | Polling MR for XNF AAI events.
2023-05-26T07:56:29+0000 | aai_event_thread | 140453738162976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d292dba2-fb9a-11ed-b155-aa9543b241cf | InvocationID=d292def4-fb9a-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-05-26T07:56:29+0000 | aai_event_thread | 140453738162976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d292dba2-fb9a-11ed-b155-aa9543b241cf | InvocationID=d292def4-fb9a-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:56:29+0000 | aai_event_thread | 140453738162976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d292dba2-fb9a-11ed-b155-aa9543b241cf | InvocationID=d292def4-fb9a-11ed-b155-aa9543b241cf | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:56:48+0000 | policy_event_thread | 140453739223840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cf22f22c-fb9a-11ed-b155-aa9543b241cf | InvocationID=cf22f33a-fb9a-11ed-b155-aa9543b241cf | Polling MR for XNF activation/deactivation policy response events.
2023-05-26T07:56:48+0000 | policy_event_thread | 140453739223840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=de0ff19a-fb9a-11ed-b155-aa9543b241cf | InvocationID=de0ff550-fb9a-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-05-26T07:56:48+0000 | policy_event_thread | 140453739223840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=de0ff19a-fb9a-11ed-b155-aa9543b241cf | InvocationID=de0ff550-fb9a-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T07:56:48+0000 | policy_event_thread | 140453739223840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=de0ff19a-fb9a-11ed-b155-aa9543b241cf | InvocationID=de0ff550-fb9a-11ed-b155-aa9543b241cf | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T07:56:49+0000 | aai_event_thread | 140453738162976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d292dba2-fb9a-11ed-b155-aa9543b241cf | InvocationID=d292def4-fb9a-11ed-b155-aa9543b241cf | Polling MR for XNF AAI events.
2023-05-26T07:56:49+0000 | aai_event_thread | 140453738162976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=de84b05c-fb9a-11ed-b155-aa9543b241cf | InvocationID=de84b304-fb9a-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-05-26T07:56:49+0000 | aai_event_thread | 140453738162976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=de84b05c-fb9a-11ed-b155-aa9543b241cf | InvocationID=de84b304-fb9a-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:56:49+0000 | aai_event_thread | 140453738162976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=de84b05c-fb9a-11ed-b155-aa9543b241cf | InvocationID=de84b304-fb9a-11ed-b155-aa9543b241cf | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:57:09+0000 | aai_event_thread | 140453738162976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=de84b05c-fb9a-11ed-b155-aa9543b241cf | InvocationID=de84b304-fb9a-11ed-b155-aa9543b241cf | Polling MR for XNF AAI events.
2023-05-26T07:57:09+0000 | aai_event_thread | 140453738162976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ea757ebe-fb9a-11ed-b155-aa9543b241cf | InvocationID=ea7580f8-fb9a-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-05-26T07:57:09+0000 | aai_event_thread | 140453738162976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ea757ebe-fb9a-11ed-b155-aa9543b241cf | InvocationID=ea7580f8-fb9a-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:57:09+0000 | aai_event_thread | 140453738162976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ea757ebe-fb9a-11ed-b155-aa9543b241cf | InvocationID=ea7580f8-fb9a-11ed-b155-aa9543b241cf | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:57:13+0000 | policy_event_thread | 140453739223840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=de0ff19a-fb9a-11ed-b155-aa9543b241cf | InvocationID=de0ff550-fb9a-11ed-b155-aa9543b241cf | Polling MR for XNF activation/deactivation policy response events.
2023-05-26T07:57:13+0000 | policy_event_thread | 140453739223840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ed03f192-fb9a-11ed-b155-aa9543b241cf | InvocationID=ed03f44e-fb9a-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-05-26T07:57:13+0000 | policy_event_thread | 140453739223840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ed03f192-fb9a-11ed-b155-aa9543b241cf | InvocationID=ed03f44e-fb9a-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T07:57:13+0000 | policy_event_thread | 140453739223840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ed03f192-fb9a-11ed-b155-aa9543b241cf | InvocationID=ed03f44e-fb9a-11ed-b155-aa9543b241cf | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T07:57:29+0000 | aai_event_thread | 140453738162976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ea757ebe-fb9a-11ed-b155-aa9543b241cf | InvocationID=ea7580f8-fb9a-11ed-b155-aa9543b241cf | Polling MR for XNF AAI events.
2023-05-26T07:57:29+0000 | aai_event_thread | 140453738162976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f66a4b14-fb9a-11ed-b155-aa9543b241cf | InvocationID=f66a5c9e-fb9a-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-05-26T07:57:29+0000 | aai_event_thread | 140453738162976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f66a4b14-fb9a-11ed-b155-aa9543b241cf | InvocationID=f66a5c9e-fb9a-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:57:29+0000 | aai_event_thread | 140453738162976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f66a4b14-fb9a-11ed-b155-aa9543b241cf | InvocationID=f66a5c9e-fb9a-11ed-b155-aa9543b241cf | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:57:38+0000 | policy_event_thread | 140453739223840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ed03f192-fb9a-11ed-b155-aa9543b241cf | InvocationID=ed03f44e-fb9a-11ed-b155-aa9543b241cf | Polling MR for XNF activation/deactivation policy response events.
2023-05-26T07:57:38+0000 | policy_event_thread | 140453739223840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fbefc6cc-fb9a-11ed-b155-aa9543b241cf | InvocationID=fbefc8f2-fb9a-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-05-26T07:57:38+0000 | policy_event_thread | 140453739223840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fbefc6cc-fb9a-11ed-b155-aa9543b241cf | InvocationID=fbefc8f2-fb9a-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T07:57:38+0000 | policy_event_thread | 140453739223840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fbefc6cc-fb9a-11ed-b155-aa9543b241cf | InvocationID=fbefc8f2-fb9a-11ed-b155-aa9543b241cf | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T07:57:49+0000 | aai_event_thread | 140453738162976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f66a4b14-fb9a-11ed-b155-aa9543b241cf | InvocationID=f66a5c9e-fb9a-11ed-b155-aa9543b241cf | Polling MR for XNF AAI events.
2023-05-26T07:57:49+0000 | aai_event_thread | 140453738162976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=02609cca-fb9b-11ed-b155-aa9543b241cf | InvocationID=02609fd6-fb9b-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-05-26T07:57:49+0000 | aai_event_thread | 140453738162976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=02609cca-fb9b-11ed-b155-aa9543b241cf | InvocationID=02609fd6-fb9b-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:57:49+0000 | aai_event_thread | 140453738162976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=02609cca-fb9b-11ed-b155-aa9543b241cf | InvocationID=02609fd6-fb9b-11ed-b155-aa9543b241cf | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:58:03+0000 | policy_event_thread | 140453739223840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fbefc6cc-fb9a-11ed-b155-aa9543b241cf | InvocationID=fbefc8f2-fb9a-11ed-b155-aa9543b241cf | Polling MR for XNF activation/deactivation policy response events.
2023-05-26T07:58:03+0000 | policy_event_thread | 140453739223840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0adc623a-fb9b-11ed-b155-aa9543b241cf | InvocationID=0adc647e-fb9b-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-05-26T07:58:03+0000 | policy_event_thread | 140453739223840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0adc623a-fb9b-11ed-b155-aa9543b241cf | InvocationID=0adc647e-fb9b-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T07:58:03+0000 | policy_event_thread | 140453739223840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0adc623a-fb9b-11ed-b155-aa9543b241cf | InvocationID=0adc647e-fb9b-11ed-b155-aa9543b241cf | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T07:58:09+0000 | aai_event_thread | 140453738162976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=02609cca-fb9b-11ed-b155-aa9543b241cf | InvocationID=02609fd6-fb9b-11ed-b155-aa9543b241cf | Polling MR for XNF AAI events.
2023-05-26T07:58:09+0000 | aai_event_thread | 140453738162976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0e53fc84-fb9b-11ed-b155-aa9543b241cf | InvocationID=0e53fe3c-fb9b-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-05-26T07:58:09+0000 | aai_event_thread | 140453738162976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0e53fc84-fb9b-11ed-b155-aa9543b241cf | InvocationID=0e53fe3c-fb9b-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:58:09+0000 | aai_event_thread | 140453738162976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0e53fc84-fb9b-11ed-b155-aa9543b241cf | InvocationID=0e53fe3c-fb9b-11ed-b155-aa9543b241cf | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:58:28+0000 | policy_event_thread | 140453739223840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0adc623a-fb9b-11ed-b155-aa9543b241cf | InvocationID=0adc647e-fb9b-11ed-b155-aa9543b241cf | Polling MR for XNF activation/deactivation policy response events.
2023-05-26T07:58:28+0000 | policy_event_thread | 140453739223840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=19ceea60-fb9b-11ed-b155-aa9543b241cf | InvocationID=19ceebb4-fb9b-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-05-26T07:58:29+0000 | policy_event_thread | 140453739223840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=19ceea60-fb9b-11ed-b155-aa9543b241cf | InvocationID=19ceebb4-fb9b-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T07:58:29+0000 | policy_event_thread | 140453739223840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=19ceea60-fb9b-11ed-b155-aa9543b241cf | InvocationID=19ceebb4-fb9b-11ed-b155-aa9543b241cf | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T07:58:29+0000 | aai_event_thread | 140453738162976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0e53fc84-fb9b-11ed-b155-aa9543b241cf | InvocationID=0e53fe3c-fb9b-11ed-b155-aa9543b241cf | Polling MR for XNF AAI events.
2023-05-26T07:58:29+0000 | aai_event_thread | 140453738162976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1a460366-fb9b-11ed-b155-aa9543b241cf | InvocationID=1a4604d8-fb9b-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-05-26T07:58:29+0000 | aai_event_thread | 140453738162976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1a460366-fb9b-11ed-b155-aa9543b241cf | InvocationID=1a4604d8-fb9b-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:58:29+0000 | aai_event_thread | 140453738162976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1a460366-fb9b-11ed-b155-aa9543b241cf | InvocationID=1a4604d8-fb9b-11ed-b155-aa9543b241cf | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:58:49+0000 | aai_event_thread | 140453738162976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1a460366-fb9b-11ed-b155-aa9543b241cf | InvocationID=1a4604d8-fb9b-11ed-b155-aa9543b241cf | Polling MR for XNF AAI events.
2023-05-26T07:58:49+0000 | aai_event_thread | 140453738162976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2637d5c8-fb9b-11ed-b155-aa9543b241cf | InvocationID=2637d8ca-fb9b-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-05-26T07:58:49+0000 | aai_event_thread | 140453738162976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2637d5c8-fb9b-11ed-b155-aa9543b241cf | InvocationID=2637d8ca-fb9b-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:58:49+0000 | aai_event_thread | 140453738162976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2637d5c8-fb9b-11ed-b155-aa9543b241cf | InvocationID=2637d8ca-fb9b-11ed-b155-aa9543b241cf | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:58:54+0000 | policy_event_thread | 140453739223840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=19ceea60-fb9b-11ed-b155-aa9543b241cf | InvocationID=19ceebb4-fb9b-11ed-b155-aa9543b241cf | Polling MR for XNF activation/deactivation policy response events.
2023-05-26T07:58:54+0000 | policy_event_thread | 140453739223840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=28bc7c5e-fb9b-11ed-b155-aa9543b241cf | InvocationID=28bc7e5c-fb9b-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-05-26T07:58:54+0000 | policy_event_thread | 140453739223840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=28bc7c5e-fb9b-11ed-b155-aa9543b241cf | InvocationID=28bc7e5c-fb9b-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T07:58:54+0000 | policy_event_thread | 140453739223840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=28bc7c5e-fb9b-11ed-b155-aa9543b241cf | InvocationID=28bc7e5c-fb9b-11ed-b155-aa9543b241cf | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T07:59:09+0000 | aai_event_thread | 140453738162976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2637d5c8-fb9b-11ed-b155-aa9543b241cf | InvocationID=2637d8ca-fb9b-11ed-b155-aa9543b241cf | Polling MR for XNF AAI events.
2023-05-26T07:59:09+0000 | aai_event_thread | 140453738162976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=322daf60-fb9b-11ed-b155-aa9543b241cf | InvocationID=322db3c0-fb9b-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-05-26T07:59:09+0000 | aai_event_thread | 140453738162976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=322daf60-fb9b-11ed-b155-aa9543b241cf | InvocationID=322db3c0-fb9b-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:59:09+0000 | aai_event_thread | 140453738162976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=322daf60-fb9b-11ed-b155-aa9543b241cf | InvocationID=322db3c0-fb9b-11ed-b155-aa9543b241cf | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:59:19+0000 | policy_event_thread | 140453739223840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=28bc7c5e-fb9b-11ed-b155-aa9543b241cf | InvocationID=28bc7e5c-fb9b-11ed-b155-aa9543b241cf | Polling MR for XNF activation/deactivation policy response events.
2023-05-26T07:59:19+0000 | policy_event_thread | 140453739223840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=37a87f9c-fb9b-11ed-b155-aa9543b241cf | InvocationID=37a881ea-fb9b-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-05-26T07:59:19+0000 | policy_event_thread | 140453739223840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=37a87f9c-fb9b-11ed-b155-aa9543b241cf | InvocationID=37a881ea-fb9b-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T07:59:19+0000 | policy_event_thread | 140453739223840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=37a87f9c-fb9b-11ed-b155-aa9543b241cf | InvocationID=37a881ea-fb9b-11ed-b155-aa9543b241cf | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T07:59:29+0000 | aai_event_thread | 140453738162976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=322daf60-fb9b-11ed-b155-aa9543b241cf | InvocationID=322db3c0-fb9b-11ed-b155-aa9543b241cf | Polling MR for XNF AAI events.
2023-05-26T07:59:29+0000 | aai_event_thread | 140453738162976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3e22634c-fb9b-11ed-b155-aa9543b241cf | InvocationID=3e2265a4-fb9b-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-05-26T07:59:30+0000 | aai_event_thread | 140453738162976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3e22634c-fb9b-11ed-b155-aa9543b241cf | InvocationID=3e2265a4-fb9b-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:59:30+0000 | aai_event_thread | 140453738162976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3e22634c-fb9b-11ed-b155-aa9543b241cf | InvocationID=3e2265a4-fb9b-11ed-b155-aa9543b241cf | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:59:44+0000 | policy_event_thread | 140453739223840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=37a87f9c-fb9b-11ed-b155-aa9543b241cf | InvocationID=37a881ea-fb9b-11ed-b155-aa9543b241cf | Polling MR for XNF activation/deactivation policy response events.
2023-05-26T07:59:44+0000 | policy_event_thread | 140453739223840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=46965fa6-fb9b-11ed-b155-aa9543b241cf | InvocationID=4696621c-fb9b-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-05-26T07:59:44+0000 | policy_event_thread | 140453739223840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=46965fa6-fb9b-11ed-b155-aa9543b241cf | InvocationID=4696621c-fb9b-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T07:59:44+0000 | policy_event_thread | 140453739223840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=46965fa6-fb9b-11ed-b155-aa9543b241cf | InvocationID=4696621c-fb9b-11ed-b155-aa9543b241cf | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T07:59:50+0000 | aai_event_thread | 140453738162976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3e22634c-fb9b-11ed-b155-aa9543b241cf | InvocationID=3e2265a4-fb9b-11ed-b155-aa9543b241cf | Polling MR for XNF AAI events.
2023-05-26T07:59:50+0000 | aai_event_thread | 140453738162976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4a1a985e-fb9b-11ed-b155-aa9543b241cf | InvocationID=4a1a9aa2-fb9b-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-05-26T07:59:50+0000 | aai_event_thread | 140453738162976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4a1a985e-fb9b-11ed-b155-aa9543b241cf | InvocationID=4a1a9aa2-fb9b-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T07:59:50+0000 | aai_event_thread | 140453738162976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4a1a985e-fb9b-11ed-b155-aa9543b241cf | InvocationID=4a1a9aa2-fb9b-11ed-b155-aa9543b241cf | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T08:00:09+0000 | policy_event_thread | 140453739223840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=46965fa6-fb9b-11ed-b155-aa9543b241cf | InvocationID=4696621c-fb9b-11ed-b155-aa9543b241cf | Polling MR for XNF activation/deactivation policy response events.
2023-05-26T08:00:09+0000 | policy_event_thread | 140453739223840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5584b2f6-fb9b-11ed-b155-aa9543b241cf | InvocationID=5584b5da-fb9b-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-05-26T08:00:09+0000 | policy_event_thread | 140453739223840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5584b2f6-fb9b-11ed-b155-aa9543b241cf | InvocationID=5584b5da-fb9b-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T08:00:09+0000 | policy_event_thread | 140453739223840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5584b2f6-fb9b-11ed-b155-aa9543b241cf | InvocationID=5584b5da-fb9b-11ed-b155-aa9543b241cf | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T08:00:10+0000 | aai_event_thread | 140453738162976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4a1a985e-fb9b-11ed-b155-aa9543b241cf | InvocationID=4a1a9aa2-fb9b-11ed-b155-aa9543b241cf | Polling MR for XNF AAI events.
2023-05-26T08:00:10+0000 | aai_event_thread | 140453738162976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=560c0896-fb9b-11ed-b155-aa9543b241cf | InvocationID=560c0ada-fb9b-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-05-26T08:00:10+0000 | aai_event_thread | 140453738162976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=560c0896-fb9b-11ed-b155-aa9543b241cf | InvocationID=560c0ada-fb9b-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T08:00:10+0000 | aai_event_thread | 140453738162976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=560c0896-fb9b-11ed-b155-aa9543b241cf | InvocationID=560c0ada-fb9b-11ed-b155-aa9543b241cf | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T08:00:30+0000 | aai_event_thread | 140453738162976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=560c0896-fb9b-11ed-b155-aa9543b241cf | InvocationID=560c0ada-fb9b-11ed-b155-aa9543b241cf | Polling MR for XNF AAI events.
2023-05-26T08:00:30+0000 | aai_event_thread | 140453738162976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=61fdd5ee-fb9b-11ed-b155-aa9543b241cf | InvocationID=61fdd828-fb9b-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-05-26T08:00:30+0000 | aai_event_thread | 140453738162976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=61fdd5ee-fb9b-11ed-b155-aa9543b241cf | InvocationID=61fdd828-fb9b-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T08:00:30+0000 | aai_event_thread | 140453738162976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=61fdd5ee-fb9b-11ed-b155-aa9543b241cf | InvocationID=61fdd828-fb9b-11ed-b155-aa9543b241cf | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T08:00:34+0000 | policy_event_thread | 140453739223840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5584b2f6-fb9b-11ed-b155-aa9543b241cf | InvocationID=5584b5da-fb9b-11ed-b155-aa9543b241cf | Polling MR for XNF activation/deactivation policy response events.
2023-05-26T08:00:34+0000 | policy_event_thread | 140453739223840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6477ddec-fb9b-11ed-b155-aa9543b241cf | InvocationID=6477dfae-fb9b-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-05-26T08:00:34+0000 | policy_event_thread | 140453739223840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6477ddec-fb9b-11ed-b155-aa9543b241cf | InvocationID=6477dfae-fb9b-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T08:00:34+0000 | policy_event_thread | 140453739223840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6477ddec-fb9b-11ed-b155-aa9543b241cf | InvocationID=6477dfae-fb9b-11ed-b155-aa9543b241cf | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T08:00:50+0000 | aai_event_thread | 140453738162976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=61fdd5ee-fb9b-11ed-b155-aa9543b241cf | InvocationID=61fdd828-fb9b-11ed-b155-aa9543b241cf | Polling MR for XNF AAI events.
2023-05-26T08:00:50+0000 | aai_event_thread | 140453738162976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6df14e94-fb9b-11ed-b155-aa9543b241cf | InvocationID=6df151aa-fb9b-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-05-26T08:00:50+0000 | aai_event_thread | 140453738162976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6df14e94-fb9b-11ed-b155-aa9543b241cf | InvocationID=6df151aa-fb9b-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T08:00:50+0000 | aai_event_thread | 140453738162976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6df14e94-fb9b-11ed-b155-aa9543b241cf | InvocationID=6df151aa-fb9b-11ed-b155-aa9543b241cf | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T08:00:59+0000 | policy_event_thread | 140453739223840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6477ddec-fb9b-11ed-b155-aa9543b241cf | InvocationID=6477dfae-fb9b-11ed-b155-aa9543b241cf | Polling MR for XNF activation/deactivation policy response events.
2023-05-26T08:00:59+0000 | policy_event_thread | 140453739223840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7363b380-fb9b-11ed-b155-aa9543b241cf | InvocationID=7363b5f6-fb9b-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-05-26T08:00:59+0000 | policy_event_thread | 140453739223840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7363b380-fb9b-11ed-b155-aa9543b241cf | InvocationID=7363b5f6-fb9b-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T08:00:59+0000 | policy_event_thread | 140453739223840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7363b380-fb9b-11ed-b155-aa9543b241cf | InvocationID=7363b5f6-fb9b-11ed-b155-aa9543b241cf | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T08:01:10+0000 | aai_event_thread | 140453738162976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6df14e94-fb9b-11ed-b155-aa9543b241cf | InvocationID=6df151aa-fb9b-11ed-b155-aa9543b241cf | Polling MR for XNF AAI events.
2023-05-26T08:01:10+0000 | aai_event_thread | 140453738162976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=79e6ee98-fb9b-11ed-b155-aa9543b241cf | InvocationID=79e6f1fe-fb9b-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-05-26T08:01:10+0000 | aai_event_thread | 140453738162976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=79e6ee98-fb9b-11ed-b155-aa9543b241cf | InvocationID=79e6f1fe-fb9b-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T08:01:10+0000 | aai_event_thread | 140453738162976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=79e6ee98-fb9b-11ed-b155-aa9543b241cf | InvocationID=79e6f1fe-fb9b-11ed-b155-aa9543b241cf | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T08:01:24+0000 | policy_event_thread | 140453739223840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7363b380-fb9b-11ed-b155-aa9543b241cf | InvocationID=7363b5f6-fb9b-11ed-b155-aa9543b241cf | Polling MR for XNF activation/deactivation policy response events.
2023-05-26T08:01:24+0000 | policy_event_thread | 140453739223840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=824f8f04-fb9b-11ed-b155-aa9543b241cf | InvocationID=824f90e4-fb9b-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-05-26T08:01:24+0000 | policy_event_thread | 140453739223840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=824f8f04-fb9b-11ed-b155-aa9543b241cf | InvocationID=824f90e4-fb9b-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T08:01:24+0000 | policy_event_thread | 140453739223840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=824f8f04-fb9b-11ed-b155-aa9543b241cf | InvocationID=824f90e4-fb9b-11ed-b155-aa9543b241cf | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T08:01:30+0000 | aai_event_thread | 140453738162976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=79e6ee98-fb9b-11ed-b155-aa9543b241cf | InvocationID=79e6f1fe-fb9b-11ed-b155-aa9543b241cf | Polling MR for XNF AAI events.
2023-05-26T08:01:30+0000 | aai_event_thread | 140453738162976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=85d924be-fb9b-11ed-b155-aa9543b241cf | InvocationID=85d926bc-fb9b-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-05-26T08:01:30+0000 | aai_event_thread | 140453738162976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=85d924be-fb9b-11ed-b155-aa9543b241cf | InvocationID=85d926bc-fb9b-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T08:01:30+0000 | aai_event_thread | 140453738162976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=85d924be-fb9b-11ed-b155-aa9543b241cf | InvocationID=85d926bc-fb9b-11ed-b155-aa9543b241cf | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T08:01:49+0000 | policy_event_thread | 140453739223840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=824f8f04-fb9b-11ed-b155-aa9543b241cf | InvocationID=824f90e4-fb9b-11ed-b155-aa9543b241cf | Polling MR for XNF activation/deactivation policy response events.
2023-05-26T08:01:49+0000 | policy_event_thread | 140453739223840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=914135bc-fb9b-11ed-b155-aa9543b241cf | InvocationID=9141371a-fb9b-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-05-26T08:01:49+0000 | policy_event_thread | 140453739223840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=914135bc-fb9b-11ed-b155-aa9543b241cf | InvocationID=9141371a-fb9b-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T08:01:49+0000 | policy_event_thread | 140453739223840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=914135bc-fb9b-11ed-b155-aa9543b241cf | InvocationID=9141371a-fb9b-11ed-b155-aa9543b241cf | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T08:01:50+0000 | aai_event_thread | 140453738162976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=85d924be-fb9b-11ed-b155-aa9543b241cf | InvocationID=85d926bc-fb9b-11ed-b155-aa9543b241cf | Polling MR for XNF AAI events.
2023-05-26T08:01:50+0000 | aai_event_thread | 140453738162976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=91ca167a-fb9b-11ed-b155-aa9543b241cf | InvocationID=91ca21a6-fb9b-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-05-26T08:01:50+0000 | aai_event_thread | 140453738162976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=91ca167a-fb9b-11ed-b155-aa9543b241cf | InvocationID=91ca21a6-fb9b-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T08:01:50+0000 | aai_event_thread | 140453738162976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=91ca167a-fb9b-11ed-b155-aa9543b241cf | InvocationID=91ca21a6-fb9b-11ed-b155-aa9543b241cf | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T08:02:10+0000 | aai_event_thread | 140453738162976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=91ca167a-fb9b-11ed-b155-aa9543b241cf | InvocationID=91ca21a6-fb9b-11ed-b155-aa9543b241cf | Polling MR for XNF AAI events.
2023-05-26T08:02:10+0000 | aai_event_thread | 140453738162976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9dbc0722-fb9b-11ed-b155-aa9543b241cf | InvocationID=9dbc0876-fb9b-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-05-26T08:02:10+0000 | aai_event_thread | 140453738162976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9dbc0722-fb9b-11ed-b155-aa9543b241cf | InvocationID=9dbc0876-fb9b-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T08:02:10+0000 | aai_event_thread | 140453738162976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9dbc0722-fb9b-11ed-b155-aa9543b241cf | InvocationID=9dbc0876-fb9b-11ed-b155-aa9543b241cf | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T08:02:14+0000 | policy_event_thread | 140453739223840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=914135bc-fb9b-11ed-b155-aa9543b241cf | InvocationID=9141371a-fb9b-11ed-b155-aa9543b241cf | Polling MR for XNF activation/deactivation policy response events.
2023-05-26T08:02:14+0000 | policy_event_thread | 140453739223840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a02dd5b2-fb9b-11ed-b155-aa9543b241cf | InvocationID=a02dd7f6-fb9b-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-05-26T08:02:14+0000 | policy_event_thread | 140453739223840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a02dd5b2-fb9b-11ed-b155-aa9543b241cf | InvocationID=a02dd7f6-fb9b-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T08:02:14+0000 | policy_event_thread | 140453739223840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a02dd5b2-fb9b-11ed-b155-aa9543b241cf | InvocationID=a02dd7f6-fb9b-11ed-b155-aa9543b241cf | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T08:02:30+0000 | aai_event_thread | 140453738162976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9dbc0722-fb9b-11ed-b155-aa9543b241cf | InvocationID=9dbc0876-fb9b-11ed-b155-aa9543b241cf | Polling MR for XNF AAI events.
2023-05-26T08:02:30+0000 | aai_event_thread | 140453738162976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a9aefdc8-fb9b-11ed-b155-aa9543b241cf | InvocationID=a9aefff8-fb9b-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-05-26T08:02:30+0000 | aai_event_thread | 140453738162976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a9aefdc8-fb9b-11ed-b155-aa9543b241cf | InvocationID=a9aefff8-fb9b-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T08:02:30+0000 | aai_event_thread | 140453738162976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a9aefdc8-fb9b-11ed-b155-aa9543b241cf | InvocationID=a9aefff8-fb9b-11ed-b155-aa9543b241cf | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T08:02:39+0000 | policy_event_thread | 140453739223840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a02dd5b2-fb9b-11ed-b155-aa9543b241cf | InvocationID=a02dd7f6-fb9b-11ed-b155-aa9543b241cf | Polling MR for XNF activation/deactivation policy response events.
2023-05-26T08:02:39+0000 | policy_event_thread | 140453739223840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=af1daa52-fb9b-11ed-b155-aa9543b241cf | InvocationID=af1dad40-fb9b-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-05-26T08:02:39+0000 | policy_event_thread | 140453739223840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=af1daa52-fb9b-11ed-b155-aa9543b241cf | InvocationID=af1dad40-fb9b-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T08:02:39+0000 | policy_event_thread | 140453739223840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=af1daa52-fb9b-11ed-b155-aa9543b241cf | InvocationID=af1dad40-fb9b-11ed-b155-aa9543b241cf | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T08:02:50+0000 | aai_event_thread | 140453738162976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a9aefdc8-fb9b-11ed-b155-aa9543b241cf | InvocationID=a9aefff8-fb9b-11ed-b155-aa9543b241cf | Polling MR for XNF AAI events.
2023-05-26T08:02:50+0000 | aai_event_thread | 140453738162976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b5a3118c-fb9b-11ed-b155-aa9543b241cf | InvocationID=b5a31420-fb9b-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-05-26T08:02:50+0000 | aai_event_thread | 140453738162976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b5a3118c-fb9b-11ed-b155-aa9543b241cf | InvocationID=b5a31420-fb9b-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T08:02:50+0000 | aai_event_thread | 140453738162976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b5a3118c-fb9b-11ed-b155-aa9543b241cf | InvocationID=b5a31420-fb9b-11ed-b155-aa9543b241cf | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T08:03:04+0000 | policy_event_thread | 140453739223840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=af1daa52-fb9b-11ed-b155-aa9543b241cf | InvocationID=af1dad40-fb9b-11ed-b155-aa9543b241cf | Polling MR for XNF activation/deactivation policy response events.
2023-05-26T08:03:04+0000 | policy_event_thread | 140453739223840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=be0c7d7c-fb9b-11ed-b155-aa9543b241cf | InvocationID=be0c7fde-fb9b-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-05-26T08:03:04+0000 | policy_event_thread | 140453739223840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=be0c7d7c-fb9b-11ed-b155-aa9543b241cf | InvocationID=be0c7fde-fb9b-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T08:03:04+0000 | policy_event_thread | 140453739223840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=be0c7d7c-fb9b-11ed-b155-aa9543b241cf | InvocationID=be0c7fde-fb9b-11ed-b155-aa9543b241cf | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T08:03:10+0000 | aai_event_thread | 140453738162976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b5a3118c-fb9b-11ed-b155-aa9543b241cf | InvocationID=b5a31420-fb9b-11ed-b155-aa9543b241cf | Polling MR for XNF AAI events.
2023-05-26T08:03:10+0000 | aai_event_thread | 140453738162976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c19c686c-fb9b-11ed-b155-aa9543b241cf | InvocationID=c19c6ab0-fb9b-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-05-26T08:03:10+0000 | aai_event_thread | 140453738162976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c19c686c-fb9b-11ed-b155-aa9543b241cf | InvocationID=c19c6ab0-fb9b-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T08:03:10+0000 | aai_event_thread | 140453738162976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c19c686c-fb9b-11ed-b155-aa9543b241cf | InvocationID=c19c6ab0-fb9b-11ed-b155-aa9543b241cf | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T08:03:29+0000 | policy_event_thread | 140453739223840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=be0c7d7c-fb9b-11ed-b155-aa9543b241cf | InvocationID=be0c7fde-fb9b-11ed-b155-aa9543b241cf | Polling MR for XNF activation/deactivation policy response events.
2023-05-26T08:03:29+0000 | policy_event_thread | 140453739223840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ccfd0cf2-fb9b-11ed-b155-aa9543b241cf | InvocationID=ccfd0ed2-fb9b-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-05-26T08:03:29+0000 | policy_event_thread | 140453739223840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ccfd0cf2-fb9b-11ed-b155-aa9543b241cf | InvocationID=ccfd0ed2-fb9b-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T08:03:29+0000 | policy_event_thread | 140453739223840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ccfd0cf2-fb9b-11ed-b155-aa9543b241cf | InvocationID=ccfd0ed2-fb9b-11ed-b155-aa9543b241cf | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T08:03:30+0000 | aai_event_thread | 140453738162976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c19c686c-fb9b-11ed-b155-aa9543b241cf | InvocationID=c19c6ab0-fb9b-11ed-b155-aa9543b241cf | Polling MR for XNF AAI events.
2023-05-26T08:03:30+0000 | aai_event_thread | 140453738162976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cd8dff64-fb9b-11ed-b155-aa9543b241cf | InvocationID=cd8e01c6-fb9b-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-05-26T08:03:30+0000 | aai_event_thread | 140453738162976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cd8dff64-fb9b-11ed-b155-aa9543b241cf | InvocationID=cd8e01c6-fb9b-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T08:03:30+0000 | aai_event_thread | 140453738162976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cd8dff64-fb9b-11ed-b155-aa9543b241cf | InvocationID=cd8e01c6-fb9b-11ed-b155-aa9543b241cf | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T08:03:50+0000 | aai_event_thread | 140453738162976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cd8dff64-fb9b-11ed-b155-aa9543b241cf | InvocationID=cd8e01c6-fb9b-11ed-b155-aa9543b241cf | Polling MR for XNF AAI events.
2023-05-26T08:03:50+0000 | aai_event_thread | 140453738162976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d9805c40-fb9b-11ed-b155-aa9543b241cf | InvocationID=d9805f9c-fb9b-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-05-26T08:03:50+0000 | aai_event_thread | 140453738162976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d9805c40-fb9b-11ed-b155-aa9543b241cf | InvocationID=d9805f9c-fb9b-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T08:03:50+0000 | aai_event_thread | 140453738162976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d9805c40-fb9b-11ed-b155-aa9543b241cf | InvocationID=d9805f9c-fb9b-11ed-b155-aa9543b241cf | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T08:03:54+0000 | policy_event_thread | 140453739223840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ccfd0cf2-fb9b-11ed-b155-aa9543b241cf | InvocationID=ccfd0ed2-fb9b-11ed-b155-aa9543b241cf | Polling MR for XNF activation/deactivation policy response events.
2023-05-26T08:03:54+0000 | policy_event_thread | 140453739223840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dbee6094-fb9b-11ed-b155-aa9543b241cf | InvocationID=dbee62d8-fb9b-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-05-26T08:03:54+0000 | policy_event_thread | 140453739223840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dbee6094-fb9b-11ed-b155-aa9543b241cf | InvocationID=dbee62d8-fb9b-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T08:03:54+0000 | policy_event_thread | 140453739223840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dbee6094-fb9b-11ed-b155-aa9543b241cf | InvocationID=dbee62d8-fb9b-11ed-b155-aa9543b241cf | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T08:04:10+0000 | aai_event_thread | 140453738162976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d9805c40-fb9b-11ed-b155-aa9543b241cf | InvocationID=d9805f9c-fb9b-11ed-b155-aa9543b241cf | Polling MR for XNF AAI events.
2023-05-26T08:04:10+0000 | aai_event_thread | 140453738162976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e575a140-fb9b-11ed-b155-aa9543b241cf | InvocationID=e575a37a-fb9b-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-05-26T08:04:10+0000 | aai_event_thread | 140453738162976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e575a140-fb9b-11ed-b155-aa9543b241cf | InvocationID=e575a37a-fb9b-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T08:04:10+0000 | aai_event_thread | 140453738162976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e575a140-fb9b-11ed-b155-aa9543b241cf | InvocationID=e575a37a-fb9b-11ed-b155-aa9543b241cf | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T08:04:19+0000 | policy_event_thread | 140453739223840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dbee6094-fb9b-11ed-b155-aa9543b241cf | InvocationID=dbee62d8-fb9b-11ed-b155-aa9543b241cf | Polling MR for XNF activation/deactivation policy response events.
2023-05-26T08:04:19+0000 | policy_event_thread | 140453739223840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eada7d68-fb9b-11ed-b155-aa9543b241cf | InvocationID=eada7f3e-fb9b-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-05-26T08:04:19+0000 | policy_event_thread | 140453739223840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eada7d68-fb9b-11ed-b155-aa9543b241cf | InvocationID=eada7f3e-fb9b-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T08:04:19+0000 | policy_event_thread | 140453739223840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eada7d68-fb9b-11ed-b155-aa9543b241cf | InvocationID=eada7f3e-fb9b-11ed-b155-aa9543b241cf | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T08:04:30+0000 | aai_event_thread | 140453738162976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e575a140-fb9b-11ed-b155-aa9543b241cf | InvocationID=e575a37a-fb9b-11ed-b155-aa9543b241cf | Polling MR for XNF AAI events.
2023-05-26T08:04:30+0000 | aai_event_thread | 140453738162976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f16bf274-fb9b-11ed-b155-aa9543b241cf | InvocationID=f16bf49a-fb9b-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-05-26T08:04:30+0000 | aai_event_thread | 140453738162976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f16bf274-fb9b-11ed-b155-aa9543b241cf | InvocationID=f16bf49a-fb9b-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T08:04:30+0000 | aai_event_thread | 140453738162976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f16bf274-fb9b-11ed-b155-aa9543b241cf | InvocationID=f16bf49a-fb9b-11ed-b155-aa9543b241cf | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T08:04:44+0000 | policy_event_thread | 140453739223840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eada7d68-fb9b-11ed-b155-aa9543b241cf | InvocationID=eada7f3e-fb9b-11ed-b155-aa9543b241cf | Polling MR for XNF activation/deactivation policy response events.
2023-05-26T08:04:44+0000 | policy_event_thread | 140453739223840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f9c6327c-fb9b-11ed-b155-aa9543b241cf | InvocationID=f9c635c4-fb9b-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-05-26T08:04:44+0000 | policy_event_thread | 140453739223840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f9c6327c-fb9b-11ed-b155-aa9543b241cf | InvocationID=f9c635c4-fb9b-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T08:04:44+0000 | policy_event_thread | 140453739223840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f9c6327c-fb9b-11ed-b155-aa9543b241cf | InvocationID=f9c635c4-fb9b-11ed-b155-aa9543b241cf | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T08:04:50+0000 | aai_event_thread | 140453738162976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f16bf274-fb9b-11ed-b155-aa9543b241cf | InvocationID=f16bf49a-fb9b-11ed-b155-aa9543b241cf | Polling MR for XNF AAI events.
2023-05-26T08:04:50+0000 | aai_event_thread | 140453738162976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fd5f0896-fb9b-11ed-b155-aa9543b241cf | InvocationID=fd5f09e0-fb9b-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-05-26T08:04:50+0000 | aai_event_thread | 140453738162976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fd5f0896-fb9b-11ed-b155-aa9543b241cf | InvocationID=fd5f09e0-fb9b-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T08:04:50+0000 | aai_event_thread | 140453738162976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fd5f0896-fb9b-11ed-b155-aa9543b241cf | InvocationID=fd5f09e0-fb9b-11ed-b155-aa9543b241cf | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T08:05:09+0000 | policy_event_thread | 140453739223840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f9c6327c-fb9b-11ed-b155-aa9543b241cf | InvocationID=f9c635c4-fb9b-11ed-b155-aa9543b241cf | Polling MR for XNF activation/deactivation policy response events.
2023-05-26T08:05:09+0000 | policy_event_thread | 140453739223840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=08b7c278-fb9c-11ed-b155-aa9543b241cf | InvocationID=08b7c49e-fb9c-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-05-26T08:05:09+0000 | policy_event_thread | 140453739223840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=08b7c278-fb9c-11ed-b155-aa9543b241cf | InvocationID=08b7c49e-fb9c-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T08:05:09+0000 | policy_event_thread | 140453739223840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=08b7c278-fb9c-11ed-b155-aa9543b241cf | InvocationID=08b7c49e-fb9c-11ed-b155-aa9543b241cf | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T08:05:10+0000 | aai_event_thread | 140453738162976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fd5f0896-fb9b-11ed-b155-aa9543b241cf | InvocationID=fd5f09e0-fb9b-11ed-b155-aa9543b241cf | Polling MR for XNF AAI events.
2023-05-26T08:05:10+0000 | aai_event_thread | 140453738162976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=094e30dc-fb9c-11ed-b155-aa9543b241cf | InvocationID=094e332a-fb9c-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-05-26T08:05:10+0000 | aai_event_thread | 140453738162976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=094e30dc-fb9c-11ed-b155-aa9543b241cf | InvocationID=094e332a-fb9c-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T08:05:10+0000 | aai_event_thread | 140453738162976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=094e30dc-fb9c-11ed-b155-aa9543b241cf | InvocationID=094e332a-fb9c-11ed-b155-aa9543b241cf | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T08:05:30+0000 | aai_event_thread | 140453738162976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=094e30dc-fb9c-11ed-b155-aa9543b241cf | InvocationID=094e332a-fb9c-11ed-b155-aa9543b241cf | Polling MR for XNF AAI events.
2023-05-26T08:05:30+0000 | aai_event_thread | 140453738162976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=153f29f0-fb9c-11ed-b155-aa9543b241cf | InvocationID=153f2d56-fb9c-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-05-26T08:05:30+0000 | aai_event_thread | 140453738162976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=153f29f0-fb9c-11ed-b155-aa9543b241cf | InvocationID=153f2d56-fb9c-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T08:05:30+0000 | aai_event_thread | 140453738162976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=153f29f0-fb9c-11ed-b155-aa9543b241cf | InvocationID=153f2d56-fb9c-11ed-b155-aa9543b241cf | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T08:05:34+0000 | policy_event_thread | 140453739223840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=08b7c278-fb9c-11ed-b155-aa9543b241cf | InvocationID=08b7c49e-fb9c-11ed-b155-aa9543b241cf | Polling MR for XNF activation/deactivation policy response events.
2023-05-26T08:05:34+0000 | policy_event_thread | 140453739223840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=17a75dde-fb9c-11ed-b155-aa9543b241cf | InvocationID=17a76018-fb9c-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-05-26T08:05:34+0000 | policy_event_thread | 140453739223840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=17a75dde-fb9c-11ed-b155-aa9543b241cf | InvocationID=17a76018-fb9c-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T08:05:34+0000 | policy_event_thread | 140453739223840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=17a75dde-fb9c-11ed-b155-aa9543b241cf | InvocationID=17a76018-fb9c-11ed-b155-aa9543b241cf | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T08:05:50+0000 | aai_event_thread | 140453738162976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=153f29f0-fb9c-11ed-b155-aa9543b241cf | InvocationID=153f2d56-fb9c-11ed-b155-aa9543b241cf | Polling MR for XNF AAI events.
2023-05-26T08:05:50+0000 | aai_event_thread | 140453738162976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2134dfde-fb9c-11ed-b155-aa9543b241cf | InvocationID=2134e1e6-fb9c-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-05-26T08:05:50+0000 | aai_event_thread | 140453738162976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2134dfde-fb9c-11ed-b155-aa9543b241cf | InvocationID=2134e1e6-fb9c-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T08:05:50+0000 | aai_event_thread | 140453738162976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2134dfde-fb9c-11ed-b155-aa9543b241cf | InvocationID=2134e1e6-fb9c-11ed-b155-aa9543b241cf | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T08:05:59+0000 | policy_event_thread | 140453739223840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=17a75dde-fb9c-11ed-b155-aa9543b241cf | InvocationID=17a76018-fb9c-11ed-b155-aa9543b241cf | Polling MR for XNF activation/deactivation policy response events.
2023-05-26T08:05:59+0000 | policy_event_thread | 140453739223840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2693e9c0-fb9c-11ed-b155-aa9543b241cf | InvocationID=2693ebc8-fb9c-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-05-26T08:05:59+0000 | policy_event_thread | 140453739223840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2693e9c0-fb9c-11ed-b155-aa9543b241cf | InvocationID=2693ebc8-fb9c-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T08:05:59+0000 | policy_event_thread | 140453739223840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2693e9c0-fb9c-11ed-b155-aa9543b241cf | InvocationID=2693ebc8-fb9c-11ed-b155-aa9543b241cf | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T08:06:10+0000 | aai_event_thread | 140453738162976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2134dfde-fb9c-11ed-b155-aa9543b241cf | InvocationID=2134e1e6-fb9c-11ed-b155-aa9543b241cf | Polling MR for XNF AAI events.
2023-05-26T08:06:10+0000 | aai_event_thread | 140453738162976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d28233c-fb9c-11ed-b155-aa9543b241cf | InvocationID=2d2824f4-fb9c-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-05-26T08:06:10+0000 | aai_event_thread | 140453738162976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d28233c-fb9c-11ed-b155-aa9543b241cf | InvocationID=2d2824f4-fb9c-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T08:06:10+0000 | aai_event_thread | 140453738162976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2d28233c-fb9c-11ed-b155-aa9543b241cf | InvocationID=2d2824f4-fb9c-11ed-b155-aa9543b241cf | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T08:06:24+0000 | policy_event_thread | 140453739223840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2693e9c0-fb9c-11ed-b155-aa9543b241cf | InvocationID=2693ebc8-fb9c-11ed-b155-aa9543b241cf | Polling MR for XNF activation/deactivation policy response events.
2023-05-26T08:06:24+0000 | policy_event_thread | 140453739223840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=35806c9c-fb9c-11ed-b155-aa9543b241cf | InvocationID=35806e7c-fb9c-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-05-26T08:06:24+0000 | policy_event_thread | 140453739223840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=35806c9c-fb9c-11ed-b155-aa9543b241cf | InvocationID=35806e7c-fb9c-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T08:06:24+0000 | policy_event_thread | 140453739223840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=35806c9c-fb9c-11ed-b155-aa9543b241cf | InvocationID=35806e7c-fb9c-11ed-b155-aa9543b241cf | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T08:06:30+0000 | aai_event_thread | 140453738162976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2d28233c-fb9c-11ed-b155-aa9543b241cf | InvocationID=2d2824f4-fb9c-11ed-b155-aa9543b241cf | Polling MR for XNF AAI events.
2023-05-26T08:06:31+0000 | aai_event_thread | 140453738162976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=391c96be-fb9c-11ed-b155-aa9543b241cf | InvocationID=391c99e8-fb9c-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-05-26T08:06:31+0000 | aai_event_thread | 140453738162976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=391c96be-fb9c-11ed-b155-aa9543b241cf | InvocationID=391c99e8-fb9c-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T08:06:31+0000 | aai_event_thread | 140453738162976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=391c96be-fb9c-11ed-b155-aa9543b241cf | InvocationID=391c99e8-fb9c-11ed-b155-aa9543b241cf | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T08:06:49+0000 | policy_event_thread | 140453739223840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=35806c9c-fb9c-11ed-b155-aa9543b241cf | InvocationID=35806e7c-fb9c-11ed-b155-aa9543b241cf | Polling MR for XNF activation/deactivation policy response events.
2023-05-26T08:06:49+0000 | policy_event_thread | 140453739223840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=446dc362-fb9c-11ed-b155-aa9543b241cf | InvocationID=446dc524-fb9c-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-05-26T08:06:50+0000 | policy_event_thread | 140453739223840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=446dc362-fb9c-11ed-b155-aa9543b241cf | InvocationID=446dc524-fb9c-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T08:06:50+0000 | policy_event_thread | 140453739223840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=446dc362-fb9c-11ed-b155-aa9543b241cf | InvocationID=446dc524-fb9c-11ed-b155-aa9543b241cf | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T08:06:51+0000 | aai_event_thread | 140453738162976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=391c96be-fb9c-11ed-b155-aa9543b241cf | InvocationID=391c99e8-fb9c-11ed-b155-aa9543b241cf | Polling MR for XNF AAI events.
2023-05-26T08:06:51+0000 | aai_event_thread | 140453738162976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=450fa0ce-fb9c-11ed-b155-aa9543b241cf | InvocationID=450fa326-fb9c-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-05-26T08:06:51+0000 | aai_event_thread | 140453738162976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=450fa0ce-fb9c-11ed-b155-aa9543b241cf | InvocationID=450fa326-fb9c-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T08:06:51+0000 | aai_event_thread | 140453738162976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=450fa0ce-fb9c-11ed-b155-aa9543b241cf | InvocationID=450fa326-fb9c-11ed-b155-aa9543b241cf | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T08:07:11+0000 | aai_event_thread | 140453738162976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=450fa0ce-fb9c-11ed-b155-aa9543b241cf | InvocationID=450fa326-fb9c-11ed-b155-aa9543b241cf | Polling MR for XNF AAI events.
2023-05-26T08:07:11+0000 | aai_event_thread | 140453738162976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5100659e-fb9c-11ed-b155-aa9543b241cf | InvocationID=51006742-fb9c-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-05-26T08:07:11+0000 | aai_event_thread | 140453738162976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5100659e-fb9c-11ed-b155-aa9543b241cf | InvocationID=51006742-fb9c-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T08:07:11+0000 | aai_event_thread | 140453738162976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5100659e-fb9c-11ed-b155-aa9543b241cf | InvocationID=51006742-fb9c-11ed-b155-aa9543b241cf | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T08:07:15+0000 | policy_event_thread | 140453739223840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=446dc362-fb9c-11ed-b155-aa9543b241cf | InvocationID=446dc524-fb9c-11ed-b155-aa9543b241cf | Polling MR for XNF activation/deactivation policy response events.
2023-05-26T08:07:15+0000 | policy_event_thread | 140453739223840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=535e5c92-fb9c-11ed-b155-aa9543b241cf | InvocationID=535e5eb8-fb9c-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-05-26T08:07:15+0000 | policy_event_thread | 140453739223840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=535e5c92-fb9c-11ed-b155-aa9543b241cf | InvocationID=535e5eb8-fb9c-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T08:07:15+0000 | policy_event_thread | 140453739223840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=535e5c92-fb9c-11ed-b155-aa9543b241cf | InvocationID=535e5eb8-fb9c-11ed-b155-aa9543b241cf | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T08:07:31+0000 | aai_event_thread | 140453738162976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5100659e-fb9c-11ed-b155-aa9543b241cf | InvocationID=51006742-fb9c-11ed-b155-aa9543b241cf | Polling MR for XNF AAI events.
2023-05-26T08:07:31+0000 | aai_event_thread | 140453738162976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5cf4f072-fb9c-11ed-b155-aa9543b241cf | InvocationID=5cf4f1d0-fb9c-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-05-26T08:07:31+0000 | aai_event_thread | 140453738162976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5cf4f072-fb9c-11ed-b155-aa9543b241cf | InvocationID=5cf4f1d0-fb9c-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T08:07:31+0000 | aai_event_thread | 140453738162976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5cf4f072-fb9c-11ed-b155-aa9543b241cf | InvocationID=5cf4f1d0-fb9c-11ed-b155-aa9543b241cf | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T08:07:40+0000 | policy_event_thread | 140453739223840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=535e5c92-fb9c-11ed-b155-aa9543b241cf | InvocationID=535e5eb8-fb9c-11ed-b155-aa9543b241cf | Polling MR for XNF activation/deactivation policy response events.
2023-05-26T08:07:40+0000 | policy_event_thread | 140453739223840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6249c70a-fb9c-11ed-b155-aa9543b241cf | InvocationID=6249c93a-fb9c-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-05-26T08:07:40+0000 | policy_event_thread | 140453739223840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6249c70a-fb9c-11ed-b155-aa9543b241cf | InvocationID=6249c93a-fb9c-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T08:07:40+0000 | policy_event_thread | 140453739223840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6249c70a-fb9c-11ed-b155-aa9543b241cf | InvocationID=6249c93a-fb9c-11ed-b155-aa9543b241cf | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T08:07:51+0000 | aai_event_thread | 140453738162976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5cf4f072-fb9c-11ed-b155-aa9543b241cf | InvocationID=5cf4f1d0-fb9c-11ed-b155-aa9543b241cf | Polling MR for XNF AAI events.
2023-05-26T08:07:51+0000 | aai_event_thread | 140453738162976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=68e85d06-fb9c-11ed-b155-aa9543b241cf | InvocationID=68e85fa4-fb9c-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-05-26T08:07:51+0000 | aai_event_thread | 140453738162976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=68e85d06-fb9c-11ed-b155-aa9543b241cf | InvocationID=68e85fa4-fb9c-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T08:07:51+0000 | aai_event_thread | 140453738162976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=68e85d06-fb9c-11ed-b155-aa9543b241cf | InvocationID=68e85fa4-fb9c-11ed-b155-aa9543b241cf | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T08:08:05+0000 | policy_event_thread | 140453739223840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6249c70a-fb9c-11ed-b155-aa9543b241cf | InvocationID=6249c93a-fb9c-11ed-b155-aa9543b241cf | Polling MR for XNF activation/deactivation policy response events.
2023-05-26T08:08:05+0000 | policy_event_thread | 140453739223840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7134c274-fb9c-11ed-b155-aa9543b241cf | InvocationID=7134c4d6-fb9c-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-05-26T08:08:05+0000 | policy_event_thread | 140453739223840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7134c274-fb9c-11ed-b155-aa9543b241cf | InvocationID=7134c4d6-fb9c-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T08:08:05+0000 | policy_event_thread | 140453739223840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7134c274-fb9c-11ed-b155-aa9543b241cf | InvocationID=7134c4d6-fb9c-11ed-b155-aa9543b241cf | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T08:08:11+0000 | aai_event_thread | 140453738162976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=68e85d06-fb9c-11ed-b155-aa9543b241cf | InvocationID=68e85fa4-fb9c-11ed-b155-aa9543b241cf | Polling MR for XNF AAI events.
2023-05-26T08:08:11+0000 | aai_event_thread | 140453738162976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=74dc8ed4-fb9c-11ed-b155-aa9543b241cf | InvocationID=74dc9190-fb9c-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-05-26T08:08:11+0000 | aai_event_thread | 140453738162976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=74dc8ed4-fb9c-11ed-b155-aa9543b241cf | InvocationID=74dc9190-fb9c-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T08:08:11+0000 | aai_event_thread | 140453738162976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=74dc8ed4-fb9c-11ed-b155-aa9543b241cf | InvocationID=74dc9190-fb9c-11ed-b155-aa9543b241cf | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T08:08:30+0000 | policy_event_thread | 140453739223840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7134c274-fb9c-11ed-b155-aa9543b241cf | InvocationID=7134c4d6-fb9c-11ed-b155-aa9543b241cf | Polling MR for XNF activation/deactivation policy response events.
2023-05-26T08:08:30+0000 | policy_event_thread | 140453739223840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=80255faa-fb9c-11ed-b155-aa9543b241cf | InvocationID=802561f8-fb9c-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-05-26T08:08:30+0000 | policy_event_thread | 140453739223840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=80255faa-fb9c-11ed-b155-aa9543b241cf | InvocationID=802561f8-fb9c-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T08:08:30+0000 | policy_event_thread | 140453739223840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=80255faa-fb9c-11ed-b155-aa9543b241cf | InvocationID=802561f8-fb9c-11ed-b155-aa9543b241cf | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T08:08:31+0000 | aai_event_thread | 140453738162976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=74dc8ed4-fb9c-11ed-b155-aa9543b241cf | InvocationID=74dc9190-fb9c-11ed-b155-aa9543b241cf | Polling MR for XNF AAI events.
2023-05-26T08:08:31+0000 | aai_event_thread | 140453738162976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=80ce69ba-fb9c-11ed-b155-aa9543b241cf | InvocationID=80ce6f50-fb9c-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-05-26T08:08:31+0000 | aai_event_thread | 140453738162976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=80ce69ba-fb9c-11ed-b155-aa9543b241cf | InvocationID=80ce6f50-fb9c-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T08:08:31+0000 | aai_event_thread | 140453738162976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=80ce69ba-fb9c-11ed-b155-aa9543b241cf | InvocationID=80ce6f50-fb9c-11ed-b155-aa9543b241cf | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T08:08:51+0000 | aai_event_thread | 140453738162976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=80ce69ba-fb9c-11ed-b155-aa9543b241cf | InvocationID=80ce6f50-fb9c-11ed-b155-aa9543b241cf | Polling MR for XNF AAI events.
2023-05-26T08:08:51+0000 | aai_event_thread | 140453738162976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8cbf85a6-fb9c-11ed-b155-aa9543b241cf | InvocationID=8cbf87e0-fb9c-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-05-26T08:08:51+0000 | aai_event_thread | 140453738162976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8cbf85a6-fb9c-11ed-b155-aa9543b241cf | InvocationID=8cbf87e0-fb9c-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T08:08:51+0000 | aai_event_thread | 140453738162976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8cbf85a6-fb9c-11ed-b155-aa9543b241cf | InvocationID=8cbf87e0-fb9c-11ed-b155-aa9543b241cf | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T08:08:55+0000 | policy_event_thread | 140453739223840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=80255faa-fb9c-11ed-b155-aa9543b241cf | InvocationID=802561f8-fb9c-11ed-b155-aa9543b241cf | Polling MR for XNF activation/deactivation policy response events.
2023-05-26T08:08:55+0000 | policy_event_thread | 140453739223840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8f1345e0-fb9c-11ed-b155-aa9543b241cf | InvocationID=8f1347a2-fb9c-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-05-26T08:08:55+0000 | policy_event_thread | 140453739223840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8f1345e0-fb9c-11ed-b155-aa9543b241cf | InvocationID=8f1347a2-fb9c-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T08:08:55+0000 | policy_event_thread | 140453739223840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8f1345e0-fb9c-11ed-b155-aa9543b241cf | InvocationID=8f1347a2-fb9c-11ed-b155-aa9543b241cf | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T08:09:11+0000 | aai_event_thread | 140453738162976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8cbf85a6-fb9c-11ed-b155-aa9543b241cf | InvocationID=8cbf87e0-fb9c-11ed-b155-aa9543b241cf | Polling MR for XNF AAI events.
2023-05-26T08:09:11+0000 | aai_event_thread | 140453738162976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=98b51650-fb9c-11ed-b155-aa9543b241cf | InvocationID=98b5192a-fb9c-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-05-26T08:09:11+0000 | aai_event_thread | 140453738162976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=98b51650-fb9c-11ed-b155-aa9543b241cf | InvocationID=98b5192a-fb9c-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T08:09:11+0000 | aai_event_thread | 140453738162976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=98b51650-fb9c-11ed-b155-aa9543b241cf | InvocationID=98b5192a-fb9c-11ed-b155-aa9543b241cf | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T08:09:20+0000 | policy_event_thread | 140453739223840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8f1345e0-fb9c-11ed-b155-aa9543b241cf | InvocationID=8f1347a2-fb9c-11ed-b155-aa9543b241cf | Polling MR for XNF activation/deactivation policy response events.
2023-05-26T08:09:20+0000 | policy_event_thread | 140453739223840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9dfebd5a-fb9c-11ed-b155-aa9543b241cf | InvocationID=9dfebf76-fb9c-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-05-26T08:09:20+0000 | policy_event_thread | 140453739223840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9dfebd5a-fb9c-11ed-b155-aa9543b241cf | InvocationID=9dfebf76-fb9c-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T08:09:20+0000 | policy_event_thread | 140453739223840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9dfebd5a-fb9c-11ed-b155-aa9543b241cf | InvocationID=9dfebf76-fb9c-11ed-b155-aa9543b241cf | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T08:09:31+0000 | aai_event_thread | 140453738162976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=98b51650-fb9c-11ed-b155-aa9543b241cf | InvocationID=98b5192a-fb9c-11ed-b155-aa9543b241cf | Polling MR for XNF AAI events.
2023-05-26T08:09:31+0000 | aai_event_thread | 140453738162976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a4a8e48c-fb9c-11ed-b155-aa9543b241cf | InvocationID=a4a8e6ee-fb9c-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-05-26T08:09:31+0000 | aai_event_thread | 140453738162976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a4a8e48c-fb9c-11ed-b155-aa9543b241cf | InvocationID=a4a8e6ee-fb9c-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T08:09:31+0000 | aai_event_thread | 140453738162976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a4a8e48c-fb9c-11ed-b155-aa9543b241cf | InvocationID=a4a8e6ee-fb9c-11ed-b155-aa9543b241cf | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T08:09:45+0000 | policy_event_thread | 140453739223840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9dfebd5a-fb9c-11ed-b155-aa9543b241cf | InvocationID=9dfebf76-fb9c-11ed-b155-aa9543b241cf | Polling MR for XNF activation/deactivation policy response events.
2023-05-26T08:09:45+0000 | policy_event_thread | 140453739223840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=acea598c-fb9c-11ed-b155-aa9543b241cf | InvocationID=acea5c0c-fb9c-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-05-26T08:09:45+0000 | policy_event_thread | 140453739223840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=acea598c-fb9c-11ed-b155-aa9543b241cf | InvocationID=acea5c0c-fb9c-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T08:09:45+0000 | policy_event_thread | 140453739223840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=acea598c-fb9c-11ed-b155-aa9543b241cf | InvocationID=acea5c0c-fb9c-11ed-b155-aa9543b241cf | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T08:09:51+0000 | aai_event_thread | 140453738162976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a4a8e48c-fb9c-11ed-b155-aa9543b241cf | InvocationID=a4a8e6ee-fb9c-11ed-b155-aa9543b241cf | Polling MR for XNF AAI events.
2023-05-26T08:09:51+0000 | aai_event_thread | 140453738162976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b09f12e8-fb9c-11ed-b155-aa9543b241cf | InvocationID=b09f1522-fb9c-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-05-26T08:09:51+0000 | aai_event_thread | 140453738162976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b09f12e8-fb9c-11ed-b155-aa9543b241cf | InvocationID=b09f1522-fb9c-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T08:09:51+0000 | aai_event_thread | 140453738162976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b09f12e8-fb9c-11ed-b155-aa9543b241cf | InvocationID=b09f1522-fb9c-11ed-b155-aa9543b241cf | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T08:10:10+0000 | policy_event_thread | 140453739223840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=acea598c-fb9c-11ed-b155-aa9543b241cf | InvocationID=acea5c0c-fb9c-11ed-b155-aa9543b241cf | Polling MR for XNF activation/deactivation policy response events.
2023-05-26T08:10:10+0000 | policy_event_thread | 140453739223840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bbd9a65a-fb9c-11ed-b155-aa9543b241cf | InvocationID=bbd9a93e-fb9c-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-05-26T08:10:10+0000 | policy_event_thread | 140453739223840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bbd9a65a-fb9c-11ed-b155-aa9543b241cf | InvocationID=bbd9a93e-fb9c-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T08:10:10+0000 | policy_event_thread | 140453739223840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bbd9a65a-fb9c-11ed-b155-aa9543b241cf | InvocationID=bbd9a93e-fb9c-11ed-b155-aa9543b241cf | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T08:10:11+0000 | aai_event_thread | 140453738162976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b09f12e8-fb9c-11ed-b155-aa9543b241cf | InvocationID=b09f1522-fb9c-11ed-b155-aa9543b241cf | Polling MR for XNF AAI events.
2023-05-26T08:10:11+0000 | aai_event_thread | 140453738162976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bc90ef54-fb9c-11ed-b155-aa9543b241cf | InvocationID=bc90f08a-fb9c-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-05-26T08:10:11+0000 | aai_event_thread | 140453738162976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bc90ef54-fb9c-11ed-b155-aa9543b241cf | InvocationID=bc90f08a-fb9c-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T08:10:11+0000 | aai_event_thread | 140453738162976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bc90ef54-fb9c-11ed-b155-aa9543b241cf | InvocationID=bc90f08a-fb9c-11ed-b155-aa9543b241cf | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T08:10:31+0000 | aai_event_thread | 140453738162976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bc90ef54-fb9c-11ed-b155-aa9543b241cf | InvocationID=bc90f08a-fb9c-11ed-b155-aa9543b241cf | Polling MR for XNF AAI events.
2023-05-26T08:10:31+0000 | aai_event_thread | 140453738162976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c8800ef8-fb9c-11ed-b155-aa9543b241cf | InvocationID=c880122c-fb9c-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-05-26T08:10:31+0000 | aai_event_thread | 140453738162976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c8800ef8-fb9c-11ed-b155-aa9543b241cf | InvocationID=c880122c-fb9c-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T08:10:31+0000 | aai_event_thread | 140453738162976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c8800ef8-fb9c-11ed-b155-aa9543b241cf | InvocationID=c880122c-fb9c-11ed-b155-aa9543b241cf | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T08:10:35+0000 | policy_event_thread | 140453739223840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bbd9a65a-fb9c-11ed-b155-aa9543b241cf | InvocationID=bbd9a93e-fb9c-11ed-b155-aa9543b241cf | Polling MR for XNF activation/deactivation policy response events.
2023-05-26T08:10:35+0000 | policy_event_thread | 140453739223840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cacbed26-fb9c-11ed-b155-aa9543b241cf | InvocationID=cacbeeac-fb9c-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-05-26T08:10:35+0000 | policy_event_thread | 140453739223840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cacbed26-fb9c-11ed-b155-aa9543b241cf | InvocationID=cacbeeac-fb9c-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T08:10:35+0000 | policy_event_thread | 140453739223840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cacbed26-fb9c-11ed-b155-aa9543b241cf | InvocationID=cacbeeac-fb9c-11ed-b155-aa9543b241cf | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T08:10:51+0000 | aai_event_thread | 140453738162976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c8800ef8-fb9c-11ed-b155-aa9543b241cf | InvocationID=c880122c-fb9c-11ed-b155-aa9543b241cf | Polling MR for XNF AAI events.
2023-05-26T08:10:51+0000 | aai_event_thread | 140453738162976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d4747528-fb9c-11ed-b155-aa9543b241cf | InvocationID=d4747a64-fb9c-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-05-26T08:10:51+0000 | aai_event_thread | 140453738162976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d4747528-fb9c-11ed-b155-aa9543b241cf | InvocationID=d4747a64-fb9c-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T08:10:51+0000 | aai_event_thread | 140453738162976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d4747528-fb9c-11ed-b155-aa9543b241cf | InvocationID=d4747a64-fb9c-11ed-b155-aa9543b241cf | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T08:11:00+0000 | policy_event_thread | 140453739223840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cacbed26-fb9c-11ed-b155-aa9543b241cf | InvocationID=cacbeeac-fb9c-11ed-b155-aa9543b241cf | Polling MR for XNF activation/deactivation policy response events.
2023-05-26T08:11:00+0000 | policy_event_thread | 140453739223840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d9b625ae-fb9c-11ed-b155-aa9543b241cf | InvocationID=d9b62914-fb9c-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-05-26T08:11:00+0000 | policy_event_thread | 140453739223840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d9b625ae-fb9c-11ed-b155-aa9543b241cf | InvocationID=d9b62914-fb9c-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T08:11:00+0000 | policy_event_thread | 140453739223840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d9b625ae-fb9c-11ed-b155-aa9543b241cf | InvocationID=d9b62914-fb9c-11ed-b155-aa9543b241cf | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T08:11:11+0000 | aai_event_thread | 140453738162976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d4747528-fb9c-11ed-b155-aa9543b241cf | InvocationID=d4747a64-fb9c-11ed-b155-aa9543b241cf | Polling MR for XNF AAI events.
2023-05-26T08:11:11+0000 | aai_event_thread | 140453738162976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e06a0df2-fb9c-11ed-b155-aa9543b241cf | InvocationID=e06a0f6e-fb9c-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-05-26T08:11:11+0000 | aai_event_thread | 140453738162976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e06a0df2-fb9c-11ed-b155-aa9543b241cf | InvocationID=e06a0f6e-fb9c-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T08:11:11+0000 | aai_event_thread | 140453738162976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e06a0df2-fb9c-11ed-b155-aa9543b241cf | InvocationID=e06a0f6e-fb9c-11ed-b155-aa9543b241cf | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T08:11:25+0000 | policy_event_thread | 140453739223840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d9b625ae-fb9c-11ed-b155-aa9543b241cf | InvocationID=d9b62914-fb9c-11ed-b155-aa9543b241cf | Polling MR for XNF activation/deactivation policy response events.
2023-05-26T08:11:25+0000 | policy_event_thread | 140453739223840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e8a2c1e4-fb9c-11ed-b155-aa9543b241cf | InvocationID=e8a2c432-fb9c-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-05-26T08:11:25+0000 | policy_event_thread | 140453739223840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e8a2c1e4-fb9c-11ed-b155-aa9543b241cf | InvocationID=e8a2c432-fb9c-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T08:11:25+0000 | policy_event_thread | 140453739223840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e8a2c1e4-fb9c-11ed-b155-aa9543b241cf | InvocationID=e8a2c432-fb9c-11ed-b155-aa9543b241cf | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T08:11:31+0000 | aai_event_thread | 140453738162976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e06a0df2-fb9c-11ed-b155-aa9543b241cf | InvocationID=e06a0f6e-fb9c-11ed-b155-aa9543b241cf | Polling MR for XNF AAI events.
2023-05-26T08:11:31+0000 | aai_event_thread | 140453738162976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ec5ca8ae-fb9c-11ed-b155-aa9543b241cf | InvocationID=ec5caa34-fb9c-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-05-26T08:11:31+0000 | aai_event_thread | 140453738162976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ec5ca8ae-fb9c-11ed-b155-aa9543b241cf | InvocationID=ec5caa34-fb9c-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T08:11:31+0000 | aai_event_thread | 140453738162976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ec5ca8ae-fb9c-11ed-b155-aa9543b241cf | InvocationID=ec5caa34-fb9c-11ed-b155-aa9543b241cf | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T08:11:50+0000 | policy_event_thread | 140453739223840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e8a2c1e4-fb9c-11ed-b155-aa9543b241cf | InvocationID=e8a2c432-fb9c-11ed-b155-aa9543b241cf | Polling MR for XNF activation/deactivation policy response events.
2023-05-26T08:11:50+0000 | policy_event_thread | 140453739223840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f794616c-fb9c-11ed-b155-aa9543b241cf | InvocationID=f79463a6-fb9c-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-05-26T08:11:50+0000 | policy_event_thread | 140453739223840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f794616c-fb9c-11ed-b155-aa9543b241cf | InvocationID=f79463a6-fb9c-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T08:11:50+0000 | policy_event_thread | 140453739223840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f794616c-fb9c-11ed-b155-aa9543b241cf | InvocationID=f79463a6-fb9c-11ed-b155-aa9543b241cf | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T08:11:51+0000 | aai_event_thread | 140453738162976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ec5ca8ae-fb9c-11ed-b155-aa9543b241cf | InvocationID=ec5caa34-fb9c-11ed-b155-aa9543b241cf | Polling MR for XNF AAI events.
2023-05-26T08:11:51+0000 | aai_event_thread | 140453738162976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f84d2864-fb9c-11ed-b155-aa9543b241cf | InvocationID=f84d2b66-fb9c-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-05-26T08:11:51+0000 | aai_event_thread | 140453738162976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f84d2864-fb9c-11ed-b155-aa9543b241cf | InvocationID=f84d2b66-fb9c-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T08:11:51+0000 | aai_event_thread | 140453738162976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f84d2864-fb9c-11ed-b155-aa9543b241cf | InvocationID=f84d2b66-fb9c-11ed-b155-aa9543b241cf | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T08:12:11+0000 | aai_event_thread | 140453738162976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f84d2864-fb9c-11ed-b155-aa9543b241cf | InvocationID=f84d2b66-fb9c-11ed-b155-aa9543b241cf | Polling MR for XNF AAI events.
2023-05-26T08:12:11+0000 | aai_event_thread | 140453738162976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=043d5f72-fb9d-11ed-b155-aa9543b241cf | InvocationID=043d627e-fb9d-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-05-26T08:12:11+0000 | aai_event_thread | 140453738162976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=043d5f72-fb9d-11ed-b155-aa9543b241cf | InvocationID=043d627e-fb9d-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T08:12:11+0000 | aai_event_thread | 140453738162976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=043d5f72-fb9d-11ed-b155-aa9543b241cf | InvocationID=043d627e-fb9d-11ed-b155-aa9543b241cf | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T08:12:15+0000 | policy_event_thread | 140453739223840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f794616c-fb9c-11ed-b155-aa9543b241cf | InvocationID=f79463a6-fb9c-11ed-b155-aa9543b241cf | Polling MR for XNF activation/deactivation policy response events.
2023-05-26T08:12:15+0000 | policy_event_thread | 140453739223840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0682df64-fb9d-11ed-b155-aa9543b241cf | InvocationID=0682e20c-fb9d-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-05-26T08:12:15+0000 | policy_event_thread | 140453739223840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0682df64-fb9d-11ed-b155-aa9543b241cf | InvocationID=0682e20c-fb9d-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T08:12:15+0000 | policy_event_thread | 140453739223840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0682df64-fb9d-11ed-b155-aa9543b241cf | InvocationID=0682e20c-fb9d-11ed-b155-aa9543b241cf | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T08:12:31+0000 | aai_event_thread | 140453738162976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=043d5f72-fb9d-11ed-b155-aa9543b241cf | InvocationID=043d627e-fb9d-11ed-b155-aa9543b241cf | Polling MR for XNF AAI events.
2023-05-26T08:12:31+0000 | aai_event_thread | 140453738162976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1033ec38-fb9d-11ed-b155-aa9543b241cf | InvocationID=1033eee0-fb9d-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-05-26T08:12:31+0000 | aai_event_thread | 140453738162976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1033ec38-fb9d-11ed-b155-aa9543b241cf | InvocationID=1033eee0-fb9d-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T08:12:31+0000 | aai_event_thread | 140453738162976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1033ec38-fb9d-11ed-b155-aa9543b241cf | InvocationID=1033eee0-fb9d-11ed-b155-aa9543b241cf | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T08:12:40+0000 | policy_event_thread | 140453739223840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0682df64-fb9d-11ed-b155-aa9543b241cf | InvocationID=0682e20c-fb9d-11ed-b155-aa9543b241cf | Polling MR for XNF activation/deactivation policy response events.
2023-05-26T08:12:40+0000 | policy_event_thread | 140453739223840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=156f6902-fb9d-11ed-b155-aa9543b241cf | InvocationID=156f6b5a-fb9d-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-05-26T08:12:40+0000 | policy_event_thread | 140453739223840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=156f6902-fb9d-11ed-b155-aa9543b241cf | InvocationID=156f6b5a-fb9d-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T08:12:40+0000 | policy_event_thread | 140453739223840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=156f6902-fb9d-11ed-b155-aa9543b241cf | InvocationID=156f6b5a-fb9d-11ed-b155-aa9543b241cf | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T08:12:51+0000 | aai_event_thread | 140453738162976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1033ec38-fb9d-11ed-b155-aa9543b241cf | InvocationID=1033eee0-fb9d-11ed-b155-aa9543b241cf | Polling MR for XNF AAI events.
2023-05-26T08:12:51+0000 | aai_event_thread | 140453738162976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1c278996-fb9d-11ed-b155-aa9543b241cf | InvocationID=1c278c0c-fb9d-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-05-26T08:12:51+0000 | aai_event_thread | 140453738162976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1c278996-fb9d-11ed-b155-aa9543b241cf | InvocationID=1c278c0c-fb9d-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T08:12:51+0000 | aai_event_thread | 140453738162976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1c278996-fb9d-11ed-b155-aa9543b241cf | InvocationID=1c278c0c-fb9d-11ed-b155-aa9543b241cf | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T08:13:05+0000 | policy_event_thread | 140453739223840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=156f6902-fb9d-11ed-b155-aa9543b241cf | InvocationID=156f6b5a-fb9d-11ed-b155-aa9543b241cf | Polling MR for XNF activation/deactivation policy response events.
2023-05-26T08:13:05+0000 | policy_event_thread | 140453739223840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=245c08f8-fb9d-11ed-b155-aa9543b241cf | InvocationID=245c0b96-fb9d-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-05-26T08:13:05+0000 | policy_event_thread | 140453739223840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=245c08f8-fb9d-11ed-b155-aa9543b241cf | InvocationID=245c0b96-fb9d-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T08:13:05+0000 | policy_event_thread | 140453739223840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=245c08f8-fb9d-11ed-b155-aa9543b241cf | InvocationID=245c0b96-fb9d-11ed-b155-aa9543b241cf | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T08:13:11+0000 | aai_event_thread | 140453738162976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1c278996-fb9d-11ed-b155-aa9543b241cf | InvocationID=1c278c0c-fb9d-11ed-b155-aa9543b241cf | Polling MR for XNF AAI events.
2023-05-26T08:13:11+0000 | aai_event_thread | 140453738162976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=281ed894-fb9d-11ed-b155-aa9543b241cf | InvocationID=281edb46-fb9d-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-05-26T08:13:12+0000 | aai_event_thread | 140453738162976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=281ed894-fb9d-11ed-b155-aa9543b241cf | InvocationID=281edb46-fb9d-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T08:13:12+0000 | aai_event_thread | 140453738162976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=281ed894-fb9d-11ed-b155-aa9543b241cf | InvocationID=281edb46-fb9d-11ed-b155-aa9543b241cf | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T08:13:30+0000 | policy_event_thread | 140453739223840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=245c08f8-fb9d-11ed-b155-aa9543b241cf | InvocationID=245c0b96-fb9d-11ed-b155-aa9543b241cf | Polling MR for XNF activation/deactivation policy response events.
2023-05-26T08:13:30+0000 | policy_event_thread | 140453739223840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3348e174-fb9d-11ed-b155-aa9543b241cf | InvocationID=3348e426-fb9d-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-05-26T08:13:30+0000 | policy_event_thread | 140453739223840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3348e174-fb9d-11ed-b155-aa9543b241cf | InvocationID=3348e426-fb9d-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T08:13:30+0000 | policy_event_thread | 140453739223840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3348e174-fb9d-11ed-b155-aa9543b241cf | InvocationID=3348e426-fb9d-11ed-b155-aa9543b241cf | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T08:13:32+0000 | aai_event_thread | 140453738162976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=281ed894-fb9d-11ed-b155-aa9543b241cf | InvocationID=281edb46-fb9d-11ed-b155-aa9543b241cf | Polling MR for XNF AAI events.
2023-05-26T08:13:32+0000 | aai_event_thread | 140453738162976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=340fef80-fb9d-11ed-b155-aa9543b241cf | InvocationID=340ff214-fb9d-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-05-26T08:13:32+0000 | aai_event_thread | 140453738162976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=340fef80-fb9d-11ed-b155-aa9543b241cf | InvocationID=340ff214-fb9d-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T08:13:32+0000 | aai_event_thread | 140453738162976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=340fef80-fb9d-11ed-b155-aa9543b241cf | InvocationID=340ff214-fb9d-11ed-b155-aa9543b241cf | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T08:13:52+0000 | aai_event_thread | 140453738162976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=340fef80-fb9d-11ed-b155-aa9543b241cf | InvocationID=340ff214-fb9d-11ed-b155-aa9543b241cf | Polling MR for XNF AAI events.
2023-05-26T08:13:52+0000 | aai_event_thread | 140453738162976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=40029522-fb9d-11ed-b155-aa9543b241cf | InvocationID=4002968a-fb9d-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-05-26T08:13:52+0000 | aai_event_thread | 140453738162976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=40029522-fb9d-11ed-b155-aa9543b241cf | InvocationID=4002968a-fb9d-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T08:13:52+0000 | aai_event_thread | 140453738162976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=40029522-fb9d-11ed-b155-aa9543b241cf | InvocationID=4002968a-fb9d-11ed-b155-aa9543b241cf | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T08:13:55+0000 | policy_event_thread | 140453739223840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3348e174-fb9d-11ed-b155-aa9543b241cf | InvocationID=3348e426-fb9d-11ed-b155-aa9543b241cf | Polling MR for XNF activation/deactivation policy response events.
2023-05-26T08:13:55+0000 | policy_event_thread | 140453739223840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=423b861e-fb9d-11ed-b155-aa9543b241cf | InvocationID=423b8858-fb9d-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-05-26T08:13:55+0000 | policy_event_thread | 140453739223840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=423b861e-fb9d-11ed-b155-aa9543b241cf | InvocationID=423b8858-fb9d-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T08:13:55+0000 | policy_event_thread | 140453739223840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=423b861e-fb9d-11ed-b155-aa9543b241cf | InvocationID=423b8858-fb9d-11ed-b155-aa9543b241cf | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T08:14:12+0000 | aai_event_thread | 140453738162976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=40029522-fb9d-11ed-b155-aa9543b241cf | InvocationID=4002968a-fb9d-11ed-b155-aa9543b241cf | Polling MR for XNF AAI events.
2023-05-26T08:14:12+0000 | aai_event_thread | 140453738162976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4bf56dfa-fb9d-11ed-b155-aa9543b241cf | InvocationID=4bf57106-fb9d-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-05-26T08:14:12+0000 | aai_event_thread | 140453738162976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4bf56dfa-fb9d-11ed-b155-aa9543b241cf | InvocationID=4bf57106-fb9d-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T08:14:12+0000 | aai_event_thread | 140453738162976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4bf56dfa-fb9d-11ed-b155-aa9543b241cf | InvocationID=4bf57106-fb9d-11ed-b155-aa9543b241cf | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T08:14:20+0000 | policy_event_thread | 140453739223840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=423b861e-fb9d-11ed-b155-aa9543b241cf | InvocationID=423b8858-fb9d-11ed-b155-aa9543b241cf | Polling MR for XNF activation/deactivation policy response events.
2023-05-26T08:14:20+0000 | policy_event_thread | 140453739223840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=51279eba-fb9d-11ed-b155-aa9543b241cf | InvocationID=5127a220-fb9d-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-05-26T08:14:20+0000 | policy_event_thread | 140453739223840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=51279eba-fb9d-11ed-b155-aa9543b241cf | InvocationID=5127a220-fb9d-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T08:14:20+0000 | policy_event_thread | 140453739223840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=51279eba-fb9d-11ed-b155-aa9543b241cf | InvocationID=5127a220-fb9d-11ed-b155-aa9543b241cf | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T08:14:32+0000 | aai_event_thread | 140453738162976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4bf56dfa-fb9d-11ed-b155-aa9543b241cf | InvocationID=4bf57106-fb9d-11ed-b155-aa9543b241cf | Polling MR for XNF AAI events.
2023-05-26T08:14:32+0000 | aai_event_thread | 140453738162976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=57ec7f72-fb9d-11ed-b155-aa9543b241cf | InvocationID=57ec8418-fb9d-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-05-26T08:14:32+0000 | aai_event_thread | 140453738162976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=57ec7f72-fb9d-11ed-b155-aa9543b241cf | InvocationID=57ec8418-fb9d-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T08:14:32+0000 | aai_event_thread | 140453738162976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=57ec7f72-fb9d-11ed-b155-aa9543b241cf | InvocationID=57ec8418-fb9d-11ed-b155-aa9543b241cf | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T08:14:45+0000 | policy_event_thread | 140453739223840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=51279eba-fb9d-11ed-b155-aa9543b241cf | InvocationID=5127a220-fb9d-11ed-b155-aa9543b241cf | Polling MR for XNF activation/deactivation policy response events.
2023-05-26T08:14:45+0000 | policy_event_thread | 140453739223840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=60144fb8-fb9d-11ed-b155-aa9543b241cf | InvocationID=6014522e-fb9d-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-05-26T08:14:45+0000 | policy_event_thread | 140453739223840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=60144fb8-fb9d-11ed-b155-aa9543b241cf | InvocationID=6014522e-fb9d-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T08:14:45+0000 | policy_event_thread | 140453739223840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=60144fb8-fb9d-11ed-b155-aa9543b241cf | InvocationID=6014522e-fb9d-11ed-b155-aa9543b241cf | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T08:14:52+0000 | aai_event_thread | 140453738162976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=57ec7f72-fb9d-11ed-b155-aa9543b241cf | InvocationID=57ec8418-fb9d-11ed-b155-aa9543b241cf | Polling MR for XNF AAI events.
2023-05-26T08:14:52+0000 | aai_event_thread | 140453738162976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=63e20b44-fb9d-11ed-b155-aa9543b241cf | InvocationID=63e20cac-fb9d-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-05-26T08:14:52+0000 | aai_event_thread | 140453738162976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=63e20b44-fb9d-11ed-b155-aa9543b241cf | InvocationID=63e20cac-fb9d-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T08:14:52+0000 | aai_event_thread | 140453738162976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=63e20b44-fb9d-11ed-b155-aa9543b241cf | InvocationID=63e20cac-fb9d-11ed-b155-aa9543b241cf | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T08:15:10+0000 | policy_event_thread | 140453739223840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=60144fb8-fb9d-11ed-b155-aa9543b241cf | InvocationID=6014522e-fb9d-11ed-b155-aa9543b241cf | Polling MR for XNF activation/deactivation policy response events.
2023-05-26T08:15:10+0000 | policy_event_thread | 140453739223840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6f06bb82-fb9d-11ed-b155-aa9543b241cf | InvocationID=6f06bdf8-fb9d-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-05-26T08:15:11+0000 | policy_event_thread | 140453739223840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6f06bb82-fb9d-11ed-b155-aa9543b241cf | InvocationID=6f06bdf8-fb9d-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T08:15:11+0000 | policy_event_thread | 140453739223840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6f06bb82-fb9d-11ed-b155-aa9543b241cf | InvocationID=6f06bdf8-fb9d-11ed-b155-aa9543b241cf | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T08:15:12+0000 | aai_event_thread | 140453738162976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=63e20b44-fb9d-11ed-b155-aa9543b241cf | InvocationID=63e20cac-fb9d-11ed-b155-aa9543b241cf | Polling MR for XNF AAI events.
2023-05-26T08:15:12+0000 | aai_event_thread | 140453738162976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6fd16396-fb9d-11ed-b155-aa9543b241cf | InvocationID=6fd165d0-fb9d-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-05-26T08:15:12+0000 | aai_event_thread | 140453738162976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6fd16396-fb9d-11ed-b155-aa9543b241cf | InvocationID=6fd165d0-fb9d-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T08:15:12+0000 | aai_event_thread | 140453738162976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6fd16396-fb9d-11ed-b155-aa9543b241cf | InvocationID=6fd165d0-fb9d-11ed-b155-aa9543b241cf | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T08:15:32+0000 | aai_event_thread | 140453738162976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6fd16396-fb9d-11ed-b155-aa9543b241cf | InvocationID=6fd165d0-fb9d-11ed-b155-aa9543b241cf | Polling MR for XNF AAI events.
2023-05-26T08:15:32+0000 | aai_event_thread | 140453738162976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7bc1648a-fb9d-11ed-b155-aa9543b241cf | InvocationID=7bc16714-fb9d-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-05-26T08:15:32+0000 | aai_event_thread | 140453738162976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7bc1648a-fb9d-11ed-b155-aa9543b241cf | InvocationID=7bc16714-fb9d-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T08:15:32+0000 | aai_event_thread | 140453738162976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7bc1648a-fb9d-11ed-b155-aa9543b241cf | InvocationID=7bc16714-fb9d-11ed-b155-aa9543b241cf | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T08:15:36+0000 | policy_event_thread | 140453739223840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6f06bb82-fb9d-11ed-b155-aa9543b241cf | InvocationID=6f06bdf8-fb9d-11ed-b155-aa9543b241cf | Polling MR for XNF activation/deactivation policy response events.
2023-05-26T08:15:36+0000 | policy_event_thread | 140453739223840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7df6b4bc-fb9d-11ed-b155-aa9543b241cf | InvocationID=7df6b688-fb9d-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-05-26T08:15:36+0000 | policy_event_thread | 140453739223840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7df6b4bc-fb9d-11ed-b155-aa9543b241cf | InvocationID=7df6b688-fb9d-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T08:15:36+0000 | policy_event_thread | 140453739223840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7df6b4bc-fb9d-11ed-b155-aa9543b241cf | InvocationID=7df6b688-fb9d-11ed-b155-aa9543b241cf | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T08:15:52+0000 | aai_event_thread | 140453738162976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7bc1648a-fb9d-11ed-b155-aa9543b241cf | InvocationID=7bc16714-fb9d-11ed-b155-aa9543b241cf | Polling MR for XNF AAI events.
2023-05-26T08:15:52+0000 | aai_event_thread | 140453738162976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=87b7f646-fb9d-11ed-b155-aa9543b241cf | InvocationID=87b7f89e-fb9d-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-05-26T08:15:52+0000 | aai_event_thread | 140453738162976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=87b7f646-fb9d-11ed-b155-aa9543b241cf | InvocationID=87b7f89e-fb9d-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T08:15:52+0000 | aai_event_thread | 140453738162976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=87b7f646-fb9d-11ed-b155-aa9543b241cf | InvocationID=87b7f89e-fb9d-11ed-b155-aa9543b241cf | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T08:16:01+0000 | policy_event_thread | 140453739223840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7df6b4bc-fb9d-11ed-b155-aa9543b241cf | InvocationID=7df6b688-fb9d-11ed-b155-aa9543b241cf | Polling MR for XNF activation/deactivation policy response events.
2023-05-26T08:16:01+0000 | policy_event_thread | 140453739223840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8ce1cde0-fb9d-11ed-b155-aa9543b241cf | InvocationID=8ce1d0ba-fb9d-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-05-26T08:16:01+0000 | policy_event_thread | 140453739223840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8ce1cde0-fb9d-11ed-b155-aa9543b241cf | InvocationID=8ce1d0ba-fb9d-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T08:16:01+0000 | policy_event_thread | 140453739223840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8ce1cde0-fb9d-11ed-b155-aa9543b241cf | InvocationID=8ce1d0ba-fb9d-11ed-b155-aa9543b241cf | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T08:16:12+0000 | aai_event_thread | 140453738162976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=87b7f646-fb9d-11ed-b155-aa9543b241cf | InvocationID=87b7f89e-fb9d-11ed-b155-aa9543b241cf | Polling MR for XNF AAI events.
2023-05-26T08:16:12+0000 | aai_event_thread | 140453738162976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=93acac6c-fb9d-11ed-b155-aa9543b241cf | InvocationID=93acadc0-fb9d-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-05-26T08:16:12+0000 | aai_event_thread | 140453738162976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=93acac6c-fb9d-11ed-b155-aa9543b241cf | InvocationID=93acadc0-fb9d-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T08:16:12+0000 | aai_event_thread | 140453738162976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=93acac6c-fb9d-11ed-b155-aa9543b241cf | InvocationID=93acadc0-fb9d-11ed-b155-aa9543b241cf | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T08:16:26+0000 | policy_event_thread | 140453739223840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8ce1cde0-fb9d-11ed-b155-aa9543b241cf | InvocationID=8ce1d0ba-fb9d-11ed-b155-aa9543b241cf | Polling MR for XNF activation/deactivation policy response events.
2023-05-26T08:16:26+0000 | policy_event_thread | 140453739223840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9bcf076e-fb9d-11ed-b155-aa9543b241cf | InvocationID=9bcf0962-fb9d-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-05-26T08:16:26+0000 | policy_event_thread | 140453739223840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9bcf076e-fb9d-11ed-b155-aa9543b241cf | InvocationID=9bcf0962-fb9d-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T08:16:26+0000 | policy_event_thread | 140453739223840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9bcf076e-fb9d-11ed-b155-aa9543b241cf | InvocationID=9bcf0962-fb9d-11ed-b155-aa9543b241cf | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T08:16:32+0000 | aai_event_thread | 140453738162976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=93acac6c-fb9d-11ed-b155-aa9543b241cf | InvocationID=93acadc0-fb9d-11ed-b155-aa9543b241cf | Polling MR for XNF AAI events.
2023-05-26T08:16:32+0000 | aai_event_thread | 140453738162976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9fa07efe-fb9d-11ed-b155-aa9543b241cf | InvocationID=9fa0820a-fb9d-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-05-26T08:16:32+0000 | aai_event_thread | 140453738162976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9fa07efe-fb9d-11ed-b155-aa9543b241cf | InvocationID=9fa0820a-fb9d-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T08:16:32+0000 | aai_event_thread | 140453738162976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9fa07efe-fb9d-11ed-b155-aa9543b241cf | InvocationID=9fa0820a-fb9d-11ed-b155-aa9543b241cf | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T08:16:51+0000 | policy_event_thread | 140453739223840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9bcf076e-fb9d-11ed-b155-aa9543b241cf | InvocationID=9bcf0962-fb9d-11ed-b155-aa9543b241cf | Polling MR for XNF activation/deactivation policy response events.
2023-05-26T08:16:51+0000 | policy_event_thread | 140453739223840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aabdd94e-fb9d-11ed-b155-aa9543b241cf | InvocationID=aabddc6e-fb9d-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-05-26T08:16:51+0000 | policy_event_thread | 140453739223840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aabdd94e-fb9d-11ed-b155-aa9543b241cf | InvocationID=aabddc6e-fb9d-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T08:16:51+0000 | policy_event_thread | 140453739223840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aabdd94e-fb9d-11ed-b155-aa9543b241cf | InvocationID=aabddc6e-fb9d-11ed-b155-aa9543b241cf | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T08:16:52+0000 | aai_event_thread | 140453738162976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9fa07efe-fb9d-11ed-b155-aa9543b241cf | InvocationID=9fa0820a-fb9d-11ed-b155-aa9543b241cf | Polling MR for XNF AAI events.
2023-05-26T08:16:52+0000 | aai_event_thread | 140453738162976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ab92da54-fb9d-11ed-b155-aa9543b241cf | InvocationID=ab92dce8-fb9d-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-05-26T08:16:52+0000 | aai_event_thread | 140453738162976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ab92da54-fb9d-11ed-b155-aa9543b241cf | InvocationID=ab92dce8-fb9d-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T08:16:52+0000 | aai_event_thread | 140453738162976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ab92da54-fb9d-11ed-b155-aa9543b241cf | InvocationID=ab92dce8-fb9d-11ed-b155-aa9543b241cf | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T08:17:12+0000 | aai_event_thread | 140453738162976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ab92da54-fb9d-11ed-b155-aa9543b241cf | InvocationID=ab92dce8-fb9d-11ed-b155-aa9543b241cf | Polling MR for XNF AAI events.
2023-05-26T08:17:12+0000 | aai_event_thread | 140453738162976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b7846620-fb9d-11ed-b155-aa9543b241cf | InvocationID=b7846828-fb9d-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-05-26T08:17:12+0000 | aai_event_thread | 140453738162976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b7846620-fb9d-11ed-b155-aa9543b241cf | InvocationID=b7846828-fb9d-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T08:17:12+0000 | aai_event_thread | 140453738162976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b7846620-fb9d-11ed-b155-aa9543b241cf | InvocationID=b7846828-fb9d-11ed-b155-aa9543b241cf | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T08:17:16+0000 | policy_event_thread | 140453739223840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aabdd94e-fb9d-11ed-b155-aa9543b241cf | InvocationID=aabddc6e-fb9d-11ed-b155-aa9543b241cf | Polling MR for XNF activation/deactivation policy response events.
2023-05-26T08:17:16+0000 | policy_event_thread | 140453739223840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b9aeb266-fb9d-11ed-b155-aa9543b241cf | InvocationID=b9aeb4a0-fb9d-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-05-26T08:17:16+0000 | policy_event_thread | 140453739223840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b9aeb266-fb9d-11ed-b155-aa9543b241cf | InvocationID=b9aeb4a0-fb9d-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T08:17:16+0000 | policy_event_thread | 140453739223840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b9aeb266-fb9d-11ed-b155-aa9543b241cf | InvocationID=b9aeb4a0-fb9d-11ed-b155-aa9543b241cf | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T08:17:32+0000 | aai_event_thread | 140453738162976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b7846620-fb9d-11ed-b155-aa9543b241cf | InvocationID=b7846828-fb9d-11ed-b155-aa9543b241cf | Polling MR for XNF AAI events.
2023-05-26T08:17:32+0000 | aai_event_thread | 140453738162976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c37857fc-fb9d-11ed-b155-aa9543b241cf | InvocationID=c3785a4a-fb9d-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-05-26T08:17:32+0000 | aai_event_thread | 140453738162976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c37857fc-fb9d-11ed-b155-aa9543b241cf | InvocationID=c3785a4a-fb9d-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T08:17:32+0000 | aai_event_thread | 140453738162976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c37857fc-fb9d-11ed-b155-aa9543b241cf | InvocationID=c3785a4a-fb9d-11ed-b155-aa9543b241cf | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T08:17:41+0000 | policy_event_thread | 140453739223840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b9aeb266-fb9d-11ed-b155-aa9543b241cf | InvocationID=b9aeb4a0-fb9d-11ed-b155-aa9543b241cf | Polling MR for XNF activation/deactivation policy response events.
2023-05-26T08:17:41+0000 | policy_event_thread | 140453739223840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c89a10c2-fb9d-11ed-b155-aa9543b241cf | InvocationID=c89a127a-fb9d-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-05-26T08:17:41+0000 | policy_event_thread | 140453739223840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c89a10c2-fb9d-11ed-b155-aa9543b241cf | InvocationID=c89a127a-fb9d-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T08:17:41+0000 | policy_event_thread | 140453739223840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c89a10c2-fb9d-11ed-b155-aa9543b241cf | InvocationID=c89a127a-fb9d-11ed-b155-aa9543b241cf | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T08:17:52+0000 | aai_event_thread | 140453738162976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c37857fc-fb9d-11ed-b155-aa9543b241cf | InvocationID=c3785a4a-fb9d-11ed-b155-aa9543b241cf | Polling MR for XNF AAI events.
2023-05-26T08:17:52+0000 | aai_event_thread | 140453738162976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cf6c4bc2-fb9d-11ed-b155-aa9543b241cf | InvocationID=cf6c4e24-fb9d-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-05-26T08:17:52+0000 | aai_event_thread | 140453738162976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cf6c4bc2-fb9d-11ed-b155-aa9543b241cf | InvocationID=cf6c4e24-fb9d-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T08:17:52+0000 | aai_event_thread | 140453738162976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cf6c4bc2-fb9d-11ed-b155-aa9543b241cf | InvocationID=cf6c4e24-fb9d-11ed-b155-aa9543b241cf | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T08:18:06+0000 | policy_event_thread | 140453739223840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c89a10c2-fb9d-11ed-b155-aa9543b241cf | InvocationID=c89a127a-fb9d-11ed-b155-aa9543b241cf | Polling MR for XNF activation/deactivation policy response events.
2023-05-26T08:18:06+0000 | policy_event_thread | 140453739223840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d785e4c6-fb9d-11ed-b155-aa9543b241cf | InvocationID=d785e71e-fb9d-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-05-26T08:18:06+0000 | policy_event_thread | 140453739223840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d785e4c6-fb9d-11ed-b155-aa9543b241cf | InvocationID=d785e71e-fb9d-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T08:18:06+0000 | policy_event_thread | 140453739223840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d785e4c6-fb9d-11ed-b155-aa9543b241cf | InvocationID=d785e71e-fb9d-11ed-b155-aa9543b241cf | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T08:18:12+0000 | aai_event_thread | 140453738162976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cf6c4bc2-fb9d-11ed-b155-aa9543b241cf | InvocationID=cf6c4e24-fb9d-11ed-b155-aa9543b241cf | Polling MR for XNF AAI events.
2023-05-26T08:18:12+0000 | aai_event_thread | 140453738162976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=db5f8462-fb9d-11ed-b155-aa9543b241cf | InvocationID=db5f8890-fb9d-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-05-26T08:18:12+0000 | aai_event_thread | 140453738162976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=db5f8462-fb9d-11ed-b155-aa9543b241cf | InvocationID=db5f8890-fb9d-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T08:18:12+0000 | aai_event_thread | 140453738162976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=db5f8462-fb9d-11ed-b155-aa9543b241cf | InvocationID=db5f8890-fb9d-11ed-b155-aa9543b241cf | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T08:18:31+0000 | policy_event_thread | 140453739223840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d785e4c6-fb9d-11ed-b155-aa9543b241cf | InvocationID=d785e71e-fb9d-11ed-b155-aa9543b241cf | Polling MR for XNF activation/deactivation policy response events.
2023-05-26T08:18:31+0000 | policy_event_thread | 140453739223840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e6771a54-fb9d-11ed-b155-aa9543b241cf | InvocationID=e6771cfc-fb9d-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-05-26T08:18:31+0000 | policy_event_thread | 140453739223840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e6771a54-fb9d-11ed-b155-aa9543b241cf | InvocationID=e6771cfc-fb9d-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T08:18:31+0000 | policy_event_thread | 140453739223840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e6771a54-fb9d-11ed-b155-aa9543b241cf | InvocationID=e6771cfc-fb9d-11ed-b155-aa9543b241cf | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T08:18:32+0000 | aai_event_thread | 140453738162976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=db5f8462-fb9d-11ed-b155-aa9543b241cf | InvocationID=db5f8890-fb9d-11ed-b155-aa9543b241cf | Polling MR for XNF AAI events.
2023-05-26T08:18:32+0000 | aai_event_thread | 140453738162976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e750f2b0-fb9d-11ed-b155-aa9543b241cf | InvocationID=e750f4ea-fb9d-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-05-26T08:18:32+0000 | aai_event_thread | 140453738162976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e750f2b0-fb9d-11ed-b155-aa9543b241cf | InvocationID=e750f4ea-fb9d-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T08:18:32+0000 | aai_event_thread | 140453738162976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e750f2b0-fb9d-11ed-b155-aa9543b241cf | InvocationID=e750f4ea-fb9d-11ed-b155-aa9543b241cf | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T08:18:52+0000 | aai_event_thread | 140453738162976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e750f2b0-fb9d-11ed-b155-aa9543b241cf | InvocationID=e750f4ea-fb9d-11ed-b155-aa9543b241cf | Polling MR for XNF AAI events.
2023-05-26T08:18:52+0000 | aai_event_thread | 140453738162976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f341845e-fb9d-11ed-b155-aa9543b241cf | InvocationID=f3418788-fb9d-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-05-26T08:18:52+0000 | aai_event_thread | 140453738162976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f341845e-fb9d-11ed-b155-aa9543b241cf | InvocationID=f3418788-fb9d-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T08:18:52+0000 | aai_event_thread | 140453738162976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f341845e-fb9d-11ed-b155-aa9543b241cf | InvocationID=f3418788-fb9d-11ed-b155-aa9543b241cf | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T08:18:56+0000 | policy_event_thread | 140453739223840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e6771a54-fb9d-11ed-b155-aa9543b241cf | InvocationID=e6771cfc-fb9d-11ed-b155-aa9543b241cf | Polling MR for XNF activation/deactivation policy response events.
2023-05-26T08:18:56+0000 | policy_event_thread | 140453739223840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f5698380-fb9d-11ed-b155-aa9543b241cf | InvocationID=f569865a-fb9d-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-05-26T08:18:56+0000 | policy_event_thread | 140453739223840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f5698380-fb9d-11ed-b155-aa9543b241cf | InvocationID=f569865a-fb9d-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T08:18:56+0000 | policy_event_thread | 140453739223840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f5698380-fb9d-11ed-b155-aa9543b241cf | InvocationID=f569865a-fb9d-11ed-b155-aa9543b241cf | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T08:19:12+0000 | aai_event_thread | 140453738162976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f341845e-fb9d-11ed-b155-aa9543b241cf | InvocationID=f3418788-fb9d-11ed-b155-aa9543b241cf | Polling MR for XNF AAI events.
2023-05-26T08:19:12+0000 | aai_event_thread | 140453738162976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ff374e1a-fb9d-11ed-b155-aa9543b241cf | InvocationID=ff3750a4-fb9d-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-05-26T08:19:12+0000 | aai_event_thread | 140453738162976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ff374e1a-fb9d-11ed-b155-aa9543b241cf | InvocationID=ff3750a4-fb9d-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T08:19:12+0000 | aai_event_thread | 140453738162976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ff374e1a-fb9d-11ed-b155-aa9543b241cf | InvocationID=ff3750a4-fb9d-11ed-b155-aa9543b241cf | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T08:19:21+0000 | policy_event_thread | 140453739223840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f5698380-fb9d-11ed-b155-aa9543b241cf | InvocationID=f569865a-fb9d-11ed-b155-aa9543b241cf | Polling MR for XNF activation/deactivation policy response events.
2023-05-26T08:19:21+0000 | policy_event_thread | 140453739223840 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=045607b0-fb9e-11ed-b155-aa9543b241cf | InvocationID=04561142-fb9e-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-05-26T08:19:21+0000 | policy_event_thread | 140453739223840 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=045607b0-fb9e-11ed-b155-aa9543b241cf | InvocationID=04561142-fb9e-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T08:19:21+0000 | policy_event_thread | 140453739223840 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=045607b0-fb9e-11ed-b155-aa9543b241cf | InvocationID=04561142-fb9e-11ed-b155-aa9543b241cf | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-05-26T08:19:32+0000 | aai_event_thread | 140453738162976 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ff374e1a-fb9d-11ed-b155-aa9543b241cf | InvocationID=ff3750a4-fb9d-11ed-b155-aa9543b241cf | Polling MR for XNF AAI events.
2023-05-26T08:19:32+0000 | aai_event_thread | 140453738162976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0b2c19ee-fb9e-11ed-b155-aa9543b241cf | InvocationID=0b2c1cbe-fb9e-11ed-b155-aa9543b241cf | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-05-26T08:19:32+0000 | aai_event_thread | 140453738162976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0b2c19ee-fb9e-11ed-b155-aa9543b241cf | InvocationID=0b2c1cbe-fb9e-11ed-b155-aa9543b241cf | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T08:19:32+0000 | aai_event_thread | 140453738162976 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0b2c19ee-fb9e-11ed-b155-aa9543b241cf | InvocationID=0b2c1cbe-fb9e-11ed-b155-aa9543b241cf | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-05-26T08:19:46+0000 | policy_event_thread | 140453739223840 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=045607b0-fb9e-11ed-b155-aa9543b241cf | InvocationID=04561142-fb9e-11ed-b155-aa9543b241cf | Polling MR for XNF activation/deactivation policy response events.
2023-05-26T08:19:46+0000 | policy_event_thread | 140453739223840 | INFO | pmsh_config | g