Results

By type

          /opt/lib/python3.10/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-08-05T02:59:23+0000 | MainThread | 140259579738952 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Attempting to fetch PMSH Configuration from CBS.
2023-08-05T02:59:23+0000 | MainThread | 140259579738952 | 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-08-05T02:59:23+0000 | MainThread | 140259579738952 | INFO | pmsh_service_main | main | ServiceName= | RequestID= | InvocationID= | Start polling PMSH_CL_INPUT topic on DMaaP MR.
2023-08-05T02:59:23+0000 | policy_event_thread | 140259504782136 | INFO | policy_response_handler | poll_policy_topic | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF activation/deactivation policy response events.
2023-08-05T02:59:23+0000 | aai_event_thread | 140259503721272 | INFO | aai_event_handler | execute | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF AAI events.
2023-08-05T02:59:23+0000 | policy_event_thread | 140259504782136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=150c5a66-333c-11ee-b823-a630a89fde40 | InvocationID=150c5cdc-333c-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-08-05T02:59:23+0000 | aai_event_thread | 140259503721272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=150df696-333c-11ee-b823-a630a89fde40 | InvocationID=150df8c6-333c-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-08-05T02:59:24+0000 | policy_event_thread | 140259504782136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=150c5a66-333c-11ee-b823-a630a89fde40 | InvocationID=150c5cdc-333c-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T02:59:24+0000 | policy_event_thread | 140259504782136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=150c5a66-333c-11ee-b823-a630a89fde40 | InvocationID=150c5cdc-333c-11ee-b823-a630a89fde40 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 60, in poll_policy_topic
    get_from_topic(MRTopic.POLICY_PM_SUBSCRIBER.value, 'dcae_pmsh_policy_cl_input')
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T02:59:24+0000 | aai_event_thread | 140259503721272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=150df696-333c-11ee-b823-a630a89fde40 | InvocationID=150df8c6-333c-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T02:59:24+0000 | aai_event_thread | 140259503721272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=150df696-333c-11ee-b823-a630a89fde40 | InvocationID=150df8c6-333c-11ee-b823-a630a89fde40 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T02:59:24+0000 | MainThread | 140259579738952 | INFO | __init__ | launch_api_server | ServiceName= | RequestID= | InvocationID= | Launching unsecure http API server
2023-08-05T02:59:44+0000 | aai_event_thread | 140259503721272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=150df696-333c-11ee-b823-a630a89fde40 | InvocationID=150df8c6-333c-11ee-b823-a630a89fde40 | Polling MR for XNF AAI events.
2023-08-05T02:59:44+0000 | aai_event_thread | 140259503721272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2139961e-333c-11ee-b823-a630a89fde40 | InvocationID=21399aba-333c-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-08-05T02:59:44+0000 | aai_event_thread | 140259503721272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2139961e-333c-11ee-b823-a630a89fde40 | InvocationID=21399aba-333c-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T02:59:44+0000 | aai_event_thread | 140259503721272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2139961e-333c-11ee-b823-a630a89fde40 | InvocationID=21399aba-333c-11ee-b823-a630a89fde40 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T02:59:49+0000 | policy_event_thread | 140259504782136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=150c5a66-333c-11ee-b823-a630a89fde40 | InvocationID=150c5cdc-333c-11ee-b823-a630a89fde40 | Polling MR for XNF activation/deactivation policy response events.
2023-08-05T02:59:49+0000 | policy_event_thread | 140259504782136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=242e8f96-333c-11ee-b823-a630a89fde40 | InvocationID=242e92b6-333c-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-08-05T02:59:49+0000 | policy_event_thread | 140259504782136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=242e8f96-333c-11ee-b823-a630a89fde40 | InvocationID=242e92b6-333c-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T02:59:49+0000 | policy_event_thread | 140259504782136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=242e8f96-333c-11ee-b823-a630a89fde40 | InvocationID=242e92b6-333c-11ee-b823-a630a89fde40 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 60, in poll_policy_topic
    get_from_topic(MRTopic.POLICY_PM_SUBSCRIBER.value, 'dcae_pmsh_policy_cl_input')
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:00:04+0000 | aai_event_thread | 140259503721272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2139961e-333c-11ee-b823-a630a89fde40 | InvocationID=21399aba-333c-11ee-b823-a630a89fde40 | Polling MR for XNF AAI events.
2023-08-05T03:00:04+0000 | aai_event_thread | 140259503721272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d31016e-333c-11ee-b823-a630a89fde40 | InvocationID=2d3103e4-333c-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-08-05T03:00:04+0000 | aai_event_thread | 140259503721272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d31016e-333c-11ee-b823-a630a89fde40 | InvocationID=2d3103e4-333c-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:00:04+0000 | aai_event_thread | 140259503721272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2d31016e-333c-11ee-b823-a630a89fde40 | InvocationID=2d3103e4-333c-11ee-b823-a630a89fde40 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:00:14+0000 | policy_event_thread | 140259504782136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=242e8f96-333c-11ee-b823-a630a89fde40 | InvocationID=242e92b6-333c-11ee-b823-a630a89fde40 | Polling MR for XNF activation/deactivation policy response events.
2023-08-05T03:00:14+0000 | policy_event_thread | 140259504782136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=33312bca-333c-11ee-b823-a630a89fde40 | InvocationID=3331323c-333c-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-08-05T03:00:14+0000 | policy_event_thread | 140259504782136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=33312bca-333c-11ee-b823-a630a89fde40 | InvocationID=3331323c-333c-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:00:14+0000 | policy_event_thread | 140259504782136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=33312bca-333c-11ee-b823-a630a89fde40 | InvocationID=3331323c-333c-11ee-b823-a630a89fde40 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 60, in poll_policy_topic
    get_from_topic(MRTopic.POLICY_PM_SUBSCRIBER.value, 'dcae_pmsh_policy_cl_input')
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:00:24+0000 | aai_event_thread | 140259503721272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2d31016e-333c-11ee-b823-a630a89fde40 | InvocationID=2d3103e4-333c-11ee-b823-a630a89fde40 | Polling MR for XNF AAI events.
2023-08-05T03:00:24+0000 | aai_event_thread | 140259503721272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=392f7b8a-333c-11ee-b823-a630a89fde40 | InvocationID=392f7eb4-333c-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-08-05T03:00:24+0000 | aai_event_thread | 140259503721272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=392f7b8a-333c-11ee-b823-a630a89fde40 | InvocationID=392f7eb4-333c-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:00:24+0000 | aai_event_thread | 140259503721272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=392f7b8a-333c-11ee-b823-a630a89fde40 | InvocationID=392f7eb4-333c-11ee-b823-a630a89fde40 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:00:39+0000 | policy_event_thread | 140259504782136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=33312bca-333c-11ee-b823-a630a89fde40 | InvocationID=3331323c-333c-11ee-b823-a630a89fde40 | Polling MR for XNF activation/deactivation policy response events.
2023-08-05T03:00:39+0000 | policy_event_thread | 140259504782136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=423dca7e-333c-11ee-b823-a630a89fde40 | InvocationID=423dcce0-333c-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-08-05T03:00:40+0000 | policy_event_thread | 140259504782136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=423dca7e-333c-11ee-b823-a630a89fde40 | InvocationID=423dcce0-333c-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:00:40+0000 | policy_event_thread | 140259504782136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=423dca7e-333c-11ee-b823-a630a89fde40 | InvocationID=423dcce0-333c-11ee-b823-a630a89fde40 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 60, in poll_policy_topic
    get_from_topic(MRTopic.POLICY_PM_SUBSCRIBER.value, 'dcae_pmsh_policy_cl_input')
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:00:44+0000 | aai_event_thread | 140259503721272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=392f7b8a-333c-11ee-b823-a630a89fde40 | InvocationID=392f7eb4-333c-11ee-b823-a630a89fde40 | Polling MR for XNF AAI events.
2023-08-05T03:00:44+0000 | aai_event_thread | 140259503721272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=45235ba0-333c-11ee-b823-a630a89fde40 | InvocationID=45235db2-333c-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-08-05T03:00:44+0000 | aai_event_thread | 140259503721272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=45235ba0-333c-11ee-b823-a630a89fde40 | InvocationID=45235db2-333c-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:00:44+0000 | aai_event_thread | 140259503721272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=45235ba0-333c-11ee-b823-a630a89fde40 | InvocationID=45235db2-333c-11ee-b823-a630a89fde40 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:01:04+0000 | aai_event_thread | 140259503721272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=45235ba0-333c-11ee-b823-a630a89fde40 | InvocationID=45235db2-333c-11ee-b823-a630a89fde40 | Polling MR for XNF AAI events.
2023-08-05T03:01:04+0000 | aai_event_thread | 140259503721272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=511778ec-333c-11ee-b823-a630a89fde40 | InvocationID=51177b58-333c-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-08-05T03:01:04+0000 | aai_event_thread | 140259503721272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=511778ec-333c-11ee-b823-a630a89fde40 | InvocationID=51177b58-333c-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:01:04+0000 | aai_event_thread | 140259503721272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=511778ec-333c-11ee-b823-a630a89fde40 | InvocationID=51177b58-333c-11ee-b823-a630a89fde40 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:01:05+0000 | policy_event_thread | 140259504782136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=423dca7e-333c-11ee-b823-a630a89fde40 | InvocationID=423dcce0-333c-11ee-b823-a630a89fde40 | Polling MR for XNF activation/deactivation policy response events.
2023-08-05T03:01:05+0000 | policy_event_thread | 140259504782136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=51718012-333c-11ee-b823-a630a89fde40 | InvocationID=5171822e-333c-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-08-05T03:01:05+0000 | policy_event_thread | 140259504782136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=51718012-333c-11ee-b823-a630a89fde40 | InvocationID=5171822e-333c-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:01:05+0000 | policy_event_thread | 140259504782136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=51718012-333c-11ee-b823-a630a89fde40 | InvocationID=5171822e-333c-11ee-b823-a630a89fde40 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 60, in poll_policy_topic
    get_from_topic(MRTopic.POLICY_PM_SUBSCRIBER.value, 'dcae_pmsh_policy_cl_input')
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:01:24+0000 | aai_event_thread | 140259503721272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=511778ec-333c-11ee-b823-a630a89fde40 | InvocationID=51177b58-333c-11ee-b823-a630a89fde40 | Polling MR for XNF AAI events.
2023-08-05T03:01:24+0000 | aai_event_thread | 140259503721272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5d1795e6-333c-11ee-b823-a630a89fde40 | InvocationID=5d179c6c-333c-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-08-05T03:01:24+0000 | aai_event_thread | 140259503721272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5d1795e6-333c-11ee-b823-a630a89fde40 | InvocationID=5d179c6c-333c-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:01:24+0000 | aai_event_thread | 140259503721272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5d1795e6-333c-11ee-b823-a630a89fde40 | InvocationID=5d179c6c-333c-11ee-b823-a630a89fde40 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:01:30+0000 | policy_event_thread | 140259504782136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=51718012-333c-11ee-b823-a630a89fde40 | InvocationID=5171822e-333c-11ee-b823-a630a89fde40 | Polling MR for XNF activation/deactivation policy response events.
2023-08-05T03:01:30+0000 | policy_event_thread | 140259504782136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=606f1502-333c-11ee-b823-a630a89fde40 | InvocationID=606f1764-333c-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-08-05T03:01:30+0000 | policy_event_thread | 140259504782136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=606f1502-333c-11ee-b823-a630a89fde40 | InvocationID=606f1764-333c-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:01:30+0000 | policy_event_thread | 140259504782136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=606f1502-333c-11ee-b823-a630a89fde40 | InvocationID=606f1764-333c-11ee-b823-a630a89fde40 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 60, in poll_policy_topic
    get_from_topic(MRTopic.POLICY_PM_SUBSCRIBER.value, 'dcae_pmsh_policy_cl_input')
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:01:44+0000 | aai_event_thread | 140259503721272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5d1795e6-333c-11ee-b823-a630a89fde40 | InvocationID=5d179c6c-333c-11ee-b823-a630a89fde40 | Polling MR for XNF AAI events.
2023-08-05T03:01:44+0000 | aai_event_thread | 140259503721272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=690f3c46-333c-11ee-b823-a630a89fde40 | InvocationID=690f4038-333c-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-08-05T03:01:45+0000 | aai_event_thread | 140259503721272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=690f3c46-333c-11ee-b823-a630a89fde40 | InvocationID=690f4038-333c-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:01:45+0000 | aai_event_thread | 140259503721272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=690f3c46-333c-11ee-b823-a630a89fde40 | InvocationID=690f4038-333c-11ee-b823-a630a89fde40 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:01:55+0000 | policy_event_thread | 140259504782136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=606f1502-333c-11ee-b823-a630a89fde40 | InvocationID=606f1764-333c-11ee-b823-a630a89fde40 | Polling MR for XNF activation/deactivation policy response events.
2023-08-05T03:01:55+0000 | policy_event_thread | 140259504782136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6f6837d2-333c-11ee-b823-a630a89fde40 | InvocationID=6f683b60-333c-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-08-05T03:01:55+0000 | policy_event_thread | 140259504782136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6f6837d2-333c-11ee-b823-a630a89fde40 | InvocationID=6f683b60-333c-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:01:55+0000 | policy_event_thread | 140259504782136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6f6837d2-333c-11ee-b823-a630a89fde40 | InvocationID=6f683b60-333c-11ee-b823-a630a89fde40 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 60, in poll_policy_topic
    get_from_topic(MRTopic.POLICY_PM_SUBSCRIBER.value, 'dcae_pmsh_policy_cl_input')
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:02:05+0000 | aai_event_thread | 140259503721272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=690f3c46-333c-11ee-b823-a630a89fde40 | InvocationID=690f4038-333c-11ee-b823-a630a89fde40 | Polling MR for XNF AAI events.
2023-08-05T03:02:05+0000 | aai_event_thread | 140259503721272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=75108edc-333c-11ee-b823-a630a89fde40 | InvocationID=751091de-333c-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-08-05T03:02:05+0000 | aai_event_thread | 140259503721272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=75108edc-333c-11ee-b823-a630a89fde40 | InvocationID=751091de-333c-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:02:05+0000 | aai_event_thread | 140259503721272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=75108edc-333c-11ee-b823-a630a89fde40 | InvocationID=751091de-333c-11ee-b823-a630a89fde40 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:02:20+0000 | policy_event_thread | 140259504782136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6f6837d2-333c-11ee-b823-a630a89fde40 | InvocationID=6f683b60-333c-11ee-b823-a630a89fde40 | Polling MR for XNF activation/deactivation policy response events.
2023-08-05T03:02:20+0000 | policy_event_thread | 140259504782136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7e61143e-333c-11ee-b823-a630a89fde40 | InvocationID=7e611768-333c-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-08-05T03:02:20+0000 | policy_event_thread | 140259504782136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7e61143e-333c-11ee-b823-a630a89fde40 | InvocationID=7e611768-333c-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:02:20+0000 | policy_event_thread | 140259504782136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7e61143e-333c-11ee-b823-a630a89fde40 | InvocationID=7e611768-333c-11ee-b823-a630a89fde40 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 60, in poll_policy_topic
    get_from_topic(MRTopic.POLICY_PM_SUBSCRIBER.value, 'dcae_pmsh_policy_cl_input')
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:02:25+0000 | aai_event_thread | 140259503721272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=75108edc-333c-11ee-b823-a630a89fde40 | InvocationID=751091de-333c-11ee-b823-a630a89fde40 | Polling MR for XNF AAI events.
2023-08-05T03:02:25+0000 | aai_event_thread | 140259503721272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8113f700-333c-11ee-b823-a630a89fde40 | InvocationID=8113f962-333c-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-08-05T03:02:25+0000 | aai_event_thread | 140259503721272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8113f700-333c-11ee-b823-a630a89fde40 | InvocationID=8113f962-333c-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:02:25+0000 | aai_event_thread | 140259503721272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8113f700-333c-11ee-b823-a630a89fde40 | InvocationID=8113f962-333c-11ee-b823-a630a89fde40 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:02:45+0000 | aai_event_thread | 140259503721272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8113f700-333c-11ee-b823-a630a89fde40 | InvocationID=8113f962-333c-11ee-b823-a630a89fde40 | Polling MR for XNF AAI events.
2023-08-05T03:02:45+0000 | aai_event_thread | 140259503721272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8d08c1bc-333c-11ee-b823-a630a89fde40 | InvocationID=8d08c40a-333c-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-08-05T03:02:45+0000 | aai_event_thread | 140259503721272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8d08c1bc-333c-11ee-b823-a630a89fde40 | InvocationID=8d08c40a-333c-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:02:45+0000 | aai_event_thread | 140259503721272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8d08c1bc-333c-11ee-b823-a630a89fde40 | InvocationID=8d08c40a-333c-11ee-b823-a630a89fde40 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:02:45+0000 | policy_event_thread | 140259504782136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7e61143e-333c-11ee-b823-a630a89fde40 | InvocationID=7e611768-333c-11ee-b823-a630a89fde40 | Polling MR for XNF activation/deactivation policy response events.
2023-08-05T03:02:45+0000 | policy_event_thread | 140259504782136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8d58a628-333c-11ee-b823-a630a89fde40 | InvocationID=8d58a880-333c-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-08-05T03:02:45+0000 | policy_event_thread | 140259504782136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8d58a628-333c-11ee-b823-a630a89fde40 | InvocationID=8d58a880-333c-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:02:45+0000 | policy_event_thread | 140259504782136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8d58a628-333c-11ee-b823-a630a89fde40 | InvocationID=8d58a880-333c-11ee-b823-a630a89fde40 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 60, in poll_policy_topic
    get_from_topic(MRTopic.POLICY_PM_SUBSCRIBER.value, 'dcae_pmsh_policy_cl_input')
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:03:05+0000 | aai_event_thread | 140259503721272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8d08c1bc-333c-11ee-b823-a630a89fde40 | InvocationID=8d08c40a-333c-11ee-b823-a630a89fde40 | Polling MR for XNF AAI events.
2023-08-05T03:03:05+0000 | aai_event_thread | 140259503721272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=99087070-333c-11ee-b823-a630a89fde40 | InvocationID=990872dc-333c-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-08-05T03:03:05+0000 | aai_event_thread | 140259503721272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=99087070-333c-11ee-b823-a630a89fde40 | InvocationID=990872dc-333c-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:03:05+0000 | aai_event_thread | 140259503721272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=99087070-333c-11ee-b823-a630a89fde40 | InvocationID=990872dc-333c-11ee-b823-a630a89fde40 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:03:10+0000 | policy_event_thread | 140259504782136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8d58a628-333c-11ee-b823-a630a89fde40 | InvocationID=8d58a880-333c-11ee-b823-a630a89fde40 | Polling MR for XNF activation/deactivation policy response events.
2023-08-05T03:03:10+0000 | policy_event_thread | 140259504782136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9c4f6414-333c-11ee-b823-a630a89fde40 | InvocationID=9c4f668a-333c-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-08-05T03:03:10+0000 | policy_event_thread | 140259504782136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9c4f6414-333c-11ee-b823-a630a89fde40 | InvocationID=9c4f668a-333c-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:03:10+0000 | policy_event_thread | 140259504782136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9c4f6414-333c-11ee-b823-a630a89fde40 | InvocationID=9c4f668a-333c-11ee-b823-a630a89fde40 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 60, in poll_policy_topic
    get_from_topic(MRTopic.POLICY_PM_SUBSCRIBER.value, 'dcae_pmsh_policy_cl_input')
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:03:25+0000 | aai_event_thread | 140259503721272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=99087070-333c-11ee-b823-a630a89fde40 | InvocationID=990872dc-333c-11ee-b823-a630a89fde40 | Polling MR for XNF AAI events.
2023-08-05T03:03:25+0000 | aai_event_thread | 140259503721272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a50a6bb2-333c-11ee-b823-a630a89fde40 | InvocationID=a50a7698-333c-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-08-05T03:03:25+0000 | aai_event_thread | 140259503721272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a50a6bb2-333c-11ee-b823-a630a89fde40 | InvocationID=a50a7698-333c-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:03:25+0000 | aai_event_thread | 140259503721272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a50a6bb2-333c-11ee-b823-a630a89fde40 | InvocationID=a50a7698-333c-11ee-b823-a630a89fde40 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:03:35+0000 | policy_event_thread | 140259504782136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9c4f6414-333c-11ee-b823-a630a89fde40 | InvocationID=9c4f668a-333c-11ee-b823-a630a89fde40 | Polling MR for XNF activation/deactivation policy response events.
2023-08-05T03:03:35+0000 | policy_event_thread | 140259504782136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ab45797c-333c-11ee-b823-a630a89fde40 | InvocationID=ab457c1a-333c-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-08-05T03:03:36+0000 | policy_event_thread | 140259504782136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ab45797c-333c-11ee-b823-a630a89fde40 | InvocationID=ab457c1a-333c-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:03:36+0000 | policy_event_thread | 140259504782136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ab45797c-333c-11ee-b823-a630a89fde40 | InvocationID=ab457c1a-333c-11ee-b823-a630a89fde40 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 60, in poll_policy_topic
    get_from_topic(MRTopic.POLICY_PM_SUBSCRIBER.value, 'dcae_pmsh_policy_cl_input')
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:03:46+0000 | aai_event_thread | 140259503721272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a50a6bb2-333c-11ee-b823-a630a89fde40 | InvocationID=a50a7698-333c-11ee-b823-a630a89fde40 | Polling MR for XNF AAI events.
2023-08-05T03:03:46+0000 | aai_event_thread | 140259503721272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b142eeae-333c-11ee-b823-a630a89fde40 | InvocationID=b142f2fa-333c-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-08-05T03:03:46+0000 | aai_event_thread | 140259503721272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b142eeae-333c-11ee-b823-a630a89fde40 | InvocationID=b142f2fa-333c-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:03:46+0000 | aai_event_thread | 140259503721272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b142eeae-333c-11ee-b823-a630a89fde40 | InvocationID=b142f2fa-333c-11ee-b823-a630a89fde40 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:04:01+0000 | policy_event_thread | 140259504782136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ab45797c-333c-11ee-b823-a630a89fde40 | InvocationID=ab457c1a-333c-11ee-b823-a630a89fde40 | Polling MR for XNF activation/deactivation policy response events.
2023-08-05T03:04:01+0000 | policy_event_thread | 140259504782136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ba4b3664-333c-11ee-b823-a630a89fde40 | InvocationID=ba4b39ca-333c-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-08-05T03:04:01+0000 | policy_event_thread | 140259504782136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ba4b3664-333c-11ee-b823-a630a89fde40 | InvocationID=ba4b39ca-333c-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:04:01+0000 | policy_event_thread | 140259504782136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ba4b3664-333c-11ee-b823-a630a89fde40 | InvocationID=ba4b39ca-333c-11ee-b823-a630a89fde40 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 60, in poll_policy_topic
    get_from_topic(MRTopic.POLICY_PM_SUBSCRIBER.value, 'dcae_pmsh_policy_cl_input')
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:04:06+0000 | aai_event_thread | 140259503721272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b142eeae-333c-11ee-b823-a630a89fde40 | InvocationID=b142f2fa-333c-11ee-b823-a630a89fde40 | Polling MR for XNF AAI events.
2023-08-05T03:04:06+0000 | aai_event_thread | 140259503721272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bd772e4c-333c-11ee-b823-a630a89fde40 | InvocationID=bd773220-333c-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-08-05T03:04:06+0000 | aai_event_thread | 140259503721272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bd772e4c-333c-11ee-b823-a630a89fde40 | InvocationID=bd773220-333c-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:04:06+0000 | aai_event_thread | 140259503721272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bd772e4c-333c-11ee-b823-a630a89fde40 | InvocationID=bd773220-333c-11ee-b823-a630a89fde40 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:04:26+0000 | policy_event_thread | 140259504782136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ba4b3664-333c-11ee-b823-a630a89fde40 | InvocationID=ba4b39ca-333c-11ee-b823-a630a89fde40 | Polling MR for XNF activation/deactivation policy response events.
2023-08-05T03:04:26+0000 | policy_event_thread | 140259504782136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c95b7042-333c-11ee-b823-a630a89fde40 | InvocationID=c95b7948-333c-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-08-05T03:04:26+0000 | aai_event_thread | 140259503721272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bd772e4c-333c-11ee-b823-a630a89fde40 | InvocationID=bd773220-333c-11ee-b823-a630a89fde40 | Polling MR for XNF AAI events.
2023-08-05T03:04:26+0000 | aai_event_thread | 140259503721272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c9696e04-333c-11ee-b823-a630a89fde40 | InvocationID=c9697052-333c-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-08-05T03:04:26+0000 | policy_event_thread | 140259504782136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c95b7042-333c-11ee-b823-a630a89fde40 | InvocationID=c95b7948-333c-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:04:26+0000 | policy_event_thread | 140259504782136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c95b7042-333c-11ee-b823-a630a89fde40 | InvocationID=c95b7948-333c-11ee-b823-a630a89fde40 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 60, in poll_policy_topic
    get_from_topic(MRTopic.POLICY_PM_SUBSCRIBER.value, 'dcae_pmsh_policy_cl_input')
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:04:26+0000 | aai_event_thread | 140259503721272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c9696e04-333c-11ee-b823-a630a89fde40 | InvocationID=c9697052-333c-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:04:26+0000 | aai_event_thread | 140259503721272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c9696e04-333c-11ee-b823-a630a89fde40 | InvocationID=c9697052-333c-11ee-b823-a630a89fde40 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:04:46+0000 | aai_event_thread | 140259503721272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c9696e04-333c-11ee-b823-a630a89fde40 | InvocationID=c9697052-333c-11ee-b823-a630a89fde40 | Polling MR for XNF AAI events.
2023-08-05T03:04:46+0000 | aai_event_thread | 140259503721272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d561431c-333c-11ee-b823-a630a89fde40 | InvocationID=d5614556-333c-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-08-05T03:04:46+0000 | aai_event_thread | 140259503721272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d561431c-333c-11ee-b823-a630a89fde40 | InvocationID=d5614556-333c-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:04:46+0000 | aai_event_thread | 140259503721272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d561431c-333c-11ee-b823-a630a89fde40 | InvocationID=d5614556-333c-11ee-b823-a630a89fde40 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:04:51+0000 | policy_event_thread | 140259504782136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c95b7042-333c-11ee-b823-a630a89fde40 | InvocationID=c95b7948-333c-11ee-b823-a630a89fde40 | Polling MR for XNF activation/deactivation policy response events.
2023-08-05T03:04:51+0000 | policy_event_thread | 140259504782136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d854866a-333c-11ee-b823-a630a89fde40 | InvocationID=d854880e-333c-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-08-05T03:04:51+0000 | policy_event_thread | 140259504782136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d854866a-333c-11ee-b823-a630a89fde40 | InvocationID=d854880e-333c-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:04:51+0000 | policy_event_thread | 140259504782136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d854866a-333c-11ee-b823-a630a89fde40 | InvocationID=d854880e-333c-11ee-b823-a630a89fde40 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 60, in poll_policy_topic
    get_from_topic(MRTopic.POLICY_PM_SUBSCRIBER.value, 'dcae_pmsh_policy_cl_input')
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:05:06+0000 | aai_event_thread | 140259503721272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d561431c-333c-11ee-b823-a630a89fde40 | InvocationID=d5614556-333c-11ee-b823-a630a89fde40 | Polling MR for XNF AAI events.
2023-08-05T03:05:06+0000 | aai_event_thread | 140259503721272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e16c328e-333c-11ee-b823-a630a89fde40 | InvocationID=e16c34e6-333c-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-08-05T03:05:06+0000 | aai_event_thread | 140259503721272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e16c328e-333c-11ee-b823-a630a89fde40 | InvocationID=e16c34e6-333c-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:05:06+0000 | aai_event_thread | 140259503721272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e16c328e-333c-11ee-b823-a630a89fde40 | InvocationID=e16c34e6-333c-11ee-b823-a630a89fde40 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:05:16+0000 | policy_event_thread | 140259504782136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d854866a-333c-11ee-b823-a630a89fde40 | InvocationID=d854880e-333c-11ee-b823-a630a89fde40 | Polling MR for XNF activation/deactivation policy response events.
2023-08-05T03:05:16+0000 | policy_event_thread | 140259504782136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e745a906-333c-11ee-b823-a630a89fde40 | InvocationID=e745b496-333c-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-08-05T03:05:16+0000 | policy_event_thread | 140259504782136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e745a906-333c-11ee-b823-a630a89fde40 | InvocationID=e745b496-333c-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:05:16+0000 | policy_event_thread | 140259504782136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e745a906-333c-11ee-b823-a630a89fde40 | InvocationID=e745b496-333c-11ee-b823-a630a89fde40 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 60, in poll_policy_topic
    get_from_topic(MRTopic.POLICY_PM_SUBSCRIBER.value, 'dcae_pmsh_policy_cl_input')
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:05:26+0000 | aai_event_thread | 140259503721272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e16c328e-333c-11ee-b823-a630a89fde40 | InvocationID=e16c34e6-333c-11ee-b823-a630a89fde40 | Polling MR for XNF AAI events.
2023-08-05T03:05:26+0000 | aai_event_thread | 140259503721272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ed654a8a-333c-11ee-b823-a630a89fde40 | InvocationID=ed65502a-333c-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-08-05T03:05:27+0000 | aai_event_thread | 140259503721272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ed654a8a-333c-11ee-b823-a630a89fde40 | InvocationID=ed65502a-333c-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:05:27+0000 | aai_event_thread | 140259503721272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ed654a8a-333c-11ee-b823-a630a89fde40 | InvocationID=ed65502a-333c-11ee-b823-a630a89fde40 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:05:41+0000 | policy_event_thread | 140259504782136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e745a906-333c-11ee-b823-a630a89fde40 | InvocationID=e745b496-333c-11ee-b823-a630a89fde40 | Polling MR for XNF activation/deactivation policy response events.
2023-08-05T03:05:41+0000 | policy_event_thread | 140259504782136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f634fa7a-333c-11ee-b823-a630a89fde40 | InvocationID=f634fd04-333c-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-08-05T03:05:41+0000 | policy_event_thread | 140259504782136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f634fa7a-333c-11ee-b823-a630a89fde40 | InvocationID=f634fd04-333c-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:05:41+0000 | policy_event_thread | 140259504782136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f634fa7a-333c-11ee-b823-a630a89fde40 | InvocationID=f634fd04-333c-11ee-b823-a630a89fde40 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 60, in poll_policy_topic
    get_from_topic(MRTopic.POLICY_PM_SUBSCRIBER.value, 'dcae_pmsh_policy_cl_input')
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:05:47+0000 | aai_event_thread | 140259503721272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ed654a8a-333c-11ee-b823-a630a89fde40 | InvocationID=ed65502a-333c-11ee-b823-a630a89fde40 | Polling MR for XNF AAI events.
2023-08-05T03:05:47+0000 | aai_event_thread | 140259503721272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f96a4060-333c-11ee-b823-a630a89fde40 | InvocationID=f96a45d8-333c-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-08-05T03:05:47+0000 | aai_event_thread | 140259503721272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f96a4060-333c-11ee-b823-a630a89fde40 | InvocationID=f96a45d8-333c-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:05:47+0000 | aai_event_thread | 140259503721272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f96a4060-333c-11ee-b823-a630a89fde40 | InvocationID=f96a45d8-333c-11ee-b823-a630a89fde40 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:06:06+0000 | policy_event_thread | 140259504782136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f634fa7a-333c-11ee-b823-a630a89fde40 | InvocationID=f634fd04-333c-11ee-b823-a630a89fde40 | Polling MR for XNF activation/deactivation policy response events.
2023-08-05T03:06:06+0000 | policy_event_thread | 140259504782136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0528fe82-333d-11ee-b823-a630a89fde40 | InvocationID=0529013e-333d-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-08-05T03:06:06+0000 | policy_event_thread | 140259504782136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0528fe82-333d-11ee-b823-a630a89fde40 | InvocationID=0529013e-333d-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:06:06+0000 | policy_event_thread | 140259504782136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0528fe82-333d-11ee-b823-a630a89fde40 | InvocationID=0529013e-333d-11ee-b823-a630a89fde40 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 60, in poll_policy_topic
    get_from_topic(MRTopic.POLICY_PM_SUBSCRIBER.value, 'dcae_pmsh_policy_cl_input')
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:06:07+0000 | aai_event_thread | 140259503721272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f96a4060-333c-11ee-b823-a630a89fde40 | InvocationID=f96a45d8-333c-11ee-b823-a630a89fde40 | Polling MR for XNF AAI events.
2023-08-05T03:06:07+0000 | aai_event_thread | 140259503721272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0560d9ce-333d-11ee-b823-a630a89fde40 | InvocationID=0560dc3a-333d-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-08-05T03:06:07+0000 | aai_event_thread | 140259503721272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0560d9ce-333d-11ee-b823-a630a89fde40 | InvocationID=0560dc3a-333d-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:06:07+0000 | aai_event_thread | 140259503721272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0560d9ce-333d-11ee-b823-a630a89fde40 | InvocationID=0560dc3a-333d-11ee-b823-a630a89fde40 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:06:27+0000 | aai_event_thread | 140259503721272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0560d9ce-333d-11ee-b823-a630a89fde40 | InvocationID=0560dc3a-333d-11ee-b823-a630a89fde40 | Polling MR for XNF AAI events.
2023-08-05T03:06:27+0000 | aai_event_thread | 140259503721272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=11635a30-333d-11ee-b823-a630a89fde40 | InvocationID=11635e4a-333d-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-08-05T03:06:27+0000 | aai_event_thread | 140259503721272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=11635a30-333d-11ee-b823-a630a89fde40 | InvocationID=11635e4a-333d-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:06:27+0000 | aai_event_thread | 140259503721272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=11635a30-333d-11ee-b823-a630a89fde40 | InvocationID=11635e4a-333d-11ee-b823-a630a89fde40 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:06:31+0000 | policy_event_thread | 140259504782136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0528fe82-333d-11ee-b823-a630a89fde40 | InvocationID=0529013e-333d-11ee-b823-a630a89fde40 | Polling MR for XNF activation/deactivation policy response events.
2023-08-05T03:06:31+0000 | policy_event_thread | 140259504782136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=141c128a-333d-11ee-b823-a630a89fde40 | InvocationID=141c1582-333d-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-08-05T03:06:31+0000 | policy_event_thread | 140259504782136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=141c128a-333d-11ee-b823-a630a89fde40 | InvocationID=141c1582-333d-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:06:31+0000 | policy_event_thread | 140259504782136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=141c128a-333d-11ee-b823-a630a89fde40 | InvocationID=141c1582-333d-11ee-b823-a630a89fde40 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 60, in poll_policy_topic
    get_from_topic(MRTopic.POLICY_PM_SUBSCRIBER.value, 'dcae_pmsh_policy_cl_input')
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:06:47+0000 | aai_event_thread | 140259503721272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=11635a30-333d-11ee-b823-a630a89fde40 | InvocationID=11635e4a-333d-11ee-b823-a630a89fde40 | Polling MR for XNF AAI events.
2023-08-05T03:06:47+0000 | aai_event_thread | 140259503721272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1d7c0754-333d-11ee-b823-a630a89fde40 | InvocationID=1d7c1aaa-333d-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-08-05T03:06:47+0000 | aai_event_thread | 140259503721272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1d7c0754-333d-11ee-b823-a630a89fde40 | InvocationID=1d7c1aaa-333d-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:06:47+0000 | aai_event_thread | 140259503721272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1d7c0754-333d-11ee-b823-a630a89fde40 | InvocationID=1d7c1aaa-333d-11ee-b823-a630a89fde40 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:06:56+0000 | policy_event_thread | 140259504782136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=141c128a-333d-11ee-b823-a630a89fde40 | InvocationID=141c1582-333d-11ee-b823-a630a89fde40 | Polling MR for XNF activation/deactivation policy response events.
2023-08-05T03:06:56+0000 | policy_event_thread | 140259504782136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=230e8dc2-333d-11ee-b823-a630a89fde40 | InvocationID=230e904c-333d-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-08-05T03:06:56+0000 | policy_event_thread | 140259504782136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=230e8dc2-333d-11ee-b823-a630a89fde40 | InvocationID=230e904c-333d-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:06:56+0000 | policy_event_thread | 140259504782136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=230e8dc2-333d-11ee-b823-a630a89fde40 | InvocationID=230e904c-333d-11ee-b823-a630a89fde40 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 60, in poll_policy_topic
    get_from_topic(MRTopic.POLICY_PM_SUBSCRIBER.value, 'dcae_pmsh_policy_cl_input')
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:07:07+0000 | aai_event_thread | 140259503721272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1d7c0754-333d-11ee-b823-a630a89fde40 | InvocationID=1d7c1aaa-333d-11ee-b823-a630a89fde40 | Polling MR for XNF AAI events.
2023-08-05T03:07:07+0000 | aai_event_thread | 140259503721272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=29794742-333d-11ee-b823-a630a89fde40 | InvocationID=297948fa-333d-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-08-05T03:07:07+0000 | aai_event_thread | 140259503721272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=29794742-333d-11ee-b823-a630a89fde40 | InvocationID=297948fa-333d-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:07:07+0000 | aai_event_thread | 140259503721272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=29794742-333d-11ee-b823-a630a89fde40 | InvocationID=297948fa-333d-11ee-b823-a630a89fde40 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:07:21+0000 | policy_event_thread | 140259504782136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=230e8dc2-333d-11ee-b823-a630a89fde40 | InvocationID=230e904c-333d-11ee-b823-a630a89fde40 | Polling MR for XNF activation/deactivation policy response events.
2023-08-05T03:07:22+0000 | policy_event_thread | 140259504782136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=320144dc-333d-11ee-b823-a630a89fde40 | InvocationID=32014798-333d-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-08-05T03:07:22+0000 | policy_event_thread | 140259504782136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=320144dc-333d-11ee-b823-a630a89fde40 | InvocationID=32014798-333d-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:07:22+0000 | policy_event_thread | 140259504782136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=320144dc-333d-11ee-b823-a630a89fde40 | InvocationID=32014798-333d-11ee-b823-a630a89fde40 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 60, in poll_policy_topic
    get_from_topic(MRTopic.POLICY_PM_SUBSCRIBER.value, 'dcae_pmsh_policy_cl_input')
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:07:27+0000 | aai_event_thread | 140259503721272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=29794742-333d-11ee-b823-a630a89fde40 | InvocationID=297948fa-333d-11ee-b823-a630a89fde40 | Polling MR for XNF AAI events.
2023-08-05T03:07:27+0000 | aai_event_thread | 140259503721272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3570fb58-333d-11ee-b823-a630a89fde40 | InvocationID=3570fdf6-333d-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-08-05T03:07:27+0000 | aai_event_thread | 140259503721272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3570fb58-333d-11ee-b823-a630a89fde40 | InvocationID=3570fdf6-333d-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:07:27+0000 | aai_event_thread | 140259503721272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3570fb58-333d-11ee-b823-a630a89fde40 | InvocationID=3570fdf6-333d-11ee-b823-a630a89fde40 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:07:47+0000 | policy_event_thread | 140259504782136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=320144dc-333d-11ee-b823-a630a89fde40 | InvocationID=32014798-333d-11ee-b823-a630a89fde40 | Polling MR for XNF activation/deactivation policy response events.
2023-08-05T03:07:47+0000 | policy_event_thread | 140259504782136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=40f7b494-333d-11ee-b823-a630a89fde40 | InvocationID=40f7c5d8-333d-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-08-05T03:07:47+0000 | policy_event_thread | 140259504782136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=40f7b494-333d-11ee-b823-a630a89fde40 | InvocationID=40f7c5d8-333d-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:07:47+0000 | policy_event_thread | 140259504782136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=40f7b494-333d-11ee-b823-a630a89fde40 | InvocationID=40f7c5d8-333d-11ee-b823-a630a89fde40 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 60, in poll_policy_topic
    get_from_topic(MRTopic.POLICY_PM_SUBSCRIBER.value, 'dcae_pmsh_policy_cl_input')
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:07:47+0000 | aai_event_thread | 140259503721272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3570fb58-333d-11ee-b823-a630a89fde40 | InvocationID=3570fdf6-333d-11ee-b823-a630a89fde40 | Polling MR for XNF AAI events.
2023-08-05T03:07:47+0000 | aai_event_thread | 140259503721272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4166492c-333d-11ee-b823-a630a89fde40 | InvocationID=41664b8e-333d-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-08-05T03:07:47+0000 | aai_event_thread | 140259503721272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4166492c-333d-11ee-b823-a630a89fde40 | InvocationID=41664b8e-333d-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:07:47+0000 | aai_event_thread | 140259503721272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4166492c-333d-11ee-b823-a630a89fde40 | InvocationID=41664b8e-333d-11ee-b823-a630a89fde40 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:08:07+0000 | aai_event_thread | 140259503721272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4166492c-333d-11ee-b823-a630a89fde40 | InvocationID=41664b8e-333d-11ee-b823-a630a89fde40 | Polling MR for XNF AAI events.
2023-08-05T03:08:07+0000 | aai_event_thread | 140259503721272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4d57b3e2-333d-11ee-b823-a630a89fde40 | InvocationID=4d57b64e-333d-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-08-05T03:08:07+0000 | aai_event_thread | 140259503721272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4d57b3e2-333d-11ee-b823-a630a89fde40 | InvocationID=4d57b64e-333d-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:08:07+0000 | aai_event_thread | 140259503721272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4d57b3e2-333d-11ee-b823-a630a89fde40 | InvocationID=4d57b64e-333d-11ee-b823-a630a89fde40 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:08:12+0000 | policy_event_thread | 140259504782136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=40f7b494-333d-11ee-b823-a630a89fde40 | InvocationID=40f7c5d8-333d-11ee-b823-a630a89fde40 | Polling MR for XNF activation/deactivation policy response events.
2023-08-05T03:08:12+0000 | policy_event_thread | 140259504782136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4ff497d2-333d-11ee-b823-a630a89fde40 | InvocationID=4ff49b42-333d-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-08-05T03:08:12+0000 | policy_event_thread | 140259504782136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4ff497d2-333d-11ee-b823-a630a89fde40 | InvocationID=4ff49b42-333d-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:08:12+0000 | policy_event_thread | 140259504782136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4ff497d2-333d-11ee-b823-a630a89fde40 | InvocationID=4ff49b42-333d-11ee-b823-a630a89fde40 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 60, in poll_policy_topic
    get_from_topic(MRTopic.POLICY_PM_SUBSCRIBER.value, 'dcae_pmsh_policy_cl_input')
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:08:27+0000 | aai_event_thread | 140259503721272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4d57b3e2-333d-11ee-b823-a630a89fde40 | InvocationID=4d57b64e-333d-11ee-b823-a630a89fde40 | Polling MR for XNF AAI events.
2023-08-05T03:08:27+0000 | aai_event_thread | 140259503721272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=594f5d08-333d-11ee-b823-a630a89fde40 | InvocationID=594f629e-333d-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-08-05T03:08:28+0000 | aai_event_thread | 140259503721272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=594f5d08-333d-11ee-b823-a630a89fde40 | InvocationID=594f629e-333d-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:08:28+0000 | aai_event_thread | 140259503721272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=594f5d08-333d-11ee-b823-a630a89fde40 | InvocationID=594f629e-333d-11ee-b823-a630a89fde40 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:08:37+0000 | policy_event_thread | 140259504782136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4ff497d2-333d-11ee-b823-a630a89fde40 | InvocationID=4ff49b42-333d-11ee-b823-a630a89fde40 | Polling MR for XNF activation/deactivation policy response events.
2023-08-05T03:08:37+0000 | policy_event_thread | 140259504782136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5ee18228-333d-11ee-b823-a630a89fde40 | InvocationID=5ee18552-333d-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-08-05T03:08:37+0000 | policy_event_thread | 140259504782136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5ee18228-333d-11ee-b823-a630a89fde40 | InvocationID=5ee18552-333d-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:08:37+0000 | policy_event_thread | 140259504782136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5ee18228-333d-11ee-b823-a630a89fde40 | InvocationID=5ee18552-333d-11ee-b823-a630a89fde40 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 60, in poll_policy_topic
    get_from_topic(MRTopic.POLICY_PM_SUBSCRIBER.value, 'dcae_pmsh_policy_cl_input')
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:08:48+0000 | aai_event_thread | 140259503721272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=594f5d08-333d-11ee-b823-a630a89fde40 | InvocationID=594f629e-333d-11ee-b823-a630a89fde40 | Polling MR for XNF AAI events.
2023-08-05T03:08:48+0000 | aai_event_thread | 140259503721272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=654ee2e0-333d-11ee-b823-a630a89fde40 | InvocationID=654ee54c-333d-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-08-05T03:08:48+0000 | aai_event_thread | 140259503721272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=654ee2e0-333d-11ee-b823-a630a89fde40 | InvocationID=654ee54c-333d-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:08:48+0000 | aai_event_thread | 140259503721272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=654ee2e0-333d-11ee-b823-a630a89fde40 | InvocationID=654ee54c-333d-11ee-b823-a630a89fde40 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:09:02+0000 | policy_event_thread | 140259504782136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5ee18228-333d-11ee-b823-a630a89fde40 | InvocationID=5ee18552-333d-11ee-b823-a630a89fde40 | Polling MR for XNF activation/deactivation policy response events.
2023-08-05T03:09:02+0000 | policy_event_thread | 140259504782136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6dcf8082-333d-11ee-b823-a630a89fde40 | InvocationID=6dcf8316-333d-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-08-05T03:09:02+0000 | policy_event_thread | 140259504782136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6dcf8082-333d-11ee-b823-a630a89fde40 | InvocationID=6dcf8316-333d-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:09:02+0000 | policy_event_thread | 140259504782136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6dcf8082-333d-11ee-b823-a630a89fde40 | InvocationID=6dcf8316-333d-11ee-b823-a630a89fde40 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 60, in poll_policy_topic
    get_from_topic(MRTopic.POLICY_PM_SUBSCRIBER.value, 'dcae_pmsh_policy_cl_input')
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:09:08+0000 | aai_event_thread | 140259503721272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=654ee2e0-333d-11ee-b823-a630a89fde40 | InvocationID=654ee54c-333d-11ee-b823-a630a89fde40 | Polling MR for XNF AAI events.
2023-08-05T03:09:08+0000 | aai_event_thread | 140259503721272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7146e980-333d-11ee-b823-a630a89fde40 | InvocationID=7146ec28-333d-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-08-05T03:09:08+0000 | aai_event_thread | 140259503721272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7146e980-333d-11ee-b823-a630a89fde40 | InvocationID=7146ec28-333d-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:09:08+0000 | aai_event_thread | 140259503721272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7146e980-333d-11ee-b823-a630a89fde40 | InvocationID=7146ec28-333d-11ee-b823-a630a89fde40 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:09:27+0000 | policy_event_thread | 140259504782136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6dcf8082-333d-11ee-b823-a630a89fde40 | InvocationID=6dcf8316-333d-11ee-b823-a630a89fde40 | Polling MR for XNF activation/deactivation policy response events.
2023-08-05T03:09:27+0000 | policy_event_thread | 140259504782136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7cbeef88-333d-11ee-b823-a630a89fde40 | InvocationID=7cbef1ea-333d-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-08-05T03:09:27+0000 | policy_event_thread | 140259504782136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7cbeef88-333d-11ee-b823-a630a89fde40 | InvocationID=7cbef1ea-333d-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:09:27+0000 | policy_event_thread | 140259504782136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7cbeef88-333d-11ee-b823-a630a89fde40 | InvocationID=7cbef1ea-333d-11ee-b823-a630a89fde40 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 60, in poll_policy_topic
    get_from_topic(MRTopic.POLICY_PM_SUBSCRIBER.value, 'dcae_pmsh_policy_cl_input')
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:09:28+0000 | aai_event_thread | 140259503721272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7146e980-333d-11ee-b823-a630a89fde40 | InvocationID=7146ec28-333d-11ee-b823-a630a89fde40 | Polling MR for XNF AAI events.
2023-08-05T03:09:28+0000 | aai_event_thread | 140259503721272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7d3aa56a-333d-11ee-b823-a630a89fde40 | InvocationID=7d3aa7cc-333d-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-08-05T03:09:28+0000 | aai_event_thread | 140259503721272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7d3aa56a-333d-11ee-b823-a630a89fde40 | InvocationID=7d3aa7cc-333d-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:09:28+0000 | aai_event_thread | 140259503721272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7d3aa56a-333d-11ee-b823-a630a89fde40 | InvocationID=7d3aa7cc-333d-11ee-b823-a630a89fde40 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:09:48+0000 | aai_event_thread | 140259503721272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7d3aa56a-333d-11ee-b823-a630a89fde40 | InvocationID=7d3aa7cc-333d-11ee-b823-a630a89fde40 | Polling MR for XNF AAI events.
2023-08-05T03:09:48+0000 | aai_event_thread | 140259503721272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=893061de-333d-11ee-b823-a630a89fde40 | InvocationID=89306436-333d-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-08-05T03:09:48+0000 | aai_event_thread | 140259503721272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=893061de-333d-11ee-b823-a630a89fde40 | InvocationID=89306436-333d-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:09:48+0000 | aai_event_thread | 140259503721272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=893061de-333d-11ee-b823-a630a89fde40 | InvocationID=89306436-333d-11ee-b823-a630a89fde40 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:09:52+0000 | policy_event_thread | 140259504782136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7cbeef88-333d-11ee-b823-a630a89fde40 | InvocationID=7cbef1ea-333d-11ee-b823-a630a89fde40 | Polling MR for XNF activation/deactivation policy response events.
2023-08-05T03:09:52+0000 | policy_event_thread | 140259504782136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8bca75d8-333d-11ee-b823-a630a89fde40 | InvocationID=8bca77e0-333d-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-08-05T03:09:52+0000 | policy_event_thread | 140259504782136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8bca75d8-333d-11ee-b823-a630a89fde40 | InvocationID=8bca77e0-333d-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:09:52+0000 | policy_event_thread | 140259504782136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8bca75d8-333d-11ee-b823-a630a89fde40 | InvocationID=8bca77e0-333d-11ee-b823-a630a89fde40 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 60, in poll_policy_topic
    get_from_topic(MRTopic.POLICY_PM_SUBSCRIBER.value, 'dcae_pmsh_policy_cl_input')
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:10:08+0000 | aai_event_thread | 140259503721272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=893061de-333d-11ee-b823-a630a89fde40 | InvocationID=89306436-333d-11ee-b823-a630a89fde40 | Polling MR for XNF AAI events.
2023-08-05T03:10:08+0000 | aai_event_thread | 140259503721272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9524667a-333d-11ee-b823-a630a89fde40 | InvocationID=952468be-333d-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-08-05T03:10:08+0000 | aai_event_thread | 140259503721272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9524667a-333d-11ee-b823-a630a89fde40 | InvocationID=952468be-333d-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:10:08+0000 | aai_event_thread | 140259503721272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9524667a-333d-11ee-b823-a630a89fde40 | InvocationID=952468be-333d-11ee-b823-a630a89fde40 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:10:17+0000 | policy_event_thread | 140259504782136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8bca75d8-333d-11ee-b823-a630a89fde40 | InvocationID=8bca77e0-333d-11ee-b823-a630a89fde40 | Polling MR for XNF activation/deactivation policy response events.
2023-08-05T03:10:17+0000 | policy_event_thread | 140259504782136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9abce8e6-333d-11ee-b823-a630a89fde40 | InvocationID=9abceb3e-333d-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-08-05T03:10:17+0000 | policy_event_thread | 140259504782136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9abce8e6-333d-11ee-b823-a630a89fde40 | InvocationID=9abceb3e-333d-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:10:17+0000 | policy_event_thread | 140259504782136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9abce8e6-333d-11ee-b823-a630a89fde40 | InvocationID=9abceb3e-333d-11ee-b823-a630a89fde40 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 60, in poll_policy_topic
    get_from_topic(MRTopic.POLICY_PM_SUBSCRIBER.value, 'dcae_pmsh_policy_cl_input')
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:10:28+0000 | aai_event_thread | 140259503721272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9524667a-333d-11ee-b823-a630a89fde40 | InvocationID=952468be-333d-11ee-b823-a630a89fde40 | Polling MR for XNF AAI events.
2023-08-05T03:10:28+0000 | aai_event_thread | 140259503721272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a11b4584-333d-11ee-b823-a630a89fde40 | InvocationID=a11b4728-333d-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-08-05T03:10:28+0000 | aai_event_thread | 140259503721272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a11b4584-333d-11ee-b823-a630a89fde40 | InvocationID=a11b4728-333d-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:10:28+0000 | aai_event_thread | 140259503721272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a11b4584-333d-11ee-b823-a630a89fde40 | InvocationID=a11b4728-333d-11ee-b823-a630a89fde40 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:10:42+0000 | policy_event_thread | 140259504782136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9abce8e6-333d-11ee-b823-a630a89fde40 | InvocationID=9abceb3e-333d-11ee-b823-a630a89fde40 | Polling MR for XNF activation/deactivation policy response events.
2023-08-05T03:10:42+0000 | policy_event_thread | 140259504782136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a9a91abe-333d-11ee-b823-a630a89fde40 | InvocationID=a9a91d5c-333d-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-08-05T03:10:42+0000 | policy_event_thread | 140259504782136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a9a91abe-333d-11ee-b823-a630a89fde40 | InvocationID=a9a91d5c-333d-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:10:42+0000 | policy_event_thread | 140259504782136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a9a91abe-333d-11ee-b823-a630a89fde40 | InvocationID=a9a91d5c-333d-11ee-b823-a630a89fde40 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 60, in poll_policy_topic
    get_from_topic(MRTopic.POLICY_PM_SUBSCRIBER.value, 'dcae_pmsh_policy_cl_input')
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:10:48+0000 | aai_event_thread | 140259503721272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a11b4584-333d-11ee-b823-a630a89fde40 | InvocationID=a11b4728-333d-11ee-b823-a630a89fde40 | Polling MR for XNF AAI events.
2023-08-05T03:10:48+0000 | aai_event_thread | 140259503721272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ad1012fc-333d-11ee-b823-a630a89fde40 | InvocationID=ad1015b8-333d-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-08-05T03:10:48+0000 | aai_event_thread | 140259503721272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ad1012fc-333d-11ee-b823-a630a89fde40 | InvocationID=ad1015b8-333d-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:10:48+0000 | aai_event_thread | 140259503721272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ad1012fc-333d-11ee-b823-a630a89fde40 | InvocationID=ad1015b8-333d-11ee-b823-a630a89fde40 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:11:07+0000 | policy_event_thread | 140259504782136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a9a91abe-333d-11ee-b823-a630a89fde40 | InvocationID=a9a91d5c-333d-11ee-b823-a630a89fde40 | Polling MR for XNF activation/deactivation policy response events.
2023-08-05T03:11:07+0000 | policy_event_thread | 140259504782136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b8996b46-333d-11ee-b823-a630a89fde40 | InvocationID=b8996db2-333d-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-08-05T03:11:07+0000 | policy_event_thread | 140259504782136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b8996b46-333d-11ee-b823-a630a89fde40 | InvocationID=b8996db2-333d-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:11:07+0000 | policy_event_thread | 140259504782136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b8996b46-333d-11ee-b823-a630a89fde40 | InvocationID=b8996db2-333d-11ee-b823-a630a89fde40 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 60, in poll_policy_topic
    get_from_topic(MRTopic.POLICY_PM_SUBSCRIBER.value, 'dcae_pmsh_policy_cl_input')
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:11:08+0000 | aai_event_thread | 140259503721272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ad1012fc-333d-11ee-b823-a630a89fde40 | InvocationID=ad1015b8-333d-11ee-b823-a630a89fde40 | Polling MR for XNF AAI events.
2023-08-05T03:11:08+0000 | aai_event_thread | 140259503721272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b902c6a4-333d-11ee-b823-a630a89fde40 | InvocationID=b902c8fc-333d-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-08-05T03:11:08+0000 | aai_event_thread | 140259503721272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b902c6a4-333d-11ee-b823-a630a89fde40 | InvocationID=b902c8fc-333d-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:11:08+0000 | aai_event_thread | 140259503721272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b902c6a4-333d-11ee-b823-a630a89fde40 | InvocationID=b902c8fc-333d-11ee-b823-a630a89fde40 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:11:28+0000 | aai_event_thread | 140259503721272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b902c6a4-333d-11ee-b823-a630a89fde40 | InvocationID=b902c8fc-333d-11ee-b823-a630a89fde40 | Polling MR for XNF AAI events.
2023-08-05T03:11:28+0000 | aai_event_thread | 140259503721272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c5056678-333d-11ee-b823-a630a89fde40 | InvocationID=c5056fa6-333d-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-08-05T03:11:28+0000 | aai_event_thread | 140259503721272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c5056678-333d-11ee-b823-a630a89fde40 | InvocationID=c5056fa6-333d-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:11:28+0000 | aai_event_thread | 140259503721272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c5056678-333d-11ee-b823-a630a89fde40 | InvocationID=c5056fa6-333d-11ee-b823-a630a89fde40 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:11:32+0000 | policy_event_thread | 140259504782136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b8996b46-333d-11ee-b823-a630a89fde40 | InvocationID=b8996db2-333d-11ee-b823-a630a89fde40 | Polling MR for XNF activation/deactivation policy response events.
2023-08-05T03:11:32+0000 | policy_event_thread | 140259504782136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c78bf506-333d-11ee-b823-a630a89fde40 | InvocationID=c78bf772-333d-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-08-05T03:11:32+0000 | policy_event_thread | 140259504782136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c78bf506-333d-11ee-b823-a630a89fde40 | InvocationID=c78bf772-333d-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:11:32+0000 | policy_event_thread | 140259504782136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c78bf506-333d-11ee-b823-a630a89fde40 | InvocationID=c78bf772-333d-11ee-b823-a630a89fde40 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 60, in poll_policy_topic
    get_from_topic(MRTopic.POLICY_PM_SUBSCRIBER.value, 'dcae_pmsh_policy_cl_input')
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:11:48+0000 | aai_event_thread | 140259503721272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c5056678-333d-11ee-b823-a630a89fde40 | InvocationID=c5056fa6-333d-11ee-b823-a630a89fde40 | Polling MR for XNF AAI events.
2023-08-05T03:11:48+0000 | aai_event_thread | 140259503721272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d10eb4d8-333d-11ee-b823-a630a89fde40 | InvocationID=d10eba46-333d-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-08-05T03:11:48+0000 | aai_event_thread | 140259503721272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d10eb4d8-333d-11ee-b823-a630a89fde40 | InvocationID=d10eba46-333d-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:11:48+0000 | aai_event_thread | 140259503721272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d10eb4d8-333d-11ee-b823-a630a89fde40 | InvocationID=d10eba46-333d-11ee-b823-a630a89fde40 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:11:57+0000 | policy_event_thread | 140259504782136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c78bf506-333d-11ee-b823-a630a89fde40 | InvocationID=c78bf772-333d-11ee-b823-a630a89fde40 | Polling MR for XNF activation/deactivation policy response events.
2023-08-05T03:11:57+0000 | policy_event_thread | 140259504782136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d6820424-333d-11ee-b823-a630a89fde40 | InvocationID=d6820b72-333d-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-08-05T03:11:58+0000 | policy_event_thread | 140259504782136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d6820424-333d-11ee-b823-a630a89fde40 | InvocationID=d6820b72-333d-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:11:58+0000 | policy_event_thread | 140259504782136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d6820424-333d-11ee-b823-a630a89fde40 | InvocationID=d6820b72-333d-11ee-b823-a630a89fde40 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 60, in poll_policy_topic
    get_from_topic(MRTopic.POLICY_PM_SUBSCRIBER.value, 'dcae_pmsh_policy_cl_input')
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:12:08+0000 | aai_event_thread | 140259503721272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d10eb4d8-333d-11ee-b823-a630a89fde40 | InvocationID=d10eba46-333d-11ee-b823-a630a89fde40 | Polling MR for XNF AAI events.
2023-08-05T03:12:08+0000 | aai_event_thread | 140259503721272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dd0cdb98-333d-11ee-b823-a630a89fde40 | InvocationID=dd0cddbe-333d-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-08-05T03:12:09+0000 | aai_event_thread | 140259503721272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dd0cdb98-333d-11ee-b823-a630a89fde40 | InvocationID=dd0cddbe-333d-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:12:09+0000 | aai_event_thread | 140259503721272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dd0cdb98-333d-11ee-b823-a630a89fde40 | InvocationID=dd0cddbe-333d-11ee-b823-a630a89fde40 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:12:23+0000 | policy_event_thread | 140259504782136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d6820424-333d-11ee-b823-a630a89fde40 | InvocationID=d6820b72-333d-11ee-b823-a630a89fde40 | Polling MR for XNF activation/deactivation policy response events.
2023-08-05T03:12:23+0000 | policy_event_thread | 140259504782136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e5a062b6-333d-11ee-b823-a630a89fde40 | InvocationID=e5a06612-333d-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-08-05T03:12:23+0000 | policy_event_thread | 140259504782136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e5a062b6-333d-11ee-b823-a630a89fde40 | InvocationID=e5a06612-333d-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:12:23+0000 | policy_event_thread | 140259504782136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e5a062b6-333d-11ee-b823-a630a89fde40 | InvocationID=e5a06612-333d-11ee-b823-a630a89fde40 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 60, in poll_policy_topic
    get_from_topic(MRTopic.POLICY_PM_SUBSCRIBER.value, 'dcae_pmsh_policy_cl_input')
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:12:29+0000 | aai_event_thread | 140259503721272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dd0cdb98-333d-11ee-b823-a630a89fde40 | InvocationID=dd0cddbe-333d-11ee-b823-a630a89fde40 | Polling MR for XNF AAI events.
2023-08-05T03:12:29+0000 | aai_event_thread | 140259503721272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e905165e-333d-11ee-b823-a630a89fde40 | InvocationID=e90518ca-333d-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-08-05T03:12:29+0000 | aai_event_thread | 140259503721272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e905165e-333d-11ee-b823-a630a89fde40 | InvocationID=e90518ca-333d-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:12:29+0000 | aai_event_thread | 140259503721272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e905165e-333d-11ee-b823-a630a89fde40 | InvocationID=e90518ca-333d-11ee-b823-a630a89fde40 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:12:48+0000 | policy_event_thread | 140259504782136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e5a062b6-333d-11ee-b823-a630a89fde40 | InvocationID=e5a06612-333d-11ee-b823-a630a89fde40 | Polling MR for XNF activation/deactivation policy response events.
2023-08-05T03:12:48+0000 | policy_event_thread | 140259504782136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f4a8b98e-333d-11ee-b823-a630a89fde40 | InvocationID=f4a8bcc2-333d-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-08-05T03:12:48+0000 | policy_event_thread | 140259504782136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f4a8b98e-333d-11ee-b823-a630a89fde40 | InvocationID=f4a8bcc2-333d-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:12:48+0000 | policy_event_thread | 140259504782136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f4a8b98e-333d-11ee-b823-a630a89fde40 | InvocationID=f4a8bcc2-333d-11ee-b823-a630a89fde40 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 60, in poll_policy_topic
    get_from_topic(MRTopic.POLICY_PM_SUBSCRIBER.value, 'dcae_pmsh_policy_cl_input')
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:12:49+0000 | aai_event_thread | 140259503721272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e905165e-333d-11ee-b823-a630a89fde40 | InvocationID=e90518ca-333d-11ee-b823-a630a89fde40 | Polling MR for XNF AAI events.
2023-08-05T03:12:49+0000 | aai_event_thread | 140259503721272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f4f54d94-333d-11ee-b823-a630a89fde40 | InvocationID=f4f54fec-333d-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-08-05T03:12:49+0000 | aai_event_thread | 140259503721272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f4f54d94-333d-11ee-b823-a630a89fde40 | InvocationID=f4f54fec-333d-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:12:49+0000 | aai_event_thread | 140259503721272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f4f54d94-333d-11ee-b823-a630a89fde40 | InvocationID=f4f54fec-333d-11ee-b823-a630a89fde40 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:13:09+0000 | aai_event_thread | 140259503721272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f4f54d94-333d-11ee-b823-a630a89fde40 | InvocationID=f4f54fec-333d-11ee-b823-a630a89fde40 | Polling MR for XNF AAI events.
2023-08-05T03:13:09+0000 | aai_event_thread | 140259503721272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=00e6470c-333e-11ee-b823-a630a89fde40 | InvocationID=00e64982-333e-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-08-05T03:13:09+0000 | aai_event_thread | 140259503721272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=00e6470c-333e-11ee-b823-a630a89fde40 | InvocationID=00e64982-333e-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:13:09+0000 | aai_event_thread | 140259503721272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=00e6470c-333e-11ee-b823-a630a89fde40 | InvocationID=00e64982-333e-11ee-b823-a630a89fde40 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:13:13+0000 | policy_event_thread | 140259504782136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f4a8b98e-333d-11ee-b823-a630a89fde40 | InvocationID=f4a8bcc2-333d-11ee-b823-a630a89fde40 | Polling MR for XNF activation/deactivation policy response events.
2023-08-05T03:13:13+0000 | policy_event_thread | 140259504782136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=039e6fb0-333e-11ee-b823-a630a89fde40 | InvocationID=039e728a-333e-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-08-05T03:13:13+0000 | policy_event_thread | 140259504782136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=039e6fb0-333e-11ee-b823-a630a89fde40 | InvocationID=039e728a-333e-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:13:13+0000 | policy_event_thread | 140259504782136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=039e6fb0-333e-11ee-b823-a630a89fde40 | InvocationID=039e728a-333e-11ee-b823-a630a89fde40 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 60, in poll_policy_topic
    get_from_topic(MRTopic.POLICY_PM_SUBSCRIBER.value, 'dcae_pmsh_policy_cl_input')
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:13:29+0000 | aai_event_thread | 140259503721272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=00e6470c-333e-11ee-b823-a630a89fde40 | InvocationID=00e64982-333e-11ee-b823-a630a89fde40 | Polling MR for XNF AAI events.
2023-08-05T03:13:29+0000 | aai_event_thread | 140259503721272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0ce4d424-333e-11ee-b823-a630a89fde40 | InvocationID=0cea1f88-333e-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-08-05T03:13:29+0000 | aai_event_thread | 140259503721272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0ce4d424-333e-11ee-b823-a630a89fde40 | InvocationID=0cea1f88-333e-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:13:29+0000 | aai_event_thread | 140259503721272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0ce4d424-333e-11ee-b823-a630a89fde40 | InvocationID=0cea1f88-333e-11ee-b823-a630a89fde40 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:13:38+0000 | policy_event_thread | 140259504782136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=039e6fb0-333e-11ee-b823-a630a89fde40 | InvocationID=039e728a-333e-11ee-b823-a630a89fde40 | Polling MR for XNF activation/deactivation policy response events.
2023-08-05T03:13:38+0000 | policy_event_thread | 140259504782136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=128dae50-333e-11ee-b823-a630a89fde40 | InvocationID=128db88c-333e-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-08-05T03:13:38+0000 | policy_event_thread | 140259504782136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=128dae50-333e-11ee-b823-a630a89fde40 | InvocationID=128db88c-333e-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:13:38+0000 | policy_event_thread | 140259504782136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=128dae50-333e-11ee-b823-a630a89fde40 | InvocationID=128db88c-333e-11ee-b823-a630a89fde40 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 60, in poll_policy_topic
    get_from_topic(MRTopic.POLICY_PM_SUBSCRIBER.value, 'dcae_pmsh_policy_cl_input')
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:13:49+0000 | aai_event_thread | 140259503721272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0ce4d424-333e-11ee-b823-a630a89fde40 | InvocationID=0cea1f88-333e-11ee-b823-a630a89fde40 | Polling MR for XNF AAI events.
2023-08-05T03:13:49+0000 | aai_event_thread | 140259503721272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=192c6558-333e-11ee-b823-a630a89fde40 | InvocationID=192c683c-333e-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-08-05T03:13:49+0000 | aai_event_thread | 140259503721272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=192c6558-333e-11ee-b823-a630a89fde40 | InvocationID=192c683c-333e-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:13:49+0000 | aai_event_thread | 140259503721272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=192c6558-333e-11ee-b823-a630a89fde40 | InvocationID=192c683c-333e-11ee-b823-a630a89fde40 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:14:03+0000 | policy_event_thread | 140259504782136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=128dae50-333e-11ee-b823-a630a89fde40 | InvocationID=128db88c-333e-11ee-b823-a630a89fde40 | Polling MR for XNF activation/deactivation policy response events.
2023-08-05T03:14:03+0000 | policy_event_thread | 140259504782136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=217ed146-333e-11ee-b823-a630a89fde40 | InvocationID=217ed54c-333e-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-08-05T03:14:03+0000 | policy_event_thread | 140259504782136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=217ed146-333e-11ee-b823-a630a89fde40 | InvocationID=217ed54c-333e-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:14:03+0000 | policy_event_thread | 140259504782136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=217ed146-333e-11ee-b823-a630a89fde40 | InvocationID=217ed54c-333e-11ee-b823-a630a89fde40 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 60, in poll_policy_topic
    get_from_topic(MRTopic.POLICY_PM_SUBSCRIBER.value, 'dcae_pmsh_policy_cl_input')
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:14:09+0000 | aai_event_thread | 140259503721272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=192c6558-333e-11ee-b823-a630a89fde40 | InvocationID=192c683c-333e-11ee-b823-a630a89fde40 | Polling MR for XNF AAI events.
2023-08-05T03:14:09+0000 | aai_event_thread | 140259503721272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=25301ef8-333e-11ee-b823-a630a89fde40 | InvocationID=2530222c-333e-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-08-05T03:14:10+0000 | aai_event_thread | 140259503721272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=25301ef8-333e-11ee-b823-a630a89fde40 | InvocationID=2530222c-333e-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:14:10+0000 | aai_event_thread | 140259503721272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=25301ef8-333e-11ee-b823-a630a89fde40 | InvocationID=2530222c-333e-11ee-b823-a630a89fde40 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:14:28+0000 | policy_event_thread | 140259504782136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=217ed146-333e-11ee-b823-a630a89fde40 | InvocationID=217ed54c-333e-11ee-b823-a630a89fde40 | Polling MR for XNF activation/deactivation policy response events.
2023-08-05T03:14:28+0000 | policy_event_thread | 140259504782136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=307a8910-333e-11ee-b823-a630a89fde40 | InvocationID=307a8bc2-333e-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-08-05T03:14:29+0000 | policy_event_thread | 140259504782136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=307a8910-333e-11ee-b823-a630a89fde40 | InvocationID=307a8bc2-333e-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:14:29+0000 | policy_event_thread | 140259504782136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=307a8910-333e-11ee-b823-a630a89fde40 | InvocationID=307a8bc2-333e-11ee-b823-a630a89fde40 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 60, in poll_policy_topic
    get_from_topic(MRTopic.POLICY_PM_SUBSCRIBER.value, 'dcae_pmsh_policy_cl_input')
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:14:30+0000 | aai_event_thread | 140259503721272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=25301ef8-333e-11ee-b823-a630a89fde40 | InvocationID=2530222c-333e-11ee-b823-a630a89fde40 | Polling MR for XNF AAI events.
2023-08-05T03:14:30+0000 | aai_event_thread | 140259503721272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3127082a-333e-11ee-b823-a630a89fde40 | InvocationID=31270aa0-333e-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-08-05T03:14:30+0000 | aai_event_thread | 140259503721272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3127082a-333e-11ee-b823-a630a89fde40 | InvocationID=31270aa0-333e-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:14:30+0000 | aai_event_thread | 140259503721272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3127082a-333e-11ee-b823-a630a89fde40 | InvocationID=31270aa0-333e-11ee-b823-a630a89fde40 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:14:50+0000 | aai_event_thread | 140259503721272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3127082a-333e-11ee-b823-a630a89fde40 | InvocationID=31270aa0-333e-11ee-b823-a630a89fde40 | Polling MR for XNF AAI events.
2023-08-05T03:14:50+0000 | aai_event_thread | 140259503721272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3d24aaf6-333e-11ee-b823-a630a89fde40 | InvocationID=3d24ad76-333e-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-08-05T03:14:50+0000 | aai_event_thread | 140259503721272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3d24aaf6-333e-11ee-b823-a630a89fde40 | InvocationID=3d24ad76-333e-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:14:50+0000 | aai_event_thread | 140259503721272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3d24aaf6-333e-11ee-b823-a630a89fde40 | InvocationID=3d24ad76-333e-11ee-b823-a630a89fde40 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:14:54+0000 | policy_event_thread | 140259504782136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=307a8910-333e-11ee-b823-a630a89fde40 | InvocationID=307a8bc2-333e-11ee-b823-a630a89fde40 | Polling MR for XNF activation/deactivation policy response events.
2023-08-05T03:14:54+0000 | policy_event_thread | 140259504782136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3f75aabc-333e-11ee-b823-a630a89fde40 | InvocationID=3f75ad64-333e-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-08-05T03:14:54+0000 | policy_event_thread | 140259504782136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3f75aabc-333e-11ee-b823-a630a89fde40 | InvocationID=3f75ad64-333e-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:14:54+0000 | policy_event_thread | 140259504782136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3f75aabc-333e-11ee-b823-a630a89fde40 | InvocationID=3f75ad64-333e-11ee-b823-a630a89fde40 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 60, in poll_policy_topic
    get_from_topic(MRTopic.POLICY_PM_SUBSCRIBER.value, 'dcae_pmsh_policy_cl_input')
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:15:10+0000 | aai_event_thread | 140259503721272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3d24aaf6-333e-11ee-b823-a630a89fde40 | InvocationID=3d24ad76-333e-11ee-b823-a630a89fde40 | Polling MR for XNF AAI events.
2023-08-05T03:15:10+0000 | aai_event_thread | 140259503721272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=49255166-333e-11ee-b823-a630a89fde40 | InvocationID=4925544a-333e-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-08-05T03:15:10+0000 | aai_event_thread | 140259503721272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=49255166-333e-11ee-b823-a630a89fde40 | InvocationID=4925544a-333e-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:15:10+0000 | aai_event_thread | 140259503721272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=49255166-333e-11ee-b823-a630a89fde40 | InvocationID=4925544a-333e-11ee-b823-a630a89fde40 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:15:19+0000 | policy_event_thread | 140259504782136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3f75aabc-333e-11ee-b823-a630a89fde40 | InvocationID=3f75ad64-333e-11ee-b823-a630a89fde40 | Polling MR for XNF activation/deactivation policy response events.
2023-08-05T03:15:19+0000 | policy_event_thread | 140259504782136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4eb31cb2-333e-11ee-b823-a630a89fde40 | InvocationID=4eb327ac-333e-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-08-05T03:15:19+0000 | policy_event_thread | 140259504782136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4eb31cb2-333e-11ee-b823-a630a89fde40 | InvocationID=4eb327ac-333e-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:15:19+0000 | policy_event_thread | 140259504782136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4eb31cb2-333e-11ee-b823-a630a89fde40 | InvocationID=4eb327ac-333e-11ee-b823-a630a89fde40 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 60, in poll_policy_topic
    get_from_topic(MRTopic.POLICY_PM_SUBSCRIBER.value, 'dcae_pmsh_policy_cl_input')
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:15:30+0000 | aai_event_thread | 140259503721272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=49255166-333e-11ee-b823-a630a89fde40 | InvocationID=4925544a-333e-11ee-b823-a630a89fde40 | Polling MR for XNF AAI events.
2023-08-05T03:15:30+0000 | aai_event_thread | 140259503721272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=551e0dd2-333e-11ee-b823-a630a89fde40 | InvocationID=551e10a2-333e-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-08-05T03:15:30+0000 | aai_event_thread | 140259503721272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=551e0dd2-333e-11ee-b823-a630a89fde40 | InvocationID=551e10a2-333e-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:15:30+0000 | aai_event_thread | 140259503721272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=551e0dd2-333e-11ee-b823-a630a89fde40 | InvocationID=551e10a2-333e-11ee-b823-a630a89fde40 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:15:44+0000 | policy_event_thread | 140259504782136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4eb31cb2-333e-11ee-b823-a630a89fde40 | InvocationID=4eb327ac-333e-11ee-b823-a630a89fde40 | Polling MR for XNF activation/deactivation policy response events.
2023-08-05T03:15:44+0000 | policy_event_thread | 140259504782136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5daa1630-333e-11ee-b823-a630a89fde40 | InvocationID=5daa18f6-333e-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-08-05T03:15:44+0000 | policy_event_thread | 140259504782136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5daa1630-333e-11ee-b823-a630a89fde40 | InvocationID=5daa18f6-333e-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:15:44+0000 | policy_event_thread | 140259504782136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5daa1630-333e-11ee-b823-a630a89fde40 | InvocationID=5daa18f6-333e-11ee-b823-a630a89fde40 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 60, in poll_policy_topic
    get_from_topic(MRTopic.POLICY_PM_SUBSCRIBER.value, 'dcae_pmsh_policy_cl_input')
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:15:50+0000 | aai_event_thread | 140259503721272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=551e0dd2-333e-11ee-b823-a630a89fde40 | InvocationID=551e10a2-333e-11ee-b823-a630a89fde40 | Polling MR for XNF AAI events.
2023-08-05T03:15:50+0000 | aai_event_thread | 140259503721272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6117ef72-333e-11ee-b823-a630a89fde40 | InvocationID=6117f1e8-333e-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-08-05T03:15:50+0000 | aai_event_thread | 140259503721272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6117ef72-333e-11ee-b823-a630a89fde40 | InvocationID=6117f1e8-333e-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:15:50+0000 | aai_event_thread | 140259503721272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6117ef72-333e-11ee-b823-a630a89fde40 | InvocationID=6117f1e8-333e-11ee-b823-a630a89fde40 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:16:09+0000 | policy_event_thread | 140259504782136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5daa1630-333e-11ee-b823-a630a89fde40 | InvocationID=5daa18f6-333e-11ee-b823-a630a89fde40 | Polling MR for XNF activation/deactivation policy response events.
2023-08-05T03:16:09+0000 | policy_event_thread | 140259504782136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6c992eba-333e-11ee-b823-a630a89fde40 | InvocationID=6c99350e-333e-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-08-05T03:16:09+0000 | policy_event_thread | 140259504782136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6c992eba-333e-11ee-b823-a630a89fde40 | InvocationID=6c99350e-333e-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:16:09+0000 | policy_event_thread | 140259504782136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6c992eba-333e-11ee-b823-a630a89fde40 | InvocationID=6c99350e-333e-11ee-b823-a630a89fde40 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 60, in poll_policy_topic
    get_from_topic(MRTopic.POLICY_PM_SUBSCRIBER.value, 'dcae_pmsh_policy_cl_input')
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:16:10+0000 | aai_event_thread | 140259503721272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6117ef72-333e-11ee-b823-a630a89fde40 | InvocationID=6117f1e8-333e-11ee-b823-a630a89fde40 | Polling MR for XNF AAI events.
2023-08-05T03:16:10+0000 | aai_event_thread | 140259503721272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d097436-333e-11ee-b823-a630a89fde40 | InvocationID=6d097792-333e-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-08-05T03:16:10+0000 | aai_event_thread | 140259503721272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d097436-333e-11ee-b823-a630a89fde40 | InvocationID=6d097792-333e-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:16:10+0000 | aai_event_thread | 140259503721272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6d097436-333e-11ee-b823-a630a89fde40 | InvocationID=6d097792-333e-11ee-b823-a630a89fde40 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:16:30+0000 | aai_event_thread | 140259503721272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6d097436-333e-11ee-b823-a630a89fde40 | InvocationID=6d097792-333e-11ee-b823-a630a89fde40 | Polling MR for XNF AAI events.
2023-08-05T03:16:30+0000 | aai_event_thread | 140259503721272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=78fab00c-333e-11ee-b823-a630a89fde40 | InvocationID=78fab44e-333e-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-08-05T03:16:30+0000 | aai_event_thread | 140259503721272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=78fab00c-333e-11ee-b823-a630a89fde40 | InvocationID=78fab44e-333e-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:16:30+0000 | aai_event_thread | 140259503721272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=78fab00c-333e-11ee-b823-a630a89fde40 | InvocationID=78fab44e-333e-11ee-b823-a630a89fde40 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:16:34+0000 | policy_event_thread | 140259504782136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6c992eba-333e-11ee-b823-a630a89fde40 | InvocationID=6c99350e-333e-11ee-b823-a630a89fde40 | Polling MR for XNF activation/deactivation policy response events.
2023-08-05T03:16:34+0000 | policy_event_thread | 140259504782136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7b8fe63e-333e-11ee-b823-a630a89fde40 | InvocationID=7b8fe99a-333e-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-08-05T03:16:34+0000 | policy_event_thread | 140259504782136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7b8fe63e-333e-11ee-b823-a630a89fde40 | InvocationID=7b8fe99a-333e-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:16:34+0000 | policy_event_thread | 140259504782136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7b8fe63e-333e-11ee-b823-a630a89fde40 | InvocationID=7b8fe99a-333e-11ee-b823-a630a89fde40 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 60, in poll_policy_topic
    get_from_topic(MRTopic.POLICY_PM_SUBSCRIBER.value, 'dcae_pmsh_policy_cl_input')
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:16:50+0000 | aai_event_thread | 140259503721272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=78fab00c-333e-11ee-b823-a630a89fde40 | InvocationID=78fab44e-333e-11ee-b823-a630a89fde40 | Polling MR for XNF AAI events.
2023-08-05T03:16:50+0000 | aai_event_thread | 140259503721272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=84ef4d5a-333e-11ee-b823-a630a89fde40 | InvocationID=84ef50d4-333e-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-08-05T03:16:50+0000 | aai_event_thread | 140259503721272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=84ef4d5a-333e-11ee-b823-a630a89fde40 | InvocationID=84ef50d4-333e-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:16:50+0000 | aai_event_thread | 140259503721272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=84ef4d5a-333e-11ee-b823-a630a89fde40 | InvocationID=84ef50d4-333e-11ee-b823-a630a89fde40 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:16:59+0000 | policy_event_thread | 140259504782136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7b8fe63e-333e-11ee-b823-a630a89fde40 | InvocationID=7b8fe99a-333e-11ee-b823-a630a89fde40 | Polling MR for XNF activation/deactivation policy response events.
2023-08-05T03:16:59+0000 | policy_event_thread | 140259504782136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8a7f0c2e-333e-11ee-b823-a630a89fde40 | InvocationID=8a7f0ff8-333e-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-08-05T03:16:59+0000 | policy_event_thread | 140259504782136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8a7f0c2e-333e-11ee-b823-a630a89fde40 | InvocationID=8a7f0ff8-333e-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:16:59+0000 | policy_event_thread | 140259504782136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8a7f0c2e-333e-11ee-b823-a630a89fde40 | InvocationID=8a7f0ff8-333e-11ee-b823-a630a89fde40 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 60, in poll_policy_topic
    get_from_topic(MRTopic.POLICY_PM_SUBSCRIBER.value, 'dcae_pmsh_policy_cl_input')
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:17:10+0000 | aai_event_thread | 140259503721272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=84ef4d5a-333e-11ee-b823-a630a89fde40 | InvocationID=84ef50d4-333e-11ee-b823-a630a89fde40 | Polling MR for XNF AAI events.
2023-08-05T03:17:10+0000 | aai_event_thread | 140259503721272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=90e795ea-333e-11ee-b823-a630a89fde40 | InvocationID=90e797de-333e-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-08-05T03:17:10+0000 | aai_event_thread | 140259503721272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=90e795ea-333e-11ee-b823-a630a89fde40 | InvocationID=90e797de-333e-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:17:10+0000 | aai_event_thread | 140259503721272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=90e795ea-333e-11ee-b823-a630a89fde40 | InvocationID=90e797de-333e-11ee-b823-a630a89fde40 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:17:25+0000 | policy_event_thread | 140259504782136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8a7f0c2e-333e-11ee-b823-a630a89fde40 | InvocationID=8a7f0ff8-333e-11ee-b823-a630a89fde40 | Polling MR for XNF activation/deactivation policy response events.
2023-08-05T03:17:25+0000 | policy_event_thread | 140259504782136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=996ba99a-333e-11ee-b823-a630a89fde40 | InvocationID=996babf2-333e-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-08-05T03:17:25+0000 | policy_event_thread | 140259504782136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=996ba99a-333e-11ee-b823-a630a89fde40 | InvocationID=996babf2-333e-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:17:25+0000 | policy_event_thread | 140259504782136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=996ba99a-333e-11ee-b823-a630a89fde40 | InvocationID=996babf2-333e-11ee-b823-a630a89fde40 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 60, in poll_policy_topic
    get_from_topic(MRTopic.POLICY_PM_SUBSCRIBER.value, 'dcae_pmsh_policy_cl_input')
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:17:30+0000 | aai_event_thread | 140259503721272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=90e795ea-333e-11ee-b823-a630a89fde40 | InvocationID=90e797de-333e-11ee-b823-a630a89fde40 | Polling MR for XNF AAI events.
2023-08-05T03:17:30+0000 | aai_event_thread | 140259503721272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9cd85650-333e-11ee-b823-a630a89fde40 | InvocationID=9cd85844-333e-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-08-05T03:17:30+0000 | aai_event_thread | 140259503721272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9cd85650-333e-11ee-b823-a630a89fde40 | InvocationID=9cd85844-333e-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:17:30+0000 | aai_event_thread | 140259503721272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9cd85650-333e-11ee-b823-a630a89fde40 | InvocationID=9cd85844-333e-11ee-b823-a630a89fde40 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:17:50+0000 | policy_event_thread | 140259504782136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=996ba99a-333e-11ee-b823-a630a89fde40 | InvocationID=996babf2-333e-11ee-b823-a630a89fde40 | Polling MR for XNF activation/deactivation policy response events.
2023-08-05T03:17:50+0000 | policy_event_thread | 140259504782136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a85e7fe0-333e-11ee-b823-a630a89fde40 | InvocationID=a85e81ca-333e-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-08-05T03:17:50+0000 | policy_event_thread | 140259504782136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a85e7fe0-333e-11ee-b823-a630a89fde40 | InvocationID=a85e81ca-333e-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:17:50+0000 | policy_event_thread | 140259504782136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a85e7fe0-333e-11ee-b823-a630a89fde40 | InvocationID=a85e81ca-333e-11ee-b823-a630a89fde40 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 60, in poll_policy_topic
    get_from_topic(MRTopic.POLICY_PM_SUBSCRIBER.value, 'dcae_pmsh_policy_cl_input')
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:17:50+0000 | aai_event_thread | 140259503721272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9cd85650-333e-11ee-b823-a630a89fde40 | InvocationID=9cd85844-333e-11ee-b823-a630a89fde40 | Polling MR for XNF AAI events.
2023-08-05T03:17:50+0000 | aai_event_thread | 140259503721272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a8cc4048-333e-11ee-b823-a630a89fde40 | InvocationID=a8cc43ae-333e-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-08-05T03:17:50+0000 | aai_event_thread | 140259503721272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a8cc4048-333e-11ee-b823-a630a89fde40 | InvocationID=a8cc43ae-333e-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:17:50+0000 | aai_event_thread | 140259503721272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a8cc4048-333e-11ee-b823-a630a89fde40 | InvocationID=a8cc43ae-333e-11ee-b823-a630a89fde40 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:18:10+0000 | aai_event_thread | 140259503721272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a8cc4048-333e-11ee-b823-a630a89fde40 | InvocationID=a8cc43ae-333e-11ee-b823-a630a89fde40 | Polling MR for XNF AAI events.
2023-08-05T03:18:10+0000 | aai_event_thread | 140259503721272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b4bfe31e-333e-11ee-b823-a630a89fde40 | InvocationID=b4bfe562-333e-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-08-05T03:18:10+0000 | aai_event_thread | 140259503721272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b4bfe31e-333e-11ee-b823-a630a89fde40 | InvocationID=b4bfe562-333e-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:18:10+0000 | aai_event_thread | 140259503721272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b4bfe31e-333e-11ee-b823-a630a89fde40 | InvocationID=b4bfe562-333e-11ee-b823-a630a89fde40 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:18:15+0000 | policy_event_thread | 140259504782136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a85e7fe0-333e-11ee-b823-a630a89fde40 | InvocationID=a85e81ca-333e-11ee-b823-a630a89fde40 | Polling MR for XNF activation/deactivation policy response events.
2023-08-05T03:18:15+0000 | policy_event_thread | 140259504782136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b74ba780-333e-11ee-b823-a630a89fde40 | InvocationID=b74baa1e-333e-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-08-05T03:18:15+0000 | policy_event_thread | 140259504782136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b74ba780-333e-11ee-b823-a630a89fde40 | InvocationID=b74baa1e-333e-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:18:15+0000 | policy_event_thread | 140259504782136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b74ba780-333e-11ee-b823-a630a89fde40 | InvocationID=b74baa1e-333e-11ee-b823-a630a89fde40 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 60, in poll_policy_topic
    get_from_topic(MRTopic.POLICY_PM_SUBSCRIBER.value, 'dcae_pmsh_policy_cl_input')
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:18:30+0000 | aai_event_thread | 140259503721272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b4bfe31e-333e-11ee-b823-a630a89fde40 | InvocationID=b4bfe562-333e-11ee-b823-a630a89fde40 | Polling MR for XNF AAI events.
2023-08-05T03:18:30+0000 | aai_event_thread | 140259503721272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c0b977a2-333e-11ee-b823-a630a89fde40 | InvocationID=c0b97bf8-333e-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-08-05T03:18:31+0000 | aai_event_thread | 140259503721272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c0b977a2-333e-11ee-b823-a630a89fde40 | InvocationID=c0b97bf8-333e-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:18:31+0000 | aai_event_thread | 140259503721272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c0b977a2-333e-11ee-b823-a630a89fde40 | InvocationID=c0b97bf8-333e-11ee-b823-a630a89fde40 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:18:40+0000 | policy_event_thread | 140259504782136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b74ba780-333e-11ee-b823-a630a89fde40 | InvocationID=b74baa1e-333e-11ee-b823-a630a89fde40 | Polling MR for XNF activation/deactivation policy response events.
2023-08-05T03:18:40+0000 | policy_event_thread | 140259504782136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c63c70ee-333e-11ee-b823-a630a89fde40 | InvocationID=c63c731e-333e-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-08-05T03:18:40+0000 | policy_event_thread | 140259504782136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c63c70ee-333e-11ee-b823-a630a89fde40 | InvocationID=c63c731e-333e-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:18:40+0000 | policy_event_thread | 140259504782136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c63c70ee-333e-11ee-b823-a630a89fde40 | InvocationID=c63c731e-333e-11ee-b823-a630a89fde40 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 60, in poll_policy_topic
    get_from_topic(MRTopic.POLICY_PM_SUBSCRIBER.value, 'dcae_pmsh_policy_cl_input')
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:18:51+0000 | aai_event_thread | 140259503721272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c0b977a2-333e-11ee-b823-a630a89fde40 | InvocationID=c0b97bf8-333e-11ee-b823-a630a89fde40 | Polling MR for XNF AAI events.
2023-08-05T03:18:51+0000 | aai_event_thread | 140259503721272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ccb265c8-333e-11ee-b823-a630a89fde40 | InvocationID=ccb26be0-333e-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-08-05T03:18:51+0000 | aai_event_thread | 140259503721272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ccb265c8-333e-11ee-b823-a630a89fde40 | InvocationID=ccb26be0-333e-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:18:51+0000 | aai_event_thread | 140259503721272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ccb265c8-333e-11ee-b823-a630a89fde40 | InvocationID=ccb26be0-333e-11ee-b823-a630a89fde40 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:19:05+0000 | policy_event_thread | 140259504782136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c63c70ee-333e-11ee-b823-a630a89fde40 | InvocationID=c63c731e-333e-11ee-b823-a630a89fde40 | Polling MR for XNF activation/deactivation policy response events.
2023-08-05T03:19:05+0000 | policy_event_thread | 140259504782136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d52f8ff0-333e-11ee-b823-a630a89fde40 | InvocationID=d52f9432-333e-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-08-05T03:19:05+0000 | policy_event_thread | 140259504782136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d52f8ff0-333e-11ee-b823-a630a89fde40 | InvocationID=d52f9432-333e-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:19:05+0000 | policy_event_thread | 140259504782136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d52f8ff0-333e-11ee-b823-a630a89fde40 | InvocationID=d52f9432-333e-11ee-b823-a630a89fde40 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 60, in poll_policy_topic
    get_from_topic(MRTopic.POLICY_PM_SUBSCRIBER.value, 'dcae_pmsh_policy_cl_input')
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:19:11+0000 | aai_event_thread | 140259503721272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ccb265c8-333e-11ee-b823-a630a89fde40 | InvocationID=ccb26be0-333e-11ee-b823-a630a89fde40 | Polling MR for XNF AAI events.
2023-08-05T03:19:11+0000 | aai_event_thread | 140259503721272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d8ae5a1c-333e-11ee-b823-a630a89fde40 | InvocationID=d8ae5e18-333e-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-08-05T03:19:11+0000 | aai_event_thread | 140259503721272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d8ae5a1c-333e-11ee-b823-a630a89fde40 | InvocationID=d8ae5e18-333e-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:19:11+0000 | aai_event_thread | 140259503721272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d8ae5a1c-333e-11ee-b823-a630a89fde40 | InvocationID=d8ae5e18-333e-11ee-b823-a630a89fde40 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:19:30+0000 | policy_event_thread | 140259504782136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d52f8ff0-333e-11ee-b823-a630a89fde40 | InvocationID=d52f9432-333e-11ee-b823-a630a89fde40 | Polling MR for XNF activation/deactivation policy response events.
2023-08-05T03:19:30+0000 | policy_event_thread | 140259504782136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e4251ca0-333e-11ee-b823-a630a89fde40 | InvocationID=e42521aa-333e-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-08-05T03:19:30+0000 | policy_event_thread | 140259504782136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e4251ca0-333e-11ee-b823-a630a89fde40 | InvocationID=e42521aa-333e-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:19:30+0000 | policy_event_thread | 140259504782136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e4251ca0-333e-11ee-b823-a630a89fde40 | InvocationID=e42521aa-333e-11ee-b823-a630a89fde40 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 60, in poll_policy_topic
    get_from_topic(MRTopic.POLICY_PM_SUBSCRIBER.value, 'dcae_pmsh_policy_cl_input')
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:19:31+0000 | aai_event_thread | 140259503721272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d8ae5a1c-333e-11ee-b823-a630a89fde40 | InvocationID=d8ae5e18-333e-11ee-b823-a630a89fde40 | Polling MR for XNF AAI events.
2023-08-05T03:19:31+0000 | aai_event_thread | 140259503721272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e4a71606-333e-11ee-b823-a630a89fde40 | InvocationID=e4a71868-333e-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-08-05T03:19:31+0000 | aai_event_thread | 140259503721272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e4a71606-333e-11ee-b823-a630a89fde40 | InvocationID=e4a71868-333e-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:19:31+0000 | aai_event_thread | 140259503721272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e4a71606-333e-11ee-b823-a630a89fde40 | InvocationID=e4a71868-333e-11ee-b823-a630a89fde40 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:19:51+0000 | aai_event_thread | 140259503721272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e4a71606-333e-11ee-b823-a630a89fde40 | InvocationID=e4a71868-333e-11ee-b823-a630a89fde40 | Polling MR for XNF AAI events.
2023-08-05T03:19:51+0000 | aai_event_thread | 140259503721272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f098a614-333e-11ee-b823-a630a89fde40 | InvocationID=f098a876-333e-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-08-05T03:19:51+0000 | aai_event_thread | 140259503721272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f098a614-333e-11ee-b823-a630a89fde40 | InvocationID=f098a876-333e-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:19:51+0000 | aai_event_thread | 140259503721272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f098a614-333e-11ee-b823-a630a89fde40 | InvocationID=f098a876-333e-11ee-b823-a630a89fde40 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:19:55+0000 | policy_event_thread | 140259504782136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e4251ca0-333e-11ee-b823-a630a89fde40 | InvocationID=e42521aa-333e-11ee-b823-a630a89fde40 | Polling MR for XNF activation/deactivation policy response events.
2023-08-05T03:19:55+0000 | policy_event_thread | 140259504782136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f3181cd0-333e-11ee-b823-a630a89fde40 | InvocationID=f3181e6a-333e-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-08-05T03:19:55+0000 | policy_event_thread | 140259504782136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f3181cd0-333e-11ee-b823-a630a89fde40 | InvocationID=f3181e6a-333e-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:19:55+0000 | policy_event_thread | 140259504782136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f3181cd0-333e-11ee-b823-a630a89fde40 | InvocationID=f3181e6a-333e-11ee-b823-a630a89fde40 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 60, in poll_policy_topic
    get_from_topic(MRTopic.POLICY_PM_SUBSCRIBER.value, 'dcae_pmsh_policy_cl_input')
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:20:11+0000 | aai_event_thread | 140259503721272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f098a614-333e-11ee-b823-a630a89fde40 | InvocationID=f098a876-333e-11ee-b823-a630a89fde40 | Polling MR for XNF AAI events.
2023-08-05T03:20:11+0000 | aai_event_thread | 140259503721272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fc94f3dc-333e-11ee-b823-a630a89fde40 | InvocationID=fc94f7b0-333e-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-08-05T03:20:11+0000 | aai_event_thread | 140259503721272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fc94f3dc-333e-11ee-b823-a630a89fde40 | InvocationID=fc94f7b0-333e-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:20:11+0000 | aai_event_thread | 140259503721272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fc94f3dc-333e-11ee-b823-a630a89fde40 | InvocationID=fc94f7b0-333e-11ee-b823-a630a89fde40 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:20:20+0000 | policy_event_thread | 140259504782136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f3181cd0-333e-11ee-b823-a630a89fde40 | InvocationID=f3181e6a-333e-11ee-b823-a630a89fde40 | Polling MR for XNF activation/deactivation policy response events.
2023-08-05T03:20:20+0000 | policy_event_thread | 140259504782136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=02049b2e-333f-11ee-b823-a630a89fde40 | InvocationID=02049e12-333f-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-08-05T03:20:20+0000 | policy_event_thread | 140259504782136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=02049b2e-333f-11ee-b823-a630a89fde40 | InvocationID=02049e12-333f-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:20:20+0000 | policy_event_thread | 140259504782136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=02049b2e-333f-11ee-b823-a630a89fde40 | InvocationID=02049e12-333f-11ee-b823-a630a89fde40 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 60, in poll_policy_topic
    get_from_topic(MRTopic.POLICY_PM_SUBSCRIBER.value, 'dcae_pmsh_policy_cl_input')
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:20:31+0000 | aai_event_thread | 140259503721272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fc94f3dc-333e-11ee-b823-a630a89fde40 | InvocationID=fc94f7b0-333e-11ee-b823-a630a89fde40 | Polling MR for XNF AAI events.
2023-08-05T03:20:31+0000 | aai_event_thread | 140259503721272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=089f613a-333f-11ee-b823-a630a89fde40 | InvocationID=089f6360-333f-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-08-05T03:20:31+0000 | aai_event_thread | 140259503721272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=089f613a-333f-11ee-b823-a630a89fde40 | InvocationID=089f6360-333f-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:20:31+0000 | aai_event_thread | 140259503721272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=089f613a-333f-11ee-b823-a630a89fde40 | InvocationID=089f6360-333f-11ee-b823-a630a89fde40 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:20:45+0000 | policy_event_thread | 140259504782136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=02049b2e-333f-11ee-b823-a630a89fde40 | InvocationID=02049e12-333f-11ee-b823-a630a89fde40 | Polling MR for XNF activation/deactivation policy response events.
2023-08-05T03:20:45+0000 | policy_event_thread | 140259504782136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=10f513b6-333f-11ee-b823-a630a89fde40 | InvocationID=10f5162c-333f-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-08-05T03:20:45+0000 | policy_event_thread | 140259504782136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=10f513b6-333f-11ee-b823-a630a89fde40 | InvocationID=10f5162c-333f-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:20:45+0000 | policy_event_thread | 140259504782136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=10f513b6-333f-11ee-b823-a630a89fde40 | InvocationID=10f5162c-333f-11ee-b823-a630a89fde40 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 60, in poll_policy_topic
    get_from_topic(MRTopic.POLICY_PM_SUBSCRIBER.value, 'dcae_pmsh_policy_cl_input')
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:20:51+0000 | aai_event_thread | 140259503721272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=089f613a-333f-11ee-b823-a630a89fde40 | InvocationID=089f6360-333f-11ee-b823-a630a89fde40 | Polling MR for XNF AAI events.
2023-08-05T03:20:51+0000 | aai_event_thread | 140259503721272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=14957524-333f-11ee-b823-a630a89fde40 | InvocationID=14957736-333f-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-08-05T03:20:51+0000 | aai_event_thread | 140259503721272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=14957524-333f-11ee-b823-a630a89fde40 | InvocationID=14957736-333f-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:20:51+0000 | aai_event_thread | 140259503721272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=14957524-333f-11ee-b823-a630a89fde40 | InvocationID=14957736-333f-11ee-b823-a630a89fde40 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:21:10+0000 | policy_event_thread | 140259504782136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=10f513b6-333f-11ee-b823-a630a89fde40 | InvocationID=10f5162c-333f-11ee-b823-a630a89fde40 | Polling MR for XNF activation/deactivation policy response events.
2023-08-05T03:21:10+0000 | policy_event_thread | 140259504782136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1fe5ba2e-333f-11ee-b823-a630a89fde40 | InvocationID=1fe5bdda-333f-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-08-05T03:21:10+0000 | policy_event_thread | 140259504782136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1fe5ba2e-333f-11ee-b823-a630a89fde40 | InvocationID=1fe5bdda-333f-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:21:10+0000 | policy_event_thread | 140259504782136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1fe5ba2e-333f-11ee-b823-a630a89fde40 | InvocationID=1fe5bdda-333f-11ee-b823-a630a89fde40 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 60, in poll_policy_topic
    get_from_topic(MRTopic.POLICY_PM_SUBSCRIBER.value, 'dcae_pmsh_policy_cl_input')
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:21:11+0000 | aai_event_thread | 140259503721272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=14957524-333f-11ee-b823-a630a89fde40 | InvocationID=14957736-333f-11ee-b823-a630a89fde40 | Polling MR for XNF AAI events.
2023-08-05T03:21:11+0000 | aai_event_thread | 140259503721272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=208ce772-333f-11ee-b823-a630a89fde40 | InvocationID=208ce984-333f-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-08-05T03:21:11+0000 | aai_event_thread | 140259503721272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=208ce772-333f-11ee-b823-a630a89fde40 | InvocationID=208ce984-333f-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:21:11+0000 | aai_event_thread | 140259503721272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=208ce772-333f-11ee-b823-a630a89fde40 | InvocationID=208ce984-333f-11ee-b823-a630a89fde40 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:21:31+0000 | aai_event_thread | 140259503721272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=208ce772-333f-11ee-b823-a630a89fde40 | InvocationID=208ce984-333f-11ee-b823-a630a89fde40 | Polling MR for XNF AAI events.
2023-08-05T03:21:31+0000 | aai_event_thread | 140259503721272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2c826a0c-333f-11ee-b823-a630a89fde40 | InvocationID=2c826fc0-333f-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-08-05T03:21:31+0000 | aai_event_thread | 140259503721272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2c826a0c-333f-11ee-b823-a630a89fde40 | InvocationID=2c826fc0-333f-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:21:31+0000 | aai_event_thread | 140259503721272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2c826a0c-333f-11ee-b823-a630a89fde40 | InvocationID=2c826fc0-333f-11ee-b823-a630a89fde40 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:21:35+0000 | policy_event_thread | 140259504782136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1fe5ba2e-333f-11ee-b823-a630a89fde40 | InvocationID=1fe5bdda-333f-11ee-b823-a630a89fde40 | Polling MR for XNF activation/deactivation policy response events.
2023-08-05T03:21:35+0000 | policy_event_thread | 140259504782136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2edd8016-333f-11ee-b823-a630a89fde40 | InvocationID=2edd8534-333f-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-08-05T03:21:35+0000 | policy_event_thread | 140259504782136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2edd8016-333f-11ee-b823-a630a89fde40 | InvocationID=2edd8534-333f-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:21:35+0000 | policy_event_thread | 140259504782136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2edd8016-333f-11ee-b823-a630a89fde40 | InvocationID=2edd8534-333f-11ee-b823-a630a89fde40 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 60, in poll_policy_topic
    get_from_topic(MRTopic.POLICY_PM_SUBSCRIBER.value, 'dcae_pmsh_policy_cl_input')
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:21:51+0000 | aai_event_thread | 140259503721272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2c826a0c-333f-11ee-b823-a630a89fde40 | InvocationID=2c826fc0-333f-11ee-b823-a630a89fde40 | Polling MR for XNF AAI events.
2023-08-05T03:21:51+0000 | aai_event_thread | 140259503721272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=38780f4c-333f-11ee-b823-a630a89fde40 | InvocationID=387813b6-333f-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-08-05T03:21:51+0000 | aai_event_thread | 140259503721272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=38780f4c-333f-11ee-b823-a630a89fde40 | InvocationID=387813b6-333f-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:21:51+0000 | aai_event_thread | 140259503721272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=38780f4c-333f-11ee-b823-a630a89fde40 | InvocationID=387813b6-333f-11ee-b823-a630a89fde40 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:22:00+0000 | policy_event_thread | 140259504782136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2edd8016-333f-11ee-b823-a630a89fde40 | InvocationID=2edd8534-333f-11ee-b823-a630a89fde40 | Polling MR for XNF activation/deactivation policy response events.
2023-08-05T03:22:00+0000 | policy_event_thread | 140259504782136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3dcad0c4-333f-11ee-b823-a630a89fde40 | InvocationID=3dcad34e-333f-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-08-05T03:22:00+0000 | policy_event_thread | 140259504782136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3dcad0c4-333f-11ee-b823-a630a89fde40 | InvocationID=3dcad34e-333f-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:22:00+0000 | policy_event_thread | 140259504782136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3dcad0c4-333f-11ee-b823-a630a89fde40 | InvocationID=3dcad34e-333f-11ee-b823-a630a89fde40 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 60, in poll_policy_topic
    get_from_topic(MRTopic.POLICY_PM_SUBSCRIBER.value, 'dcae_pmsh_policy_cl_input')
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:22:11+0000 | aai_event_thread | 140259503721272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=38780f4c-333f-11ee-b823-a630a89fde40 | InvocationID=387813b6-333f-11ee-b823-a630a89fde40 | Polling MR for XNF AAI events.
2023-08-05T03:22:12+0000 | aai_event_thread | 140259503721272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=447c24d6-333f-11ee-b823-a630a89fde40 | InvocationID=447c27ba-333f-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-08-05T03:22:12+0000 | aai_event_thread | 140259503721272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=447c24d6-333f-11ee-b823-a630a89fde40 | InvocationID=447c27ba-333f-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:22:12+0000 | aai_event_thread | 140259503721272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=447c24d6-333f-11ee-b823-a630a89fde40 | InvocationID=447c27ba-333f-11ee-b823-a630a89fde40 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:22:25+0000 | policy_event_thread | 140259504782136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3dcad0c4-333f-11ee-b823-a630a89fde40 | InvocationID=3dcad34e-333f-11ee-b823-a630a89fde40 | Polling MR for XNF activation/deactivation policy response events.
2023-08-05T03:22:25+0000 | policy_event_thread | 140259504782136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4cc6f184-333f-11ee-b823-a630a89fde40 | InvocationID=4cc6f4cc-333f-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-08-05T03:22:25+0000 | policy_event_thread | 140259504782136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4cc6f184-333f-11ee-b823-a630a89fde40 | InvocationID=4cc6f4cc-333f-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:22:25+0000 | policy_event_thread | 140259504782136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4cc6f184-333f-11ee-b823-a630a89fde40 | InvocationID=4cc6f4cc-333f-11ee-b823-a630a89fde40 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 60, in poll_policy_topic
    get_from_topic(MRTopic.POLICY_PM_SUBSCRIBER.value, 'dcae_pmsh_policy_cl_input')
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:22:32+0000 | aai_event_thread | 140259503721272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=447c24d6-333f-11ee-b823-a630a89fde40 | InvocationID=447c27ba-333f-11ee-b823-a630a89fde40 | Polling MR for XNF AAI events.
2023-08-05T03:22:32+0000 | aai_event_thread | 140259503721272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=507e1186-333f-11ee-b823-a630a89fde40 | InvocationID=507e1410-333f-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-08-05T03:22:32+0000 | aai_event_thread | 140259503721272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=507e1186-333f-11ee-b823-a630a89fde40 | InvocationID=507e1410-333f-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:22:32+0000 | aai_event_thread | 140259503721272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=507e1186-333f-11ee-b823-a630a89fde40 | InvocationID=507e1410-333f-11ee-b823-a630a89fde40 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:22:51+0000 | policy_event_thread | 140259504782136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4cc6f184-333f-11ee-b823-a630a89fde40 | InvocationID=4cc6f4cc-333f-11ee-b823-a630a89fde40 | Polling MR for XNF activation/deactivation policy response events.
2023-08-05T03:22:51+0000 | policy_event_thread | 140259504782136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5bbbb8aa-333f-11ee-b823-a630a89fde40 | InvocationID=5bbbba6c-333f-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-08-05T03:22:51+0000 | policy_event_thread | 140259504782136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5bbbb8aa-333f-11ee-b823-a630a89fde40 | InvocationID=5bbbba6c-333f-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:22:51+0000 | policy_event_thread | 140259504782136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5bbbb8aa-333f-11ee-b823-a630a89fde40 | InvocationID=5bbbba6c-333f-11ee-b823-a630a89fde40 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 60, in poll_policy_topic
    get_from_topic(MRTopic.POLICY_PM_SUBSCRIBER.value, 'dcae_pmsh_policy_cl_input')
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:22:52+0000 | aai_event_thread | 140259503721272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=507e1186-333f-11ee-b823-a630a89fde40 | InvocationID=507e1410-333f-11ee-b823-a630a89fde40 | Polling MR for XNF AAI events.
2023-08-05T03:22:52+0000 | aai_event_thread | 140259503721272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c71a020-333f-11ee-b823-a630a89fde40 | InvocationID=5c71a278-333f-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-08-05T03:22:52+0000 | aai_event_thread | 140259503721272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c71a020-333f-11ee-b823-a630a89fde40 | InvocationID=5c71a278-333f-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:22:52+0000 | aai_event_thread | 140259503721272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5c71a020-333f-11ee-b823-a630a89fde40 | InvocationID=5c71a278-333f-11ee-b823-a630a89fde40 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:23:12+0000 | aai_event_thread | 140259503721272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5c71a020-333f-11ee-b823-a630a89fde40 | InvocationID=5c71a278-333f-11ee-b823-a630a89fde40 | Polling MR for XNF AAI events.
2023-08-05T03:23:12+0000 | aai_event_thread | 140259503721272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=687596ba-333f-11ee-b823-a630a89fde40 | InvocationID=68759af2-333f-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-08-05T03:23:12+0000 | aai_event_thread | 140259503721272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=687596ba-333f-11ee-b823-a630a89fde40 | InvocationID=68759af2-333f-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:23:12+0000 | aai_event_thread | 140259503721272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=687596ba-333f-11ee-b823-a630a89fde40 | InvocationID=68759af2-333f-11ee-b823-a630a89fde40 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:23:16+0000 | policy_event_thread | 140259504782136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5bbbb8aa-333f-11ee-b823-a630a89fde40 | InvocationID=5bbbba6c-333f-11ee-b823-a630a89fde40 | Polling MR for XNF activation/deactivation policy response events.
2023-08-05T03:23:16+0000 | policy_event_thread | 140259504782136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6ab28226-333f-11ee-b823-a630a89fde40 | InvocationID=6ab28438-333f-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-08-05T03:23:16+0000 | policy_event_thread | 140259504782136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6ab28226-333f-11ee-b823-a630a89fde40 | InvocationID=6ab28438-333f-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:23:16+0000 | policy_event_thread | 140259504782136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6ab28226-333f-11ee-b823-a630a89fde40 | InvocationID=6ab28438-333f-11ee-b823-a630a89fde40 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 60, in poll_policy_topic
    get_from_topic(MRTopic.POLICY_PM_SUBSCRIBER.value, 'dcae_pmsh_policy_cl_input')
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:23:32+0000 | aai_event_thread | 140259503721272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=687596ba-333f-11ee-b823-a630a89fde40 | InvocationID=68759af2-333f-11ee-b823-a630a89fde40 | Polling MR for XNF AAI events.
2023-08-05T03:23:32+0000 | aai_event_thread | 140259503721272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7471402c-333f-11ee-b823-a630a89fde40 | InvocationID=74714388-333f-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-08-05T03:23:32+0000 | aai_event_thread | 140259503721272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7471402c-333f-11ee-b823-a630a89fde40 | InvocationID=74714388-333f-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:23:32+0000 | aai_event_thread | 140259503721272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7471402c-333f-11ee-b823-a630a89fde40 | InvocationID=74714388-333f-11ee-b823-a630a89fde40 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:23:41+0000 | policy_event_thread | 140259504782136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6ab28226-333f-11ee-b823-a630a89fde40 | InvocationID=6ab28438-333f-11ee-b823-a630a89fde40 | Polling MR for XNF activation/deactivation policy response events.
2023-08-05T03:23:41+0000 | policy_event_thread | 140259504782136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=79a32fba-333f-11ee-b823-a630a89fde40 | InvocationID=79a332da-333f-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-08-05T03:23:41+0000 | policy_event_thread | 140259504782136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=79a32fba-333f-11ee-b823-a630a89fde40 | InvocationID=79a332da-333f-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:23:41+0000 | policy_event_thread | 140259504782136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=79a32fba-333f-11ee-b823-a630a89fde40 | InvocationID=79a332da-333f-11ee-b823-a630a89fde40 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 60, in poll_policy_topic
    get_from_topic(MRTopic.POLICY_PM_SUBSCRIBER.value, 'dcae_pmsh_policy_cl_input')
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:23:52+0000 | aai_event_thread | 140259503721272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7471402c-333f-11ee-b823-a630a89fde40 | InvocationID=74714388-333f-11ee-b823-a630a89fde40 | Polling MR for XNF AAI events.
2023-08-05T03:23:52+0000 | aai_event_thread | 140259503721272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=806745c0-333f-11ee-b823-a630a89fde40 | InvocationID=80674836-333f-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-08-05T03:23:52+0000 | aai_event_thread | 140259503721272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=806745c0-333f-11ee-b823-a630a89fde40 | InvocationID=80674836-333f-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:23:52+0000 | aai_event_thread | 140259503721272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=806745c0-333f-11ee-b823-a630a89fde40 | InvocationID=80674836-333f-11ee-b823-a630a89fde40 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:24:06+0000 | policy_event_thread | 140259504782136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=79a32fba-333f-11ee-b823-a630a89fde40 | InvocationID=79a332da-333f-11ee-b823-a630a89fde40 | Polling MR for XNF activation/deactivation policy response events.
2023-08-05T03:24:06+0000 | policy_event_thread | 140259504782136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8890ac50-333f-11ee-b823-a630a89fde40 | InvocationID=8890af3e-333f-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-08-05T03:24:06+0000 | policy_event_thread | 140259504782136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8890ac50-333f-11ee-b823-a630a89fde40 | InvocationID=8890af3e-333f-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:24:06+0000 | policy_event_thread | 140259504782136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8890ac50-333f-11ee-b823-a630a89fde40 | InvocationID=8890af3e-333f-11ee-b823-a630a89fde40 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 60, in poll_policy_topic
    get_from_topic(MRTopic.POLICY_PM_SUBSCRIBER.value, 'dcae_pmsh_policy_cl_input')
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:24:12+0000 | aai_event_thread | 140259503721272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=806745c0-333f-11ee-b823-a630a89fde40 | InvocationID=80674836-333f-11ee-b823-a630a89fde40 | Polling MR for XNF AAI events.
2023-08-05T03:24:12+0000 | aai_event_thread | 140259503721272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8c6350da-333f-11ee-b823-a630a89fde40 | InvocationID=8c6352ce-333f-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-08-05T03:24:12+0000 | aai_event_thread | 140259503721272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8c6350da-333f-11ee-b823-a630a89fde40 | InvocationID=8c6352ce-333f-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:24:12+0000 | aai_event_thread | 140259503721272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8c6350da-333f-11ee-b823-a630a89fde40 | InvocationID=8c6352ce-333f-11ee-b823-a630a89fde40 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:24:31+0000 | policy_event_thread | 140259504782136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8890ac50-333f-11ee-b823-a630a89fde40 | InvocationID=8890af3e-333f-11ee-b823-a630a89fde40 | Polling MR for XNF activation/deactivation policy response events.
2023-08-05T03:24:31+0000 | policy_event_thread | 140259504782136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9782b0fa-333f-11ee-b823-a630a89fde40 | InvocationID=9782b33e-333f-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-08-05T03:24:31+0000 | policy_event_thread | 140259504782136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9782b0fa-333f-11ee-b823-a630a89fde40 | InvocationID=9782b33e-333f-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:24:31+0000 | policy_event_thread | 140259504782136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9782b0fa-333f-11ee-b823-a630a89fde40 | InvocationID=9782b33e-333f-11ee-b823-a630a89fde40 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 60, in poll_policy_topic
    get_from_topic(MRTopic.POLICY_PM_SUBSCRIBER.value, 'dcae_pmsh_policy_cl_input')
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:24:32+0000 | aai_event_thread | 140259503721272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8c6350da-333f-11ee-b823-a630a89fde40 | InvocationID=8c6352ce-333f-11ee-b823-a630a89fde40 | Polling MR for XNF AAI events.
2023-08-05T03:24:32+0000 | aai_event_thread | 140259503721272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=98613424-333f-11ee-b823-a630a89fde40 | InvocationID=986136a4-333f-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-08-05T03:24:32+0000 | aai_event_thread | 140259503721272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=98613424-333f-11ee-b823-a630a89fde40 | InvocationID=986136a4-333f-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:24:32+0000 | aai_event_thread | 140259503721272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=98613424-333f-11ee-b823-a630a89fde40 | InvocationID=986136a4-333f-11ee-b823-a630a89fde40 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:24:52+0000 | aai_event_thread | 140259503721272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=98613424-333f-11ee-b823-a630a89fde40 | InvocationID=986136a4-333f-11ee-b823-a630a89fde40 | Polling MR for XNF AAI events.
2023-08-05T03:24:52+0000 | aai_event_thread | 140259503721272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a453229c-333f-11ee-b823-a630a89fde40 | InvocationID=a4532544-333f-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-08-05T03:24:52+0000 | aai_event_thread | 140259503721272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a453229c-333f-11ee-b823-a630a89fde40 | InvocationID=a4532544-333f-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:24:52+0000 | aai_event_thread | 140259503721272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a453229c-333f-11ee-b823-a630a89fde40 | InvocationID=a4532544-333f-11ee-b823-a630a89fde40 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:24:56+0000 | policy_event_thread | 140259504782136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9782b0fa-333f-11ee-b823-a630a89fde40 | InvocationID=9782b33e-333f-11ee-b823-a630a89fde40 | Polling MR for XNF activation/deactivation policy response events.
2023-08-05T03:24:56+0000 | policy_event_thread | 140259504782136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a67b4856-333f-11ee-b823-a630a89fde40 | InvocationID=a67b4ad6-333f-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-08-05T03:24:56+0000 | policy_event_thread | 140259504782136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a67b4856-333f-11ee-b823-a630a89fde40 | InvocationID=a67b4ad6-333f-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:24:56+0000 | policy_event_thread | 140259504782136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a67b4856-333f-11ee-b823-a630a89fde40 | InvocationID=a67b4ad6-333f-11ee-b823-a630a89fde40 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 60, in poll_policy_topic
    get_from_topic(MRTopic.POLICY_PM_SUBSCRIBER.value, 'dcae_pmsh_policy_cl_input')
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:25:12+0000 | aai_event_thread | 140259503721272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a453229c-333f-11ee-b823-a630a89fde40 | InvocationID=a4532544-333f-11ee-b823-a630a89fde40 | Polling MR for XNF AAI events.
2023-08-05T03:25:12+0000 | aai_event_thread | 140259503721272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b04bb6ae-333f-11ee-b823-a630a89fde40 | InvocationID=b04bb91a-333f-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-08-05T03:25:13+0000 | aai_event_thread | 140259503721272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b04bb6ae-333f-11ee-b823-a630a89fde40 | InvocationID=b04bb91a-333f-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:25:13+0000 | aai_event_thread | 140259503721272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b04bb6ae-333f-11ee-b823-a630a89fde40 | InvocationID=b04bb91a-333f-11ee-b823-a630a89fde40 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:25:21+0000 | policy_event_thread | 140259504782136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a67b4856-333f-11ee-b823-a630a89fde40 | InvocationID=a67b4ad6-333f-11ee-b823-a630a89fde40 | Polling MR for XNF activation/deactivation policy response events.
2023-08-05T03:25:21+0000 | policy_event_thread | 140259504782136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b56bd88a-333f-11ee-b823-a630a89fde40 | InvocationID=b56bdae2-333f-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-08-05T03:25:21+0000 | policy_event_thread | 140259504782136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b56bd88a-333f-11ee-b823-a630a89fde40 | InvocationID=b56bdae2-333f-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:25:21+0000 | policy_event_thread | 140259504782136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b56bd88a-333f-11ee-b823-a630a89fde40 | InvocationID=b56bdae2-333f-11ee-b823-a630a89fde40 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 60, in poll_policy_topic
    get_from_topic(MRTopic.POLICY_PM_SUBSCRIBER.value, 'dcae_pmsh_policy_cl_input')
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:25:33+0000 | aai_event_thread | 140259503721272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b04bb6ae-333f-11ee-b823-a630a89fde40 | InvocationID=b04bb91a-333f-11ee-b823-a630a89fde40 | Polling MR for XNF AAI events.
2023-08-05T03:25:33+0000 | aai_event_thread | 140259503721272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bc528720-333f-11ee-b823-a630a89fde40 | InvocationID=bc52896e-333f-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-08-05T03:25:33+0000 | aai_event_thread | 140259503721272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bc528720-333f-11ee-b823-a630a89fde40 | InvocationID=bc52896e-333f-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:25:33+0000 | aai_event_thread | 140259503721272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bc528720-333f-11ee-b823-a630a89fde40 | InvocationID=bc52896e-333f-11ee-b823-a630a89fde40 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:25:46+0000 | policy_event_thread | 140259504782136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b56bd88a-333f-11ee-b823-a630a89fde40 | InvocationID=b56bdae2-333f-11ee-b823-a630a89fde40 | Polling MR for XNF activation/deactivation policy response events.
2023-08-05T03:25:46+0000 | policy_event_thread | 140259504782136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c4588b9a-333f-11ee-b823-a630a89fde40 | InvocationID=c4588dfc-333f-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-08-05T03:25:46+0000 | policy_event_thread | 140259504782136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c4588b9a-333f-11ee-b823-a630a89fde40 | InvocationID=c4588dfc-333f-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:25:46+0000 | policy_event_thread | 140259504782136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c4588b9a-333f-11ee-b823-a630a89fde40 | InvocationID=c4588dfc-333f-11ee-b823-a630a89fde40 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 60, in poll_policy_topic
    get_from_topic(MRTopic.POLICY_PM_SUBSCRIBER.value, 'dcae_pmsh_policy_cl_input')
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:25:53+0000 | aai_event_thread | 140259503721272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bc528720-333f-11ee-b823-a630a89fde40 | InvocationID=bc52896e-333f-11ee-b823-a630a89fde40 | Polling MR for XNF AAI events.
2023-08-05T03:25:53+0000 | aai_event_thread | 140259503721272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c84c2298-333f-11ee-b823-a630a89fde40 | InvocationID=c84c248c-333f-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-08-05T03:25:53+0000 | aai_event_thread | 140259503721272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c84c2298-333f-11ee-b823-a630a89fde40 | InvocationID=c84c248c-333f-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:25:53+0000 | aai_event_thread | 140259503721272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c84c2298-333f-11ee-b823-a630a89fde40 | InvocationID=c84c248c-333f-11ee-b823-a630a89fde40 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:26:11+0000 | policy_event_thread | 140259504782136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c4588b9a-333f-11ee-b823-a630a89fde40 | InvocationID=c4588dfc-333f-11ee-b823-a630a89fde40 | Polling MR for XNF activation/deactivation policy response events.
2023-08-05T03:26:11+0000 | policy_event_thread | 140259504782136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d351206c-333f-11ee-b823-a630a89fde40 | InvocationID=d3513dc2-333f-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-08-05T03:26:11+0000 | policy_event_thread | 140259504782136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d351206c-333f-11ee-b823-a630a89fde40 | InvocationID=d3513dc2-333f-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:26:11+0000 | policy_event_thread | 140259504782136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d351206c-333f-11ee-b823-a630a89fde40 | InvocationID=d3513dc2-333f-11ee-b823-a630a89fde40 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 60, in poll_policy_topic
    get_from_topic(MRTopic.POLICY_PM_SUBSCRIBER.value, 'dcae_pmsh_policy_cl_input')
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:26:13+0000 | aai_event_thread | 140259503721272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c84c2298-333f-11ee-b823-a630a89fde40 | InvocationID=c84c248c-333f-11ee-b823-a630a89fde40 | Polling MR for XNF AAI events.
2023-08-05T03:26:13+0000 | aai_event_thread | 140259503721272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d4474e06-333f-11ee-b823-a630a89fde40 | InvocationID=d44755e0-333f-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-08-05T03:26:13+0000 | aai_event_thread | 140259503721272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d4474e06-333f-11ee-b823-a630a89fde40 | InvocationID=d44755e0-333f-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:26:13+0000 | aai_event_thread | 140259503721272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d4474e06-333f-11ee-b823-a630a89fde40 | InvocationID=d44755e0-333f-11ee-b823-a630a89fde40 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:26:33+0000 | aai_event_thread | 140259503721272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d4474e06-333f-11ee-b823-a630a89fde40 | InvocationID=d44755e0-333f-11ee-b823-a630a89fde40 | Polling MR for XNF AAI events.
2023-08-05T03:26:33+0000 | aai_event_thread | 140259503721272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e038e7ba-333f-11ee-b823-a630a89fde40 | InvocationID=e038e972-333f-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-08-05T03:26:33+0000 | aai_event_thread | 140259503721272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e038e7ba-333f-11ee-b823-a630a89fde40 | InvocationID=e038e972-333f-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:26:33+0000 | aai_event_thread | 140259503721272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e038e7ba-333f-11ee-b823-a630a89fde40 | InvocationID=e038e972-333f-11ee-b823-a630a89fde40 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:26:36+0000 | policy_event_thread | 140259504782136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d351206c-333f-11ee-b823-a630a89fde40 | InvocationID=d3513dc2-333f-11ee-b823-a630a89fde40 | Polling MR for XNF activation/deactivation policy response events.
2023-08-05T03:26:36+0000 | policy_event_thread | 140259504782136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e2460f2e-333f-11ee-b823-a630a89fde40 | InvocationID=e24613ac-333f-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-08-05T03:26:36+0000 | policy_event_thread | 140259504782136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e2460f2e-333f-11ee-b823-a630a89fde40 | InvocationID=e24613ac-333f-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:26:36+0000 | policy_event_thread | 140259504782136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e2460f2e-333f-11ee-b823-a630a89fde40 | InvocationID=e24613ac-333f-11ee-b823-a630a89fde40 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 60, in poll_policy_topic
    get_from_topic(MRTopic.POLICY_PM_SUBSCRIBER.value, 'dcae_pmsh_policy_cl_input')
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:26:53+0000 | aai_event_thread | 140259503721272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e038e7ba-333f-11ee-b823-a630a89fde40 | InvocationID=e038e972-333f-11ee-b823-a630a89fde40 | Polling MR for XNF AAI events.
2023-08-05T03:26:53+0000 | aai_event_thread | 140259503721272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ec2a40e6-333f-11ee-b823-a630a89fde40 | InvocationID=ec2a460e-333f-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-08-05T03:26:53+0000 | aai_event_thread | 140259503721272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ec2a40e6-333f-11ee-b823-a630a89fde40 | InvocationID=ec2a460e-333f-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:26:53+0000 | aai_event_thread | 140259503721272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ec2a40e6-333f-11ee-b823-a630a89fde40 | InvocationID=ec2a460e-333f-11ee-b823-a630a89fde40 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:27:01+0000 | policy_event_thread | 140259504782136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e2460f2e-333f-11ee-b823-a630a89fde40 | InvocationID=e24613ac-333f-11ee-b823-a630a89fde40 | Polling MR for XNF activation/deactivation policy response events.
2023-08-05T03:27:01+0000 | policy_event_thread | 140259504782136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f1335b0e-333f-11ee-b823-a630a89fde40 | InvocationID=f1335e4c-333f-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-08-05T03:27:01+0000 | policy_event_thread | 140259504782136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f1335b0e-333f-11ee-b823-a630a89fde40 | InvocationID=f1335e4c-333f-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:27:01+0000 | policy_event_thread | 140259504782136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f1335b0e-333f-11ee-b823-a630a89fde40 | InvocationID=f1335e4c-333f-11ee-b823-a630a89fde40 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 60, in poll_policy_topic
    get_from_topic(MRTopic.POLICY_PM_SUBSCRIBER.value, 'dcae_pmsh_policy_cl_input')
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:27:13+0000 | aai_event_thread | 140259503721272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ec2a40e6-333f-11ee-b823-a630a89fde40 | InvocationID=ec2a460e-333f-11ee-b823-a630a89fde40 | Polling MR for XNF AAI events.
2023-08-05T03:27:13+0000 | aai_event_thread | 140259503721272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f8206b1e-333f-11ee-b823-a630a89fde40 | InvocationID=f820749c-333f-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-08-05T03:27:13+0000 | aai_event_thread | 140259503721272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f8206b1e-333f-11ee-b823-a630a89fde40 | InvocationID=f820749c-333f-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:27:13+0000 | aai_event_thread | 140259503721272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f8206b1e-333f-11ee-b823-a630a89fde40 | InvocationID=f820749c-333f-11ee-b823-a630a89fde40 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:27:26+0000 | policy_event_thread | 140259504782136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f1335b0e-333f-11ee-b823-a630a89fde40 | InvocationID=f1335e4c-333f-11ee-b823-a630a89fde40 | Polling MR for XNF activation/deactivation policy response events.
2023-08-05T03:27:26+0000 | policy_event_thread | 140259504782136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0020bb02-3340-11ee-b823-a630a89fde40 | InvocationID=0020bdbe-3340-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-08-05T03:27:26+0000 | policy_event_thread | 140259504782136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0020bb02-3340-11ee-b823-a630a89fde40 | InvocationID=0020bdbe-3340-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:27:26+0000 | policy_event_thread | 140259504782136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0020bb02-3340-11ee-b823-a630a89fde40 | InvocationID=0020bdbe-3340-11ee-b823-a630a89fde40 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 60, in poll_policy_topic
    get_from_topic(MRTopic.POLICY_PM_SUBSCRIBER.value, 'dcae_pmsh_policy_cl_input')
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:27:33+0000 | aai_event_thread | 140259503721272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f8206b1e-333f-11ee-b823-a630a89fde40 | InvocationID=f820749c-333f-11ee-b823-a630a89fde40 | Polling MR for XNF AAI events.
2023-08-05T03:27:33+0000 | aai_event_thread | 140259503721272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0413f6c0-3340-11ee-b823-a630a89fde40 | InvocationID=0413fad0-3340-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-08-05T03:27:33+0000 | aai_event_thread | 140259503721272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0413f6c0-3340-11ee-b823-a630a89fde40 | InvocationID=0413fad0-3340-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:27:33+0000 | aai_event_thread | 140259503721272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0413f6c0-3340-11ee-b823-a630a89fde40 | InvocationID=0413fad0-3340-11ee-b823-a630a89fde40 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:27:51+0000 | policy_event_thread | 140259504782136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0020bb02-3340-11ee-b823-a630a89fde40 | InvocationID=0020bdbe-3340-11ee-b823-a630a89fde40 | Polling MR for XNF activation/deactivation policy response events.
2023-08-05T03:27:51+0000 | policy_event_thread | 140259504782136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0f0f8d50-3340-11ee-b823-a630a89fde40 | InvocationID=0f0f8fb2-3340-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-08-05T03:27:51+0000 | policy_event_thread | 140259504782136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0f0f8d50-3340-11ee-b823-a630a89fde40 | InvocationID=0f0f8fb2-3340-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:27:51+0000 | policy_event_thread | 140259504782136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0f0f8d50-3340-11ee-b823-a630a89fde40 | InvocationID=0f0f8fb2-3340-11ee-b823-a630a89fde40 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 60, in poll_policy_topic
    get_from_topic(MRTopic.POLICY_PM_SUBSCRIBER.value, 'dcae_pmsh_policy_cl_input')
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:27:53+0000 | aai_event_thread | 140259503721272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0413f6c0-3340-11ee-b823-a630a89fde40 | InvocationID=0413fad0-3340-11ee-b823-a630a89fde40 | Polling MR for XNF AAI events.
2023-08-05T03:27:53+0000 | aai_event_thread | 140259503721272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1006adf6-3340-11ee-b823-a630a89fde40 | InvocationID=1006afd6-3340-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-08-05T03:27:53+0000 | aai_event_thread | 140259503721272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1006adf6-3340-11ee-b823-a630a89fde40 | InvocationID=1006afd6-3340-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:27:53+0000 | aai_event_thread | 140259503721272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1006adf6-3340-11ee-b823-a630a89fde40 | InvocationID=1006afd6-3340-11ee-b823-a630a89fde40 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:28:13+0000 | aai_event_thread | 140259503721272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1006adf6-3340-11ee-b823-a630a89fde40 | InvocationID=1006afd6-3340-11ee-b823-a630a89fde40 | Polling MR for XNF AAI events.
2023-08-05T03:28:13+0000 | aai_event_thread | 140259503721272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1bf719b6-3340-11ee-b823-a630a89fde40 | InvocationID=1bf71ca4-3340-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-08-05T03:28:13+0000 | aai_event_thread | 140259503721272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1bf719b6-3340-11ee-b823-a630a89fde40 | InvocationID=1bf71ca4-3340-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:28:13+0000 | aai_event_thread | 140259503721272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1bf719b6-3340-11ee-b823-a630a89fde40 | InvocationID=1bf71ca4-3340-11ee-b823-a630a89fde40 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:28:16+0000 | policy_event_thread | 140259504782136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0f0f8d50-3340-11ee-b823-a630a89fde40 | InvocationID=0f0f8fb2-3340-11ee-b823-a630a89fde40 | Polling MR for XNF activation/deactivation policy response events.
2023-08-05T03:28:16+0000 | policy_event_thread | 140259504782136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1dff74a6-3340-11ee-b823-a630a89fde40 | InvocationID=1dff76fe-3340-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-08-05T03:28:16+0000 | policy_event_thread | 140259504782136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1dff74a6-3340-11ee-b823-a630a89fde40 | InvocationID=1dff76fe-3340-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:28:16+0000 | policy_event_thread | 140259504782136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1dff74a6-3340-11ee-b823-a630a89fde40 | InvocationID=1dff76fe-3340-11ee-b823-a630a89fde40 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 60, in poll_policy_topic
    get_from_topic(MRTopic.POLICY_PM_SUBSCRIBER.value, 'dcae_pmsh_policy_cl_input')
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:28:33+0000 | aai_event_thread | 140259503721272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1bf719b6-3340-11ee-b823-a630a89fde40 | InvocationID=1bf71ca4-3340-11ee-b823-a630a89fde40 | Polling MR for XNF AAI events.
2023-08-05T03:28:33+0000 | aai_event_thread | 140259503721272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=27ed779c-3340-11ee-b823-a630a89fde40 | InvocationID=27ed7968-3340-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-08-05T03:28:33+0000 | aai_event_thread | 140259503721272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=27ed779c-3340-11ee-b823-a630a89fde40 | InvocationID=27ed7968-3340-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:28:33+0000 | aai_event_thread | 140259503721272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=27ed779c-3340-11ee-b823-a630a89fde40 | InvocationID=27ed7968-3340-11ee-b823-a630a89fde40 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:28:41+0000 | policy_event_thread | 140259504782136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1dff74a6-3340-11ee-b823-a630a89fde40 | InvocationID=1dff76fe-3340-11ee-b823-a630a89fde40 | Polling MR for XNF activation/deactivation policy response events.
2023-08-05T03:28:41+0000 | policy_event_thread | 140259504782136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2cecd09e-3340-11ee-b823-a630a89fde40 | InvocationID=2cecd300-3340-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-08-05T03:28:42+0000 | policy_event_thread | 140259504782136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2cecd09e-3340-11ee-b823-a630a89fde40 | InvocationID=2cecd300-3340-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:28:42+0000 | policy_event_thread | 140259504782136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2cecd09e-3340-11ee-b823-a630a89fde40 | InvocationID=2cecd300-3340-11ee-b823-a630a89fde40 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 60, in poll_policy_topic
    get_from_topic(MRTopic.POLICY_PM_SUBSCRIBER.value, 'dcae_pmsh_policy_cl_input')
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:28:53+0000 | aai_event_thread | 140259503721272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=27ed779c-3340-11ee-b823-a630a89fde40 | InvocationID=27ed7968-3340-11ee-b823-a630a89fde40 | Polling MR for XNF AAI events.
2023-08-05T03:28:53+0000 | aai_event_thread | 140259503721272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=33e0c7ca-3340-11ee-b823-a630a89fde40 | InvocationID=33e0cb12-3340-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-08-05T03:28:53+0000 | aai_event_thread | 140259503721272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=33e0c7ca-3340-11ee-b823-a630a89fde40 | InvocationID=33e0cb12-3340-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:28:53+0000 | aai_event_thread | 140259503721272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=33e0c7ca-3340-11ee-b823-a630a89fde40 | InvocationID=33e0cb12-3340-11ee-b823-a630a89fde40 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:29:07+0000 | policy_event_thread | 140259504782136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2cecd09e-3340-11ee-b823-a630a89fde40 | InvocationID=2cecd300-3340-11ee-b823-a630a89fde40 | Polling MR for XNF activation/deactivation policy response events.
2023-08-05T03:29:07+0000 | policy_event_thread | 140259504782136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3bd89d40-3340-11ee-b823-a630a89fde40 | InvocationID=3bd89fb6-3340-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-08-05T03:29:07+0000 | policy_event_thread | 140259504782136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3bd89d40-3340-11ee-b823-a630a89fde40 | InvocationID=3bd89fb6-3340-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:29:07+0000 | policy_event_thread | 140259504782136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3bd89d40-3340-11ee-b823-a630a89fde40 | InvocationID=3bd89fb6-3340-11ee-b823-a630a89fde40 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 60, in poll_policy_topic
    get_from_topic(MRTopic.POLICY_PM_SUBSCRIBER.value, 'dcae_pmsh_policy_cl_input')
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:29:13+0000 | aai_event_thread | 140259503721272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=33e0c7ca-3340-11ee-b823-a630a89fde40 | InvocationID=33e0cb12-3340-11ee-b823-a630a89fde40 | Polling MR for XNF AAI events.
2023-08-05T03:29:13+0000 | aai_event_thread | 140259503721272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3fd533a4-3340-11ee-b823-a630a89fde40 | InvocationID=3fd536ec-3340-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-08-05T03:29:13+0000 | aai_event_thread | 140259503721272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3fd533a4-3340-11ee-b823-a630a89fde40 | InvocationID=3fd536ec-3340-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:29:13+0000 | aai_event_thread | 140259503721272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3fd533a4-3340-11ee-b823-a630a89fde40 | InvocationID=3fd536ec-3340-11ee-b823-a630a89fde40 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:29:32+0000 | policy_event_thread | 140259504782136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3bd89d40-3340-11ee-b823-a630a89fde40 | InvocationID=3bd89fb6-3340-11ee-b823-a630a89fde40 | Polling MR for XNF activation/deactivation policy response events.
2023-08-05T03:29:32+0000 | policy_event_thread | 140259504782136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4acdd856-3340-11ee-b823-a630a89fde40 | InvocationID=4acdda04-3340-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-08-05T03:29:32+0000 | policy_event_thread | 140259504782136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4acdd856-3340-11ee-b823-a630a89fde40 | InvocationID=4acdda04-3340-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:29:32+0000 | policy_event_thread | 140259504782136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4acdd856-3340-11ee-b823-a630a89fde40 | InvocationID=4acdda04-3340-11ee-b823-a630a89fde40 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 60, in poll_policy_topic
    get_from_topic(MRTopic.POLICY_PM_SUBSCRIBER.value, 'dcae_pmsh_policy_cl_input')
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:29:33+0000 | aai_event_thread | 140259503721272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3fd533a4-3340-11ee-b823-a630a89fde40 | InvocationID=3fd536ec-3340-11ee-b823-a630a89fde40 | Polling MR for XNF AAI events.
2023-08-05T03:29:33+0000 | aai_event_thread | 140259503721272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4bc7ecd8-3340-11ee-b823-a630a89fde40 | InvocationID=4bc7ef30-3340-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-08-05T03:29:33+0000 | aai_event_thread | 140259503721272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4bc7ecd8-3340-11ee-b823-a630a89fde40 | InvocationID=4bc7ef30-3340-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:29:33+0000 | aai_event_thread | 140259503721272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4bc7ecd8-3340-11ee-b823-a630a89fde40 | InvocationID=4bc7ef30-3340-11ee-b823-a630a89fde40 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:29:53+0000 | aai_event_thread | 140259503721272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4bc7ecd8-3340-11ee-b823-a630a89fde40 | InvocationID=4bc7ef30-3340-11ee-b823-a630a89fde40 | Polling MR for XNF AAI events.
2023-08-05T03:29:53+0000 | aai_event_thread | 140259503721272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=57b9e15e-3340-11ee-b823-a630a89fde40 | InvocationID=57b9e3e8-3340-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-08-05T03:29:53+0000 | aai_event_thread | 140259503721272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=57b9e15e-3340-11ee-b823-a630a89fde40 | InvocationID=57b9e3e8-3340-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:29:53+0000 | aai_event_thread | 140259503721272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=57b9e15e-3340-11ee-b823-a630a89fde40 | InvocationID=57b9e3e8-3340-11ee-b823-a630a89fde40 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:29:57+0000 | policy_event_thread | 140259504782136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4acdd856-3340-11ee-b823-a630a89fde40 | InvocationID=4acdda04-3340-11ee-b823-a630a89fde40 | Polling MR for XNF activation/deactivation policy response events.
2023-08-05T03:29:57+0000 | policy_event_thread | 140259504782136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=59bce848-3340-11ee-b823-a630a89fde40 | InvocationID=59bcec30-3340-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-08-05T03:29:57+0000 | policy_event_thread | 140259504782136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=59bce848-3340-11ee-b823-a630a89fde40 | InvocationID=59bcec30-3340-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:29:57+0000 | policy_event_thread | 140259504782136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=59bce848-3340-11ee-b823-a630a89fde40 | InvocationID=59bcec30-3340-11ee-b823-a630a89fde40 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 60, in poll_policy_topic
    get_from_topic(MRTopic.POLICY_PM_SUBSCRIBER.value, 'dcae_pmsh_policy_cl_input')
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:30:13+0000 | aai_event_thread | 140259503721272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=57b9e15e-3340-11ee-b823-a630a89fde40 | InvocationID=57b9e3e8-3340-11ee-b823-a630a89fde40 | Polling MR for XNF AAI events.
2023-08-05T03:30:13+0000 | aai_event_thread | 140259503721272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=63aeadf0-3340-11ee-b823-a630a89fde40 | InvocationID=63aec2a4-3340-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-08-05T03:30:13+0000 | aai_event_thread | 140259503721272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=63aeadf0-3340-11ee-b823-a630a89fde40 | InvocationID=63aec2a4-3340-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:30:13+0000 | aai_event_thread | 140259503721272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=63aeadf0-3340-11ee-b823-a630a89fde40 | InvocationID=63aec2a4-3340-11ee-b823-a630a89fde40 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:30:22+0000 | policy_event_thread | 140259504782136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=59bce848-3340-11ee-b823-a630a89fde40 | InvocationID=59bcec30-3340-11ee-b823-a630a89fde40 | Polling MR for XNF activation/deactivation policy response events.
2023-08-05T03:30:22+0000 | policy_event_thread | 140259504782136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=68aa4dc8-3340-11ee-b823-a630a89fde40 | InvocationID=68aa5016-3340-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-08-05T03:30:22+0000 | policy_event_thread | 140259504782136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=68aa4dc8-3340-11ee-b823-a630a89fde40 | InvocationID=68aa5016-3340-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:30:22+0000 | policy_event_thread | 140259504782136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=68aa4dc8-3340-11ee-b823-a630a89fde40 | InvocationID=68aa5016-3340-11ee-b823-a630a89fde40 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 60, in poll_policy_topic
    get_from_topic(MRTopic.POLICY_PM_SUBSCRIBER.value, 'dcae_pmsh_policy_cl_input')
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:30:33+0000 | aai_event_thread | 140259503721272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=63aeadf0-3340-11ee-b823-a630a89fde40 | InvocationID=63aec2a4-3340-11ee-b823-a630a89fde40 | Polling MR for XNF AAI events.
2023-08-05T03:30:33+0000 | aai_event_thread | 140259503721272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6fad1e84-3340-11ee-b823-a630a89fde40 | InvocationID=6fad2140-3340-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-08-05T03:30:34+0000 | aai_event_thread | 140259503721272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6fad1e84-3340-11ee-b823-a630a89fde40 | InvocationID=6fad2140-3340-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:30:34+0000 | aai_event_thread | 140259503721272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6fad1e84-3340-11ee-b823-a630a89fde40 | InvocationID=6fad2140-3340-11ee-b823-a630a89fde40 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:30:47+0000 | policy_event_thread | 140259504782136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=68aa4dc8-3340-11ee-b823-a630a89fde40 | InvocationID=68aa5016-3340-11ee-b823-a630a89fde40 | Polling MR for XNF activation/deactivation policy response events.
2023-08-05T03:30:47+0000 | policy_event_thread | 140259504782136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=779cfd8a-3340-11ee-b823-a630a89fde40 | InvocationID=779cffe2-3340-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-08-05T03:30:47+0000 | policy_event_thread | 140259504782136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=779cfd8a-3340-11ee-b823-a630a89fde40 | InvocationID=779cffe2-3340-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:30:47+0000 | policy_event_thread | 140259504782136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=779cfd8a-3340-11ee-b823-a630a89fde40 | InvocationID=779cffe2-3340-11ee-b823-a630a89fde40 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 60, in poll_policy_topic
    get_from_topic(MRTopic.POLICY_PM_SUBSCRIBER.value, 'dcae_pmsh_policy_cl_input')
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:30:54+0000 | aai_event_thread | 140259503721272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6fad1e84-3340-11ee-b823-a630a89fde40 | InvocationID=6fad2140-3340-11ee-b823-a630a89fde40 | Polling MR for XNF AAI events.
2023-08-05T03:30:54+0000 | aai_event_thread | 140259503721272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ba030dc-3340-11ee-b823-a630a89fde40 | InvocationID=7ba032c6-3340-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-08-05T03:30:54+0000 | aai_event_thread | 140259503721272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ba030dc-3340-11ee-b823-a630a89fde40 | InvocationID=7ba032c6-3340-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:30:54+0000 | aai_event_thread | 140259503721272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7ba030dc-3340-11ee-b823-a630a89fde40 | InvocationID=7ba032c6-3340-11ee-b823-a630a89fde40 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:31:12+0000 | policy_event_thread | 140259504782136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=779cfd8a-3340-11ee-b823-a630a89fde40 | InvocationID=779cffe2-3340-11ee-b823-a630a89fde40 | Polling MR for XNF activation/deactivation policy response events.
2023-08-05T03:31:12+0000 | policy_event_thread | 140259504782136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8692abe6-3340-11ee-b823-a630a89fde40 | InvocationID=8692b5c8-3340-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-08-05T03:31:12+0000 | policy_event_thread | 140259504782136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8692abe6-3340-11ee-b823-a630a89fde40 | InvocationID=8692b5c8-3340-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:31:12+0000 | policy_event_thread | 140259504782136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8692abe6-3340-11ee-b823-a630a89fde40 | InvocationID=8692b5c8-3340-11ee-b823-a630a89fde40 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 60, in poll_policy_topic
    get_from_topic(MRTopic.POLICY_PM_SUBSCRIBER.value, 'dcae_pmsh_policy_cl_input')
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:31:14+0000 | aai_event_thread | 140259503721272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7ba030dc-3340-11ee-b823-a630a89fde40 | InvocationID=7ba032c6-3340-11ee-b823-a630a89fde40 | Polling MR for XNF AAI events.
2023-08-05T03:31:14+0000 | aai_event_thread | 140259503721272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8790ebca-3340-11ee-b823-a630a89fde40 | InvocationID=8790ef4e-3340-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-08-05T03:31:14+0000 | aai_event_thread | 140259503721272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8790ebca-3340-11ee-b823-a630a89fde40 | InvocationID=8790ef4e-3340-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:31:14+0000 | aai_event_thread | 140259503721272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8790ebca-3340-11ee-b823-a630a89fde40 | InvocationID=8790ef4e-3340-11ee-b823-a630a89fde40 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:31:34+0000 | aai_event_thread | 140259503721272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8790ebca-3340-11ee-b823-a630a89fde40 | InvocationID=8790ef4e-3340-11ee-b823-a630a89fde40 | Polling MR for XNF AAI events.
2023-08-05T03:31:34+0000 | aai_event_thread | 140259503721272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9385b12c-3340-11ee-b823-a630a89fde40 | InvocationID=9385b3a2-3340-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-08-05T03:31:34+0000 | aai_event_thread | 140259503721272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9385b12c-3340-11ee-b823-a630a89fde40 | InvocationID=9385b3a2-3340-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:31:34+0000 | aai_event_thread | 140259503721272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9385b12c-3340-11ee-b823-a630a89fde40 | InvocationID=9385b3a2-3340-11ee-b823-a630a89fde40 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:31:37+0000 | policy_event_thread | 140259504782136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8692abe6-3340-11ee-b823-a630a89fde40 | InvocationID=8692b5c8-3340-11ee-b823-a630a89fde40 | Polling MR for XNF activation/deactivation policy response events.
2023-08-05T03:31:37+0000 | policy_event_thread | 140259504782136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=958e1ba8-3340-11ee-b823-a630a89fde40 | InvocationID=958e1e00-3340-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-08-05T03:31:37+0000 | policy_event_thread | 140259504782136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=958e1ba8-3340-11ee-b823-a630a89fde40 | InvocationID=958e1e00-3340-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:31:37+0000 | policy_event_thread | 140259504782136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=958e1ba8-3340-11ee-b823-a630a89fde40 | InvocationID=958e1e00-3340-11ee-b823-a630a89fde40 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 60, in poll_policy_topic
    get_from_topic(MRTopic.POLICY_PM_SUBSCRIBER.value, 'dcae_pmsh_policy_cl_input')
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:31:54+0000 | aai_event_thread | 140259503721272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9385b12c-3340-11ee-b823-a630a89fde40 | InvocationID=9385b3a2-3340-11ee-b823-a630a89fde40 | Polling MR for XNF AAI events.
2023-08-05T03:31:54+0000 | aai_event_thread | 140259503721272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9f7bcd18-3340-11ee-b823-a630a89fde40 | InvocationID=9f7bd15a-3340-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-08-05T03:31:54+0000 | aai_event_thread | 140259503721272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9f7bcd18-3340-11ee-b823-a630a89fde40 | InvocationID=9f7bd15a-3340-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:31:54+0000 | aai_event_thread | 140259503721272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9f7bcd18-3340-11ee-b823-a630a89fde40 | InvocationID=9f7bd15a-3340-11ee-b823-a630a89fde40 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:32:02+0000 | policy_event_thread | 140259504782136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=958e1ba8-3340-11ee-b823-a630a89fde40 | InvocationID=958e1e00-3340-11ee-b823-a630a89fde40 | Polling MR for XNF activation/deactivation policy response events.
2023-08-05T03:32:02+0000 | policy_event_thread | 140259504782136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a47b76f6-3340-11ee-b823-a630a89fde40 | InvocationID=a47b7a5c-3340-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-08-05T03:32:02+0000 | policy_event_thread | 140259504782136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a47b76f6-3340-11ee-b823-a630a89fde40 | InvocationID=a47b7a5c-3340-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:32:02+0000 | policy_event_thread | 140259504782136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a47b76f6-3340-11ee-b823-a630a89fde40 | InvocationID=a47b7a5c-3340-11ee-b823-a630a89fde40 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 60, in poll_policy_topic
    get_from_topic(MRTopic.POLICY_PM_SUBSCRIBER.value, 'dcae_pmsh_policy_cl_input')
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:32:14+0000 | aai_event_thread | 140259503721272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9f7bcd18-3340-11ee-b823-a630a89fde40 | InvocationID=9f7bd15a-3340-11ee-b823-a630a89fde40 | Polling MR for XNF AAI events.
2023-08-05T03:32:14+0000 | aai_event_thread | 140259503721272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ab6fc57a-3340-11ee-b823-a630a89fde40 | InvocationID=ab6fc78c-3340-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-08-05T03:32:14+0000 | aai_event_thread | 140259503721272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ab6fc57a-3340-11ee-b823-a630a89fde40 | InvocationID=ab6fc78c-3340-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:32:14+0000 | aai_event_thread | 140259503721272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ab6fc57a-3340-11ee-b823-a630a89fde40 | InvocationID=ab6fc78c-3340-11ee-b823-a630a89fde40 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:32:27+0000 | policy_event_thread | 140259504782136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a47b76f6-3340-11ee-b823-a630a89fde40 | InvocationID=a47b7a5c-3340-11ee-b823-a630a89fde40 | Polling MR for XNF activation/deactivation policy response events.
2023-08-05T03:32:27+0000 | policy_event_thread | 140259504782136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b3690e4e-3340-11ee-b823-a630a89fde40 | InvocationID=b36911e6-3340-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-08-05T03:32:27+0000 | policy_event_thread | 140259504782136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b3690e4e-3340-11ee-b823-a630a89fde40 | InvocationID=b36911e6-3340-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:32:27+0000 | policy_event_thread | 140259504782136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b3690e4e-3340-11ee-b823-a630a89fde40 | InvocationID=b36911e6-3340-11ee-b823-a630a89fde40 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 60, in poll_policy_topic
    get_from_topic(MRTopic.POLICY_PM_SUBSCRIBER.value, 'dcae_pmsh_policy_cl_input')
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:32:34+0000 | aai_event_thread | 140259503721272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ab6fc57a-3340-11ee-b823-a630a89fde40 | InvocationID=ab6fc78c-3340-11ee-b823-a630a89fde40 | Polling MR for XNF AAI events.
2023-08-05T03:32:34+0000 | aai_event_thread | 140259503721272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b7675a0a-3340-11ee-b823-a630a89fde40 | InvocationID=b7675bea-3340-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-08-05T03:32:34+0000 | aai_event_thread | 140259503721272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b7675a0a-3340-11ee-b823-a630a89fde40 | InvocationID=b7675bea-3340-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:32:34+0000 | aai_event_thread | 140259503721272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b7675a0a-3340-11ee-b823-a630a89fde40 | InvocationID=b7675bea-3340-11ee-b823-a630a89fde40 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:32:52+0000 | policy_event_thread | 140259504782136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b3690e4e-3340-11ee-b823-a630a89fde40 | InvocationID=b36911e6-3340-11ee-b823-a630a89fde40 | Polling MR for XNF activation/deactivation policy response events.
2023-08-05T03:32:52+0000 | policy_event_thread | 140259504782136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c2590e4a-3340-11ee-b823-a630a89fde40 | InvocationID=c25910ca-3340-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-08-05T03:32:52+0000 | policy_event_thread | 140259504782136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c2590e4a-3340-11ee-b823-a630a89fde40 | InvocationID=c25910ca-3340-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:32:52+0000 | policy_event_thread | 140259504782136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c2590e4a-3340-11ee-b823-a630a89fde40 | InvocationID=c25910ca-3340-11ee-b823-a630a89fde40 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 60, in poll_policy_topic
    get_from_topic(MRTopic.POLICY_PM_SUBSCRIBER.value, 'dcae_pmsh_policy_cl_input')
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:32:54+0000 | aai_event_thread | 140259503721272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b7675a0a-3340-11ee-b823-a630a89fde40 | InvocationID=b7675bea-3340-11ee-b823-a630a89fde40 | Polling MR for XNF AAI events.
2023-08-05T03:32:54+0000 | aai_event_thread | 140259503721272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c35a777a-3340-11ee-b823-a630a89fde40 | InvocationID=c35a7f86-3340-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-08-05T03:32:54+0000 | aai_event_thread | 140259503721272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c35a777a-3340-11ee-b823-a630a89fde40 | InvocationID=c35a7f86-3340-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:32:54+0000 | aai_event_thread | 140259503721272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c35a777a-3340-11ee-b823-a630a89fde40 | InvocationID=c35a7f86-3340-11ee-b823-a630a89fde40 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:33:14+0000 | aai_event_thread | 140259503721272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c35a777a-3340-11ee-b823-a630a89fde40 | InvocationID=c35a7f86-3340-11ee-b823-a630a89fde40 | Polling MR for XNF AAI events.
2023-08-05T03:33:14+0000 | aai_event_thread | 140259503721272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cf4e33b4-3340-11ee-b823-a630a89fde40 | InvocationID=cf4e35f8-3340-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-08-05T03:33:14+0000 | aai_event_thread | 140259503721272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cf4e33b4-3340-11ee-b823-a630a89fde40 | InvocationID=cf4e35f8-3340-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:33:14+0000 | aai_event_thread | 140259503721272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cf4e33b4-3340-11ee-b823-a630a89fde40 | InvocationID=cf4e35f8-3340-11ee-b823-a630a89fde40 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:33:17+0000 | policy_event_thread | 140259504782136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c2590e4a-3340-11ee-b823-a630a89fde40 | InvocationID=c25910ca-3340-11ee-b823-a630a89fde40 | Polling MR for XNF activation/deactivation policy response events.
2023-08-05T03:33:17+0000 | policy_event_thread | 140259504782136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d1508982-3340-11ee-b823-a630a89fde40 | InvocationID=d1508fea-3340-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-08-05T03:33:17+0000 | policy_event_thread | 140259504782136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d1508982-3340-11ee-b823-a630a89fde40 | InvocationID=d1508fea-3340-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:33:17+0000 | policy_event_thread | 140259504782136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d1508982-3340-11ee-b823-a630a89fde40 | InvocationID=d1508fea-3340-11ee-b823-a630a89fde40 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 60, in poll_policy_topic
    get_from_topic(MRTopic.POLICY_PM_SUBSCRIBER.value, 'dcae_pmsh_policy_cl_input')
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:33:34+0000 | aai_event_thread | 140259503721272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cf4e33b4-3340-11ee-b823-a630a89fde40 | InvocationID=cf4e35f8-3340-11ee-b823-a630a89fde40 | Polling MR for XNF AAI events.
2023-08-05T03:33:34+0000 | aai_event_thread | 140259503721272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=db420498-3340-11ee-b823-a630a89fde40 | InvocationID=db42075e-3340-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-08-05T03:33:34+0000 | aai_event_thread | 140259503721272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=db420498-3340-11ee-b823-a630a89fde40 | InvocationID=db42075e-3340-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:33:34+0000 | aai_event_thread | 140259503721272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=db420498-3340-11ee-b823-a630a89fde40 | InvocationID=db42075e-3340-11ee-b823-a630a89fde40 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:33:42+0000 | policy_event_thread | 140259504782136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d1508982-3340-11ee-b823-a630a89fde40 | InvocationID=d1508fea-3340-11ee-b823-a630a89fde40 | Polling MR for XNF activation/deactivation policy response events.
2023-08-05T03:33:42+0000 | policy_event_thread | 140259504782136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e0439592-3340-11ee-b823-a630a89fde40 | InvocationID=e04397c2-3340-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-08-05T03:33:42+0000 | policy_event_thread | 140259504782136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e0439592-3340-11ee-b823-a630a89fde40 | InvocationID=e04397c2-3340-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:33:42+0000 | policy_event_thread | 140259504782136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e0439592-3340-11ee-b823-a630a89fde40 | InvocationID=e04397c2-3340-11ee-b823-a630a89fde40 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 60, in poll_policy_topic
    get_from_topic(MRTopic.POLICY_PM_SUBSCRIBER.value, 'dcae_pmsh_policy_cl_input')
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:33:54+0000 | aai_event_thread | 140259503721272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=db420498-3340-11ee-b823-a630a89fde40 | InvocationID=db42075e-3340-11ee-b823-a630a89fde40 | Polling MR for XNF AAI events.
2023-08-05T03:33:54+0000 | aai_event_thread | 140259503721272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e737b360-3340-11ee-b823-a630a89fde40 | InvocationID=e737b59a-3340-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-08-05T03:33:54+0000 | aai_event_thread | 140259503721272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e737b360-3340-11ee-b823-a630a89fde40 | InvocationID=e737b59a-3340-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:33:54+0000 | aai_event_thread | 140259503721272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e737b360-3340-11ee-b823-a630a89fde40 | InvocationID=e737b59a-3340-11ee-b823-a630a89fde40 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:34:07+0000 | policy_event_thread | 140259504782136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e0439592-3340-11ee-b823-a630a89fde40 | InvocationID=e04397c2-3340-11ee-b823-a630a89fde40 | Polling MR for XNF activation/deactivation policy response events.
2023-08-05T03:34:07+0000 | policy_event_thread | 140259504782136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ef3088ee-3340-11ee-b823-a630a89fde40 | InvocationID=ef308b78-3340-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-08-05T03:34:07+0000 | policy_event_thread | 140259504782136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ef3088ee-3340-11ee-b823-a630a89fde40 | InvocationID=ef308b78-3340-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:34:07+0000 | policy_event_thread | 140259504782136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ef3088ee-3340-11ee-b823-a630a89fde40 | InvocationID=ef308b78-3340-11ee-b823-a630a89fde40 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 60, in poll_policy_topic
    get_from_topic(MRTopic.POLICY_PM_SUBSCRIBER.value, 'dcae_pmsh_policy_cl_input')
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:34:14+0000 | aai_event_thread | 140259503721272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e737b360-3340-11ee-b823-a630a89fde40 | InvocationID=e737b59a-3340-11ee-b823-a630a89fde40 | Polling MR for XNF AAI events.
2023-08-05T03:34:14+0000 | aai_event_thread | 140259503721272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f32b481c-3340-11ee-b823-a630a89fde40 | InvocationID=f32b4a56-3340-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-08-05T03:34:14+0000 | aai_event_thread | 140259503721272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f32b481c-3340-11ee-b823-a630a89fde40 | InvocationID=f32b4a56-3340-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:34:14+0000 | aai_event_thread | 140259503721272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f32b481c-3340-11ee-b823-a630a89fde40 | InvocationID=f32b4a56-3340-11ee-b823-a630a89fde40 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:34:32+0000 | policy_event_thread | 140259504782136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ef3088ee-3340-11ee-b823-a630a89fde40 | InvocationID=ef308b78-3340-11ee-b823-a630a89fde40 | Polling MR for XNF activation/deactivation policy response events.
2023-08-05T03:34:32+0000 | policy_event_thread | 140259504782136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fe2240c2-3340-11ee-b823-a630a89fde40 | InvocationID=fe224324-3340-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-08-05T03:34:33+0000 | policy_event_thread | 140259504782136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fe2240c2-3340-11ee-b823-a630a89fde40 | InvocationID=fe224324-3340-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:34:33+0000 | policy_event_thread | 140259504782136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fe2240c2-3340-11ee-b823-a630a89fde40 | InvocationID=fe224324-3340-11ee-b823-a630a89fde40 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 60, in poll_policy_topic
    get_from_topic(MRTopic.POLICY_PM_SUBSCRIBER.value, 'dcae_pmsh_policy_cl_input')
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:34:34+0000 | aai_event_thread | 140259503721272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f32b481c-3340-11ee-b823-a630a89fde40 | InvocationID=f32b4a56-3340-11ee-b823-a630a89fde40 | Polling MR for XNF AAI events.
2023-08-05T03:34:34+0000 | aai_event_thread | 140259503721272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ff1db588-3340-11ee-b823-a630a89fde40 | InvocationID=ff1dc046-3340-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-08-05T03:34:34+0000 | aai_event_thread | 140259503721272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ff1db588-3340-11ee-b823-a630a89fde40 | InvocationID=ff1dc046-3340-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:34:34+0000 | aai_event_thread | 140259503721272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ff1db588-3340-11ee-b823-a630a89fde40 | InvocationID=ff1dc046-3340-11ee-b823-a630a89fde40 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:34:54+0000 | aai_event_thread | 140259503721272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ff1db588-3340-11ee-b823-a630a89fde40 | InvocationID=ff1dc046-3340-11ee-b823-a630a89fde40 | Polling MR for XNF AAI events.
2023-08-05T03:34:54+0000 | aai_event_thread | 140259503721272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0b0e3728-3341-11ee-b823-a630a89fde40 | InvocationID=0b0e3a8e-3341-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-08-05T03:34:54+0000 | aai_event_thread | 140259503721272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0b0e3728-3341-11ee-b823-a630a89fde40 | InvocationID=0b0e3a8e-3341-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:34:54+0000 | aai_event_thread | 140259503721272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0b0e3728-3341-11ee-b823-a630a89fde40 | InvocationID=0b0e3a8e-3341-11ee-b823-a630a89fde40 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:34:58+0000 | policy_event_thread | 140259504782136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fe2240c2-3340-11ee-b823-a630a89fde40 | InvocationID=fe224324-3340-11ee-b823-a630a89fde40 | Polling MR for XNF activation/deactivation policy response events.
2023-08-05T03:34:58+0000 | policy_event_thread | 140259504782136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0d13b66a-3341-11ee-b823-a630a89fde40 | InvocationID=0d13b8e0-3341-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-08-05T03:34:58+0000 | policy_event_thread | 140259504782136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0d13b66a-3341-11ee-b823-a630a89fde40 | InvocationID=0d13b8e0-3341-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:34:58+0000 | policy_event_thread | 140259504782136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0d13b66a-3341-11ee-b823-a630a89fde40 | InvocationID=0d13b8e0-3341-11ee-b823-a630a89fde40 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 60, in poll_policy_topic
    get_from_topic(MRTopic.POLICY_PM_SUBSCRIBER.value, 'dcae_pmsh_policy_cl_input')
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:35:14+0000 | aai_event_thread | 140259503721272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0b0e3728-3341-11ee-b823-a630a89fde40 | InvocationID=0b0e3a8e-3341-11ee-b823-a630a89fde40 | Polling MR for XNF AAI events.
2023-08-05T03:35:14+0000 | aai_event_thread | 140259503721272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=17025dc0-3341-11ee-b823-a630a89fde40 | InvocationID=17026018-3341-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-08-05T03:35:14+0000 | aai_event_thread | 140259503721272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=17025dc0-3341-11ee-b823-a630a89fde40 | InvocationID=17026018-3341-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:35:14+0000 | aai_event_thread | 140259503721272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=17025dc0-3341-11ee-b823-a630a89fde40 | InvocationID=17026018-3341-11ee-b823-a630a89fde40 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:35:23+0000 | policy_event_thread | 140259504782136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0d13b66a-3341-11ee-b823-a630a89fde40 | InvocationID=0d13b8e0-3341-11ee-b823-a630a89fde40 | Polling MR for XNF activation/deactivation policy response events.
2023-08-05T03:35:23+0000 | policy_event_thread | 140259504782136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1c004116-3341-11ee-b823-a630a89fde40 | InvocationID=1c0043d2-3341-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-08-05T03:35:23+0000 | policy_event_thread | 140259504782136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1c004116-3341-11ee-b823-a630a89fde40 | InvocationID=1c0043d2-3341-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:35:23+0000 | policy_event_thread | 140259504782136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1c004116-3341-11ee-b823-a630a89fde40 | InvocationID=1c0043d2-3341-11ee-b823-a630a89fde40 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 60, in poll_policy_topic
    get_from_topic(MRTopic.POLICY_PM_SUBSCRIBER.value, 'dcae_pmsh_policy_cl_input')
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:35:34+0000 | aai_event_thread | 140259503721272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=17025dc0-3341-11ee-b823-a630a89fde40 | InvocationID=17026018-3341-11ee-b823-a630a89fde40 | Polling MR for XNF AAI events.
2023-08-05T03:35:34+0000 | aai_event_thread | 140259503721272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=22f7bff8-3341-11ee-b823-a630a89fde40 | InvocationID=22f7c1a6-3341-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-08-05T03:35:34+0000 | aai_event_thread | 140259503721272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=22f7bff8-3341-11ee-b823-a630a89fde40 | InvocationID=22f7c1a6-3341-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:35:34+0000 | aai_event_thread | 140259503721272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=22f7bff8-3341-11ee-b823-a630a89fde40 | InvocationID=22f7c1a6-3341-11ee-b823-a630a89fde40 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:35:48+0000 | policy_event_thread | 140259504782136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1c004116-3341-11ee-b823-a630a89fde40 | InvocationID=1c0043d2-3341-11ee-b823-a630a89fde40 | Polling MR for XNF activation/deactivation policy response events.
2023-08-05T03:35:48+0000 | policy_event_thread | 140259504782136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2af5bfde-3341-11ee-b823-a630a89fde40 | InvocationID=2af5c218-3341-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-08-05T03:35:48+0000 | policy_event_thread | 140259504782136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2af5bfde-3341-11ee-b823-a630a89fde40 | InvocationID=2af5c218-3341-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:35:48+0000 | policy_event_thread | 140259504782136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2af5bfde-3341-11ee-b823-a630a89fde40 | InvocationID=2af5c218-3341-11ee-b823-a630a89fde40 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 60, in poll_policy_topic
    get_from_topic(MRTopic.POLICY_PM_SUBSCRIBER.value, 'dcae_pmsh_policy_cl_input')
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:35:54+0000 | aai_event_thread | 140259503721272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=22f7bff8-3341-11ee-b823-a630a89fde40 | InvocationID=22f7c1a6-3341-11ee-b823-a630a89fde40 | Polling MR for XNF AAI events.
2023-08-05T03:35:54+0000 | aai_event_thread | 140259503721272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2eeccbe6-3341-11ee-b823-a630a89fde40 | InvocationID=2eeccdee-3341-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-08-05T03:35:54+0000 | aai_event_thread | 140259503721272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2eeccbe6-3341-11ee-b823-a630a89fde40 | InvocationID=2eeccdee-3341-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:35:54+0000 | aai_event_thread | 140259503721272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2eeccbe6-3341-11ee-b823-a630a89fde40 | InvocationID=2eeccdee-3341-11ee-b823-a630a89fde40 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:36:13+0000 | policy_event_thread | 140259504782136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2af5bfde-3341-11ee-b823-a630a89fde40 | InvocationID=2af5c218-3341-11ee-b823-a630a89fde40 | Polling MR for XNF activation/deactivation policy response events.
2023-08-05T03:36:13+0000 | policy_event_thread | 140259504782136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=39f09f2c-3341-11ee-b823-a630a89fde40 | InvocationID=39f0a314-3341-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-08-05T03:36:13+0000 | policy_event_thread | 140259504782136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=39f09f2c-3341-11ee-b823-a630a89fde40 | InvocationID=39f0a314-3341-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:36:13+0000 | policy_event_thread | 140259504782136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=39f09f2c-3341-11ee-b823-a630a89fde40 | InvocationID=39f0a314-3341-11ee-b823-a630a89fde40 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 60, in poll_policy_topic
    get_from_topic(MRTopic.POLICY_PM_SUBSCRIBER.value, 'dcae_pmsh_policy_cl_input')
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:36:14+0000 | aai_event_thread | 140259503721272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2eeccbe6-3341-11ee-b823-a630a89fde40 | InvocationID=2eeccdee-3341-11ee-b823-a630a89fde40 | Polling MR for XNF AAI events.
2023-08-05T03:36:14+0000 | aai_event_thread | 140259503721272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3adf50e0-3341-11ee-b823-a630a89fde40 | InvocationID=3adf541e-3341-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-08-05T03:36:14+0000 | aai_event_thread | 140259503721272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3adf50e0-3341-11ee-b823-a630a89fde40 | InvocationID=3adf541e-3341-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:36:14+0000 | aai_event_thread | 140259503721272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3adf50e0-3341-11ee-b823-a630a89fde40 | InvocationID=3adf541e-3341-11ee-b823-a630a89fde40 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:36:34+0000 | aai_event_thread | 140259503721272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3adf50e0-3341-11ee-b823-a630a89fde40 | InvocationID=3adf541e-3341-11ee-b823-a630a89fde40 | Polling MR for XNF AAI events.
2023-08-05T03:36:34+0000 | aai_event_thread | 140259503721272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=46d33c22-3341-11ee-b823-a630a89fde40 | InvocationID=46d342bc-3341-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-08-05T03:36:34+0000 | aai_event_thread | 140259503721272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=46d33c22-3341-11ee-b823-a630a89fde40 | InvocationID=46d342bc-3341-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:36:34+0000 | aai_event_thread | 140259503721272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=46d33c22-3341-11ee-b823-a630a89fde40 | InvocationID=46d342bc-3341-11ee-b823-a630a89fde40 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:36:38+0000 | policy_event_thread | 140259504782136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=39f09f2c-3341-11ee-b823-a630a89fde40 | InvocationID=39f0a314-3341-11ee-b823-a630a89fde40 | Polling MR for XNF activation/deactivation policy response events.
2023-08-05T03:36:38+0000 | policy_event_thread | 140259504782136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=48e5acca-3341-11ee-b823-a630a89fde40 | InvocationID=48e5b102-3341-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-08-05T03:36:38+0000 | policy_event_thread | 140259504782136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=48e5acca-3341-11ee-b823-a630a89fde40 | InvocationID=48e5b102-3341-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:36:38+0000 | policy_event_thread | 140259504782136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=48e5acca-3341-11ee-b823-a630a89fde40 | InvocationID=48e5b102-3341-11ee-b823-a630a89fde40 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 60, in poll_policy_topic
    get_from_topic(MRTopic.POLICY_PM_SUBSCRIBER.value, 'dcae_pmsh_policy_cl_input')
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:36:54+0000 | aai_event_thread | 140259503721272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=46d33c22-3341-11ee-b823-a630a89fde40 | InvocationID=46d342bc-3341-11ee-b823-a630a89fde40 | Polling MR for XNF AAI events.
2023-08-05T03:36:54+0000 | aai_event_thread | 140259503721272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=52c8d62c-3341-11ee-b823-a630a89fde40 | InvocationID=52c8d8b6-3341-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-08-05T03:36:55+0000 | aai_event_thread | 140259503721272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=52c8d62c-3341-11ee-b823-a630a89fde40 | InvocationID=52c8d8b6-3341-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:36:55+0000 | aai_event_thread | 140259503721272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=52c8d62c-3341-11ee-b823-a630a89fde40 | InvocationID=52c8d8b6-3341-11ee-b823-a630a89fde40 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:37:03+0000 | policy_event_thread | 140259504782136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=48e5acca-3341-11ee-b823-a630a89fde40 | InvocationID=48e5b102-3341-11ee-b823-a630a89fde40 | Polling MR for XNF activation/deactivation policy response events.
2023-08-05T03:37:03+0000 | policy_event_thread | 140259504782136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=57d5384a-3341-11ee-b823-a630a89fde40 | InvocationID=57d53ad4-3341-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-08-05T03:37:03+0000 | policy_event_thread | 140259504782136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=57d5384a-3341-11ee-b823-a630a89fde40 | InvocationID=57d53ad4-3341-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:37:03+0000 | policy_event_thread | 140259504782136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=57d5384a-3341-11ee-b823-a630a89fde40 | InvocationID=57d53ad4-3341-11ee-b823-a630a89fde40 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 60, in poll_policy_topic
    get_from_topic(MRTopic.POLICY_PM_SUBSCRIBER.value, 'dcae_pmsh_policy_cl_input')
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:37:15+0000 | aai_event_thread | 140259503721272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=52c8d62c-3341-11ee-b823-a630a89fde40 | InvocationID=52c8d8b6-3341-11ee-b823-a630a89fde40 | Polling MR for XNF AAI events.
2023-08-05T03:37:15+0000 | aai_event_thread | 140259503721272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5ebd823e-3341-11ee-b823-a630a89fde40 | InvocationID=5ebd9058-3341-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-08-05T03:37:15+0000 | aai_event_thread | 140259503721272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5ebd823e-3341-11ee-b823-a630a89fde40 | InvocationID=5ebd9058-3341-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:37:15+0000 | aai_event_thread | 140259503721272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5ebd823e-3341-11ee-b823-a630a89fde40 | InvocationID=5ebd9058-3341-11ee-b823-a630a89fde40 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:37:28+0000 | policy_event_thread | 140259504782136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=57d5384a-3341-11ee-b823-a630a89fde40 | InvocationID=57d53ad4-3341-11ee-b823-a630a89fde40 | Polling MR for XNF activation/deactivation policy response events.
2023-08-05T03:37:28+0000 | policy_event_thread | 140259504782136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=66bfbff6-3341-11ee-b823-a630a89fde40 | InvocationID=66bfc2d0-3341-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-08-05T03:37:28+0000 | policy_event_thread | 140259504782136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=66bfbff6-3341-11ee-b823-a630a89fde40 | InvocationID=66bfc2d0-3341-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:37:28+0000 | policy_event_thread | 140259504782136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=66bfbff6-3341-11ee-b823-a630a89fde40 | InvocationID=66bfc2d0-3341-11ee-b823-a630a89fde40 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 60, in poll_policy_topic
    get_from_topic(MRTopic.POLICY_PM_SUBSCRIBER.value, 'dcae_pmsh_policy_cl_input')
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:37:35+0000 | aai_event_thread | 140259503721272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5ebd823e-3341-11ee-b823-a630a89fde40 | InvocationID=5ebd9058-3341-11ee-b823-a630a89fde40 | Polling MR for XNF AAI events.
2023-08-05T03:37:35+0000 | aai_event_thread | 140259503721272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6ab7aa92-3341-11ee-b823-a630a89fde40 | InvocationID=6ab7b032-3341-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-08-05T03:37:35+0000 | aai_event_thread | 140259503721272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6ab7aa92-3341-11ee-b823-a630a89fde40 | InvocationID=6ab7b032-3341-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:37:35+0000 | aai_event_thread | 140259503721272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6ab7aa92-3341-11ee-b823-a630a89fde40 | InvocationID=6ab7b032-3341-11ee-b823-a630a89fde40 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:37:53+0000 | policy_event_thread | 140259504782136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=66bfbff6-3341-11ee-b823-a630a89fde40 | InvocationID=66bfc2d0-3341-11ee-b823-a630a89fde40 | Polling MR for XNF activation/deactivation policy response events.
2023-08-05T03:37:53+0000 | policy_event_thread | 140259504782136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=75ae4f82-3341-11ee-b823-a630a89fde40 | InvocationID=75ae5234-3341-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-08-05T03:37:53+0000 | policy_event_thread | 140259504782136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=75ae4f82-3341-11ee-b823-a630a89fde40 | InvocationID=75ae5234-3341-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:37:53+0000 | policy_event_thread | 140259504782136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=75ae4f82-3341-11ee-b823-a630a89fde40 | InvocationID=75ae5234-3341-11ee-b823-a630a89fde40 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 60, in poll_policy_topic
    get_from_topic(MRTopic.POLICY_PM_SUBSCRIBER.value, 'dcae_pmsh_policy_cl_input')
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:37:55+0000 | aai_event_thread | 140259503721272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6ab7aa92-3341-11ee-b823-a630a89fde40 | InvocationID=6ab7b032-3341-11ee-b823-a630a89fde40 | Polling MR for XNF AAI events.
2023-08-05T03:37:55+0000 | aai_event_thread | 140259503721272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=76b5dfda-3341-11ee-b823-a630a89fde40 | InvocationID=76b5e192-3341-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-08-05T03:37:55+0000 | aai_event_thread | 140259503721272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=76b5dfda-3341-11ee-b823-a630a89fde40 | InvocationID=76b5e192-3341-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:37:55+0000 | aai_event_thread | 140259503721272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=76b5dfda-3341-11ee-b823-a630a89fde40 | InvocationID=76b5e192-3341-11ee-b823-a630a89fde40 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:38:15+0000 | aai_event_thread | 140259503721272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=76b5dfda-3341-11ee-b823-a630a89fde40 | InvocationID=76b5e192-3341-11ee-b823-a630a89fde40 | Polling MR for XNF AAI events.
2023-08-05T03:38:15+0000 | aai_event_thread | 140259503721272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=82aab450-3341-11ee-b823-a630a89fde40 | InvocationID=82aab6a8-3341-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-08-05T03:38:15+0000 | aai_event_thread | 140259503721272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=82aab450-3341-11ee-b823-a630a89fde40 | InvocationID=82aab6a8-3341-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:38:15+0000 | aai_event_thread | 140259503721272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=82aab450-3341-11ee-b823-a630a89fde40 | InvocationID=82aab6a8-3341-11ee-b823-a630a89fde40 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:38:18+0000 | policy_event_thread | 140259504782136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=75ae4f82-3341-11ee-b823-a630a89fde40 | InvocationID=75ae5234-3341-11ee-b823-a630a89fde40 | Polling MR for XNF activation/deactivation policy response events.
2023-08-05T03:38:18+0000 | policy_event_thread | 140259504782136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=849a4f78-3341-11ee-b823-a630a89fde40 | InvocationID=849a51e4-3341-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-08-05T03:38:18+0000 | policy_event_thread | 140259504782136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=849a4f78-3341-11ee-b823-a630a89fde40 | InvocationID=849a51e4-3341-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:38:18+0000 | policy_event_thread | 140259504782136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=849a4f78-3341-11ee-b823-a630a89fde40 | InvocationID=849a51e4-3341-11ee-b823-a630a89fde40 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 60, in poll_policy_topic
    get_from_topic(MRTopic.POLICY_PM_SUBSCRIBER.value, 'dcae_pmsh_policy_cl_input')
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:38:35+0000 | aai_event_thread | 140259503721272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=82aab450-3341-11ee-b823-a630a89fde40 | InvocationID=82aab6a8-3341-11ee-b823-a630a89fde40 | Polling MR for XNF AAI events.
2023-08-05T03:38:35+0000 | aai_event_thread | 140259503721272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8ea1672c-3341-11ee-b823-a630a89fde40 | InvocationID=8ea169c0-3341-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-08-05T03:38:35+0000 | aai_event_thread | 140259503721272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8ea1672c-3341-11ee-b823-a630a89fde40 | InvocationID=8ea169c0-3341-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:38:35+0000 | aai_event_thread | 140259503721272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8ea1672c-3341-11ee-b823-a630a89fde40 | InvocationID=8ea169c0-3341-11ee-b823-a630a89fde40 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:38:43+0000 | policy_event_thread | 140259504782136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=849a4f78-3341-11ee-b823-a630a89fde40 | InvocationID=849a51e4-3341-11ee-b823-a630a89fde40 | Polling MR for XNF activation/deactivation policy response events.
2023-08-05T03:38:43+0000 | policy_event_thread | 140259504782136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=938592cc-3341-11ee-b823-a630a89fde40 | InvocationID=9385954c-3341-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-08-05T03:38:43+0000 | policy_event_thread | 140259504782136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=938592cc-3341-11ee-b823-a630a89fde40 | InvocationID=9385954c-3341-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:38:43+0000 | policy_event_thread | 140259504782136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=938592cc-3341-11ee-b823-a630a89fde40 | InvocationID=9385954c-3341-11ee-b823-a630a89fde40 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 60, in poll_policy_topic
    get_from_topic(MRTopic.POLICY_PM_SUBSCRIBER.value, 'dcae_pmsh_policy_cl_input')
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:38:55+0000 | aai_event_thread | 140259503721272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8ea1672c-3341-11ee-b823-a630a89fde40 | InvocationID=8ea169c0-3341-11ee-b823-a630a89fde40 | Polling MR for XNF AAI events.
2023-08-05T03:38:55+0000 | aai_event_thread | 140259503721272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a95070a-3341-11ee-b823-a630a89fde40 | InvocationID=9a950958-3341-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-08-05T03:38:55+0000 | aai_event_thread | 140259503721272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a95070a-3341-11ee-b823-a630a89fde40 | InvocationID=9a950958-3341-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:38:55+0000 | aai_event_thread | 140259503721272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9a95070a-3341-11ee-b823-a630a89fde40 | InvocationID=9a950958-3341-11ee-b823-a630a89fde40 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:39:08+0000 | policy_event_thread | 140259504782136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=938592cc-3341-11ee-b823-a630a89fde40 | InvocationID=9385954c-3341-11ee-b823-a630a89fde40 | Polling MR for XNF activation/deactivation policy response events.
2023-08-05T03:39:08+0000 | policy_event_thread | 140259504782136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a270e1ba-3341-11ee-b823-a630a89fde40 | InvocationID=a270e3b8-3341-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-08-05T03:39:08+0000 | policy_event_thread | 140259504782136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a270e1ba-3341-11ee-b823-a630a89fde40 | InvocationID=a270e3b8-3341-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:39:08+0000 | policy_event_thread | 140259504782136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a270e1ba-3341-11ee-b823-a630a89fde40 | InvocationID=a270e3b8-3341-11ee-b823-a630a89fde40 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 60, in poll_policy_topic
    get_from_topic(MRTopic.POLICY_PM_SUBSCRIBER.value, 'dcae_pmsh_policy_cl_input')
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:39:15+0000 | aai_event_thread | 140259503721272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9a95070a-3341-11ee-b823-a630a89fde40 | InvocationID=9a950958-3341-11ee-b823-a630a89fde40 | Polling MR for XNF AAI events.
2023-08-05T03:39:15+0000 | aai_event_thread | 140259503721272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a688d83e-3341-11ee-b823-a630a89fde40 | InvocationID=a688da46-3341-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-08-05T03:39:15+0000 | aai_event_thread | 140259503721272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a688d83e-3341-11ee-b823-a630a89fde40 | InvocationID=a688da46-3341-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:39:15+0000 | aai_event_thread | 140259503721272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a688d83e-3341-11ee-b823-a630a89fde40 | InvocationID=a688da46-3341-11ee-b823-a630a89fde40 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:39:33+0000 | policy_event_thread | 140259504782136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a270e1ba-3341-11ee-b823-a630a89fde40 | InvocationID=a270e3b8-3341-11ee-b823-a630a89fde40 | Polling MR for XNF activation/deactivation policy response events.
2023-08-05T03:39:33+0000 | policy_event_thread | 140259504782136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b15e3f42-3341-11ee-b823-a630a89fde40 | InvocationID=b15e4154-3341-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-08-05T03:39:33+0000 | policy_event_thread | 140259504782136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b15e3f42-3341-11ee-b823-a630a89fde40 | InvocationID=b15e4154-3341-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:39:33+0000 | policy_event_thread | 140259504782136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b15e3f42-3341-11ee-b823-a630a89fde40 | InvocationID=b15e4154-3341-11ee-b823-a630a89fde40 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 60, in poll_policy_topic
    get_from_topic(MRTopic.POLICY_PM_SUBSCRIBER.value, 'dcae_pmsh_policy_cl_input')
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:39:35+0000 | aai_event_thread | 140259503721272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a688d83e-3341-11ee-b823-a630a89fde40 | InvocationID=a688da46-3341-11ee-b823-a630a89fde40 | Polling MR for XNF AAI events.
2023-08-05T03:39:35+0000 | aai_event_thread | 140259503721272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b27d30cc-3341-11ee-b823-a630a89fde40 | InvocationID=b27d3310-3341-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-08-05T03:39:35+0000 | aai_event_thread | 140259503721272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b27d30cc-3341-11ee-b823-a630a89fde40 | InvocationID=b27d3310-3341-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:39:35+0000 | aai_event_thread | 140259503721272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b27d30cc-3341-11ee-b823-a630a89fde40 | InvocationID=b27d3310-3341-11ee-b823-a630a89fde40 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:39:55+0000 | aai_event_thread | 140259503721272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b27d30cc-3341-11ee-b823-a630a89fde40 | InvocationID=b27d3310-3341-11ee-b823-a630a89fde40 | Polling MR for XNF AAI events.
2023-08-05T03:39:55+0000 | aai_event_thread | 140259503721272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=be72093e-3341-11ee-b823-a630a89fde40 | InvocationID=be720bbe-3341-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-08-05T03:39:55+0000 | aai_event_thread | 140259503721272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=be72093e-3341-11ee-b823-a630a89fde40 | InvocationID=be720bbe-3341-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:39:55+0000 | aai_event_thread | 140259503721272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=be72093e-3341-11ee-b823-a630a89fde40 | InvocationID=be720bbe-3341-11ee-b823-a630a89fde40 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:39:58+0000 | policy_event_thread | 140259504782136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b15e3f42-3341-11ee-b823-a630a89fde40 | InvocationID=b15e4154-3341-11ee-b823-a630a89fde40 | Polling MR for XNF activation/deactivation policy response events.
2023-08-05T03:39:58+0000 | policy_event_thread | 140259504782136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c04f7aa2-3341-11ee-b823-a630a89fde40 | InvocationID=c04f7cf0-3341-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-08-05T03:39:58+0000 | policy_event_thread | 140259504782136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c04f7aa2-3341-11ee-b823-a630a89fde40 | InvocationID=c04f7cf0-3341-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:39:58+0000 | policy_event_thread | 140259504782136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c04f7aa2-3341-11ee-b823-a630a89fde40 | InvocationID=c04f7cf0-3341-11ee-b823-a630a89fde40 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 60, in poll_policy_topic
    get_from_topic(MRTopic.POLICY_PM_SUBSCRIBER.value, 'dcae_pmsh_policy_cl_input')
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:40:15+0000 | aai_event_thread | 140259503721272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=be72093e-3341-11ee-b823-a630a89fde40 | InvocationID=be720bbe-3341-11ee-b823-a630a89fde40 | Polling MR for XNF AAI events.
2023-08-05T03:40:15+0000 | aai_event_thread | 140259503721272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ca6cb284-3341-11ee-b823-a630a89fde40 | InvocationID=ca6cb518-3341-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-08-05T03:40:15+0000 | aai_event_thread | 140259503721272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ca6cb284-3341-11ee-b823-a630a89fde40 | InvocationID=ca6cb518-3341-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:40:15+0000 | aai_event_thread | 140259503721272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ca6cb284-3341-11ee-b823-a630a89fde40 | InvocationID=ca6cb518-3341-11ee-b823-a630a89fde40 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:40:23+0000 | policy_event_thread | 140259504782136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c04f7aa2-3341-11ee-b823-a630a89fde40 | InvocationID=c04f7cf0-3341-11ee-b823-a630a89fde40 | Polling MR for XNF activation/deactivation policy response events.
2023-08-05T03:40:23+0000 | policy_event_thread | 140259504782136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cf39f524-3341-11ee-b823-a630a89fde40 | InvocationID=cf39f772-3341-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-08-05T03:40:23+0000 | policy_event_thread | 140259504782136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cf39f524-3341-11ee-b823-a630a89fde40 | InvocationID=cf39f772-3341-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:40:23+0000 | policy_event_thread | 140259504782136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cf39f524-3341-11ee-b823-a630a89fde40 | InvocationID=cf39f772-3341-11ee-b823-a630a89fde40 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 60, in poll_policy_topic
    get_from_topic(MRTopic.POLICY_PM_SUBSCRIBER.value, 'dcae_pmsh_policy_cl_input')
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:40:35+0000 | aai_event_thread | 140259503721272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ca6cb284-3341-11ee-b823-a630a89fde40 | InvocationID=ca6cb518-3341-11ee-b823-a630a89fde40 | Polling MR for XNF AAI events.
2023-08-05T03:40:35+0000 | aai_event_thread | 140259503721272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d66c30aa-3341-11ee-b823-a630a89fde40 | InvocationID=d66c3320-3341-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-08-05T03:40:35+0000 | aai_event_thread | 140259503721272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d66c30aa-3341-11ee-b823-a630a89fde40 | InvocationID=d66c3320-3341-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:40:35+0000 | aai_event_thread | 140259503721272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d66c30aa-3341-11ee-b823-a630a89fde40 | InvocationID=d66c3320-3341-11ee-b823-a630a89fde40 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:40:48+0000 | policy_event_thread | 140259504782136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cf39f524-3341-11ee-b823-a630a89fde40 | InvocationID=cf39f772-3341-11ee-b823-a630a89fde40 | Polling MR for XNF activation/deactivation policy response events.
2023-08-05T03:40:48+0000 | policy_event_thread | 140259504782136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=de283c62-3341-11ee-b823-a630a89fde40 | InvocationID=de2840c2-3341-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-08-05T03:40:48+0000 | policy_event_thread | 140259504782136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=de283c62-3341-11ee-b823-a630a89fde40 | InvocationID=de2840c2-3341-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:40:48+0000 | policy_event_thread | 140259504782136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=de283c62-3341-11ee-b823-a630a89fde40 | InvocationID=de2840c2-3341-11ee-b823-a630a89fde40 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 60, in poll_policy_topic
    get_from_topic(MRTopic.POLICY_PM_SUBSCRIBER.value, 'dcae_pmsh_policy_cl_input')
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:40:55+0000 | aai_event_thread | 140259503721272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d66c30aa-3341-11ee-b823-a630a89fde40 | InvocationID=d66c3320-3341-11ee-b823-a630a89fde40 | Polling MR for XNF AAI events.
2023-08-05T03:40:55+0000 | aai_event_thread | 140259503721272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e26eefaa-3341-11ee-b823-a630a89fde40 | InvocationID=e26ef1e4-3341-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-08-05T03:40:56+0000 | aai_event_thread | 140259503721272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e26eefaa-3341-11ee-b823-a630a89fde40 | InvocationID=e26ef1e4-3341-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:40:56+0000 | aai_event_thread | 140259503721272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e26eefaa-3341-11ee-b823-a630a89fde40 | InvocationID=e26ef1e4-3341-11ee-b823-a630a89fde40 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:41:13+0000 | policy_event_thread | 140259504782136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=de283c62-3341-11ee-b823-a630a89fde40 | InvocationID=de2840c2-3341-11ee-b823-a630a89fde40 | Polling MR for XNF activation/deactivation policy response events.
2023-08-05T03:41:13+0000 | policy_event_thread | 140259504782136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ed17efe2-3341-11ee-b823-a630a89fde40 | InvocationID=ed17f686-3341-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-08-05T03:41:13+0000 | policy_event_thread | 140259504782136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ed17efe2-3341-11ee-b823-a630a89fde40 | InvocationID=ed17f686-3341-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:41:13+0000 | policy_event_thread | 140259504782136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ed17efe2-3341-11ee-b823-a630a89fde40 | InvocationID=ed17f686-3341-11ee-b823-a630a89fde40 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 60, in poll_policy_topic
    get_from_topic(MRTopic.POLICY_PM_SUBSCRIBER.value, 'dcae_pmsh_policy_cl_input')
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:41:16+0000 | aai_event_thread | 140259503721272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e26eefaa-3341-11ee-b823-a630a89fde40 | InvocationID=e26ef1e4-3341-11ee-b823-a630a89fde40 | Polling MR for XNF AAI events.
2023-08-05T03:41:16+0000 | aai_event_thread | 140259503721272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ee624a96-3341-11ee-b823-a630a89fde40 | InvocationID=ee624cee-3341-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-08-05T03:41:16+0000 | aai_event_thread | 140259503721272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ee624a96-3341-11ee-b823-a630a89fde40 | InvocationID=ee624cee-3341-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:41:16+0000 | aai_event_thread | 140259503721272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ee624a96-3341-11ee-b823-a630a89fde40 | InvocationID=ee624cee-3341-11ee-b823-a630a89fde40 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:41:36+0000 | aai_event_thread | 140259503721272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ee624a96-3341-11ee-b823-a630a89fde40 | InvocationID=ee624cee-3341-11ee-b823-a630a89fde40 | Polling MR for XNF AAI events.
2023-08-05T03:41:36+0000 | aai_event_thread | 140259503721272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fa568fe2-3341-11ee-b823-a630a89fde40 | InvocationID=fa569244-3341-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-08-05T03:41:36+0000 | aai_event_thread | 140259503721272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fa568fe2-3341-11ee-b823-a630a89fde40 | InvocationID=fa569244-3341-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:41:36+0000 | aai_event_thread | 140259503721272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fa568fe2-3341-11ee-b823-a630a89fde40 | InvocationID=fa569244-3341-11ee-b823-a630a89fde40 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:41:38+0000 | policy_event_thread | 140259504782136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ed17efe2-3341-11ee-b823-a630a89fde40 | InvocationID=ed17f686-3341-11ee-b823-a630a89fde40 | Polling MR for XNF activation/deactivation policy response events.
2023-08-05T03:41:38+0000 | policy_event_thread | 140259504782136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fc06b506-3341-11ee-b823-a630a89fde40 | InvocationID=fc06b75e-3341-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-08-05T03:41:38+0000 | policy_event_thread | 140259504782136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fc06b506-3341-11ee-b823-a630a89fde40 | InvocationID=fc06b75e-3341-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:41:38+0000 | policy_event_thread | 140259504782136 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fc06b506-3341-11ee-b823-a630a89fde40 | InvocationID=fc06b75e-3341-11ee-b823-a630a89fde40 | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 60, in poll_policy_topic
    get_from_topic(MRTopic.POLICY_PM_SUBSCRIBER.value, 'dcae_pmsh_policy_cl_input')
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-08-05T03:41:56+0000 | aai_event_thread | 140259503721272 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fa568fe2-3341-11ee-b823-a630a89fde40 | InvocationID=fa569244-3341-11ee-b823-a630a89fde40 | Polling MR for XNF AAI events.
2023-08-05T03:41:56+0000 | aai_event_thread | 140259503721272 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=064bbfd4-3342-11ee-b823-a630a89fde40 | InvocationID=064bc34e-3342-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-08-05T03:41:56+0000 | aai_event_thread | 140259503721272 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=064bbfd4-3342-11ee-b823-a630a89fde40 | InvocationID=064bc34e-3342-11ee-b823-a630a89fde40 | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.10/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:41:56+0000 | aai_event_thread | 140259503721272 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=064bbfd4-3342-11ee-b823-a630a89fde40 | InvocationID=064bc34e-3342-11ee-b823-a630a89fde40 | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-08-05T03:42:03+0000 | policy_event_thread | 140259504782136 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fc06b506-3341-11ee-b823-a630a89fde40 | InvocationID=fc06b75e-3341-11ee-b823-a630a89fde40 | Polling MR for XNF activation/deactivation policy response events.
2023-08-05T03:42:03+0000 | policy_event_thread | 140259504782136 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0af3347c-3342-11ee-b823-a630a89fde40 | InvocationID=0af33eae-3342-11ee-b823-a630a89fde40 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-08-05T03:42:04+0000 | policy_event_thread | 140259504782136 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0af3347c-3342-11ee-b823-a630a89fde40 | InvocationID=0af33eae-3342-11ee-b823-a630a89fde40 | Failed to fet