Results

By type

          /opt/lib/python3.9/site-packages/onaplogging/logWatchDog.py:29: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
  return yaml.load(f.read())
2023-02-21T00:09:55+0000 | MainThread | 140002790399304 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Attempting to fetch PMSH Configuration from CBS.
2023-02-21T00:09:55+0000 | MainThread | 140002790399304 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Successfully fetched PMSH config from CBS: {'config': {'aaf_identity': 'dcae@dcae.onap.org', 'aaf_password': 'demo123456!', 'ca_cert_path': '/opt/app/pmsh/etc/certs/cacert.pem', 'cert_path': '/opt/app/pmsh/etc/certs/cert.pem', 'control_loop_name': 'pmsh-control-loop', 'enable_tls': False, 'key_path': '/opt/app/pmsh/etc/certs/key.pem', 'operational_policy_name': 'pmsh-operational-policy', 'pmsh_policy': {'subscription': {'administrativeState': 'LOCKED', 'fileBasedGP': 15, 'fileLocation': '/pm/pm.xml', 'measurementGroups': [{'measurementGroup': {'managedObjectDNsBasic': [{'DN': 'dna'}, {'DN': 'dnb'}], 'measurementTypes': [{'measurementType': 'countera'}, {'measurementType': 'counterb'}]}}, {'measurementGroup': {'managedObjectDNsBasic': [{'DN': 'dnc'}, {'DN': 'dnd'}], 'measurementTypes': [{'measurementType': 'counterc'}, {'measurementType': 'counterd'}]}}], 'nfFilter': {'modelInvariantIDs': [], 'modelNames': [], 'modelVersionIDs': [], 'nfNames': ['^pnf.*', '^vnf.*']}, 'subscriptionName': 'ExtraPM-All-gNB-R2B'}}, 'streams_publishes': {'policy_pm_publisher': {'dmaap_info': {'topic_url': 'http://message-router:3904/events/unauthenticated.DCAE_CL_OUTPUT'}, 'type': 'message_router'}}, 'streams_subscribes': {'aai_subscriber': {'dmaap_info': {'topic_url': 'http://message-router:3904/events/AAI-EVENT'}, 'type': 'message_router'}, 'policy_pm_subscriber': {'dmaap_info': {'topic_url': 'http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT'}, 'type': 'message_router'}}}}
2023-02-21T00:09:55+0000 | MainThread | 140002790399304 | INFO | pmsh_service_main | main | ServiceName= | RequestID= | InvocationID= | Start polling PMSH_CL_INPUT topic on DMaaP MR.
2023-02-21T00:09:55+0000 | policy_event_thread | 140002740677408 | INFO | policy_response_handler | poll_policy_topic | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF activation/deactivation policy response events.
2023-02-21T00:09:55+0000 | policy_event_thread | 140002740677408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=11f71d12-b17c-11ed-97ed-ba7a069af1ca | InvocationID=11f71f24-b17c-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-21T00:09:55+0000 | aai_event_thread | 140002739616544 | INFO | aai_event_handler | execute | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF AAI events.
2023-02-21T00:09:55+0000 | aai_event_thread | 140002739616544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=11f8e48a-b17c-11ed-97ed-ba7a069af1ca | InvocationID=11f8e5c0-b17c-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-21T00:09:55+0000 | MainThread | 140002790399304 | INFO | __init__ | launch_api_server | ServiceName= | RequestID= | InvocationID= | Launching unsecure http API server
2023-02-21T00:09:55+0000 | aai_event_thread | 140002739616544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=11f8e48a-b17c-11ed-97ed-ba7a069af1ca | InvocationID=11f8e5c0-b17c-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:09:55+0000 | policy_event_thread | 140002740677408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=11f71d12-b17c-11ed-97ed-ba7a069af1ca | InvocationID=11f71f24-b17c-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:09:55+0000 | policy_event_thread | 140002740677408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=11f71d12-b17c-11ed-97ed-ba7a069af1ca | InvocationID=11f71f24-b17c-11ed-97ed-ba7a069af1ca | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:09:55+0000 | aai_event_thread | 140002739616544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=11f8e48a-b17c-11ed-97ed-ba7a069af1ca | InvocationID=11f8e5c0-b17c-11ed-97ed-ba7a069af1ca | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:10:15+0000 | aai_event_thread | 140002739616544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=11f8e48a-b17c-11ed-97ed-ba7a069af1ca | InvocationID=11f8e5c0-b17c-11ed-97ed-ba7a069af1ca | Polling MR for XNF AAI events.
2023-02-21T00:10:15+0000 | aai_event_thread | 140002739616544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e0bb0ea-b17c-11ed-97ed-ba7a069af1ca | InvocationID=1e0bb2ca-b17c-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-21T00:10:15+0000 | aai_event_thread | 140002739616544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e0bb0ea-b17c-11ed-97ed-ba7a069af1ca | InvocationID=1e0bb2ca-b17c-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:10:15+0000 | aai_event_thread | 140002739616544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1e0bb0ea-b17c-11ed-97ed-ba7a069af1ca | InvocationID=1e0bb2ca-b17c-11ed-97ed-ba7a069af1ca | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:10:20+0000 | policy_event_thread | 140002740677408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=11f71d12-b17c-11ed-97ed-ba7a069af1ca | InvocationID=11f71f24-b17c-11ed-97ed-ba7a069af1ca | Polling MR for XNF activation/deactivation policy response events.
2023-02-21T00:10:20+0000 | policy_event_thread | 140002740677408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=210696e8-b17c-11ed-97ed-ba7a069af1ca | InvocationID=210698b4-b17c-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-21T00:10:20+0000 | policy_event_thread | 140002740677408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=210696e8-b17c-11ed-97ed-ba7a069af1ca | InvocationID=210698b4-b17c-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:10:20+0000 | policy_event_thread | 140002740677408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=210696e8-b17c-11ed-97ed-ba7a069af1ca | InvocationID=210698b4-b17c-11ed-97ed-ba7a069af1ca | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:10:35+0000 | aai_event_thread | 140002739616544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1e0bb0ea-b17c-11ed-97ed-ba7a069af1ca | InvocationID=1e0bb2ca-b17c-11ed-97ed-ba7a069af1ca | Polling MR for XNF AAI events.
2023-02-21T00:10:35+0000 | aai_event_thread | 140002739616544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2a0a46ea-b17c-11ed-97ed-ba7a069af1ca | InvocationID=2a0a48a2-b17c-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-21T00:10:35+0000 | aai_event_thread | 140002739616544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2a0a46ea-b17c-11ed-97ed-ba7a069af1ca | InvocationID=2a0a48a2-b17c-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:10:35+0000 | aai_event_thread | 140002739616544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2a0a46ea-b17c-11ed-97ed-ba7a069af1ca | InvocationID=2a0a48a2-b17c-11ed-97ed-ba7a069af1ca | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:10:45+0000 | policy_event_thread | 140002740677408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=210696e8-b17c-11ed-97ed-ba7a069af1ca | InvocationID=210698b4-b17c-11ed-97ed-ba7a069af1ca | Polling MR for XNF activation/deactivation policy response events.
2023-02-21T00:10:45+0000 | policy_event_thread | 140002740677408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ff2292e-b17c-11ed-97ed-ba7a069af1ca | InvocationID=2ff22b68-b17c-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-21T00:10:45+0000 | policy_event_thread | 140002740677408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ff2292e-b17c-11ed-97ed-ba7a069af1ca | InvocationID=2ff22b68-b17c-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:10:45+0000 | policy_event_thread | 140002740677408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2ff2292e-b17c-11ed-97ed-ba7a069af1ca | InvocationID=2ff22b68-b17c-11ed-97ed-ba7a069af1ca | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:10:55+0000 | aai_event_thread | 140002739616544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2a0a46ea-b17c-11ed-97ed-ba7a069af1ca | InvocationID=2a0a48a2-b17c-11ed-97ed-ba7a069af1ca | Polling MR for XNF AAI events.
2023-02-21T00:10:55+0000 | aai_event_thread | 140002739616544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3609899c-b17c-11ed-97ed-ba7a069af1ca | InvocationID=36098d48-b17c-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-21T00:10:55+0000 | aai_event_thread | 140002739616544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3609899c-b17c-11ed-97ed-ba7a069af1ca | InvocationID=36098d48-b17c-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:10:55+0000 | aai_event_thread | 140002739616544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3609899c-b17c-11ed-97ed-ba7a069af1ca | InvocationID=36098d48-b17c-11ed-97ed-ba7a069af1ca | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:11:10+0000 | policy_event_thread | 140002740677408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2ff2292e-b17c-11ed-97ed-ba7a069af1ca | InvocationID=2ff22b68-b17c-11ed-97ed-ba7a069af1ca | Polling MR for XNF activation/deactivation policy response events.
2023-02-21T00:11:10+0000 | policy_event_thread | 140002740677408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3ee4eaa2-b17c-11ed-97ed-ba7a069af1ca | InvocationID=3ee4ec82-b17c-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-21T00:11:11+0000 | policy_event_thread | 140002740677408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3ee4eaa2-b17c-11ed-97ed-ba7a069af1ca | InvocationID=3ee4ec82-b17c-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:11:11+0000 | policy_event_thread | 140002740677408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3ee4eaa2-b17c-11ed-97ed-ba7a069af1ca | InvocationID=3ee4ec82-b17c-11ed-97ed-ba7a069af1ca | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:11:15+0000 | aai_event_thread | 140002739616544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3609899c-b17c-11ed-97ed-ba7a069af1ca | InvocationID=36098d48-b17c-11ed-97ed-ba7a069af1ca | Polling MR for XNF AAI events.
2023-02-21T00:11:15+0000 | aai_event_thread | 140002739616544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=41fe7b36-b17c-11ed-97ed-ba7a069af1ca | InvocationID=41fe7d84-b17c-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-21T00:11:15+0000 | aai_event_thread | 140002739616544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=41fe7b36-b17c-11ed-97ed-ba7a069af1ca | InvocationID=41fe7d84-b17c-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:11:15+0000 | aai_event_thread | 140002739616544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=41fe7b36-b17c-11ed-97ed-ba7a069af1ca | InvocationID=41fe7d84-b17c-11ed-97ed-ba7a069af1ca | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:11:35+0000 | aai_event_thread | 140002739616544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=41fe7b36-b17c-11ed-97ed-ba7a069af1ca | InvocationID=41fe7d84-b17c-11ed-97ed-ba7a069af1ca | Polling MR for XNF AAI events.
2023-02-21T00:11:35+0000 | aai_event_thread | 140002739616544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4deea560-b17c-11ed-97ed-ba7a069af1ca | InvocationID=4deea8e4-b17c-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-21T00:11:36+0000 | policy_event_thread | 140002740677408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3ee4eaa2-b17c-11ed-97ed-ba7a069af1ca | InvocationID=3ee4ec82-b17c-11ed-97ed-ba7a069af1ca | Polling MR for XNF activation/deactivation policy response events.
2023-02-21T00:11:36+0000 | policy_event_thread | 140002740677408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4df64acc-b17c-11ed-97ed-ba7a069af1ca | InvocationID=4df64c8e-b17c-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-21T00:11:36+0000 | aai_event_thread | 140002739616544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4deea560-b17c-11ed-97ed-ba7a069af1ca | InvocationID=4deea8e4-b17c-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:11:36+0000 | aai_event_thread | 140002739616544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4deea560-b17c-11ed-97ed-ba7a069af1ca | InvocationID=4deea8e4-b17c-11ed-97ed-ba7a069af1ca | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:11:36+0000 | policy_event_thread | 140002740677408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4df64acc-b17c-11ed-97ed-ba7a069af1ca | InvocationID=4df64c8e-b17c-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:11:36+0000 | policy_event_thread | 140002740677408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4df64acc-b17c-11ed-97ed-ba7a069af1ca | InvocationID=4df64c8e-b17c-11ed-97ed-ba7a069af1ca | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:11:56+0000 | aai_event_thread | 140002739616544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4deea560-b17c-11ed-97ed-ba7a069af1ca | InvocationID=4deea8e4-b17c-11ed-97ed-ba7a069af1ca | Polling MR for XNF AAI events.
2023-02-21T00:11:56+0000 | aai_event_thread | 140002739616544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=59e47b6a-b17c-11ed-97ed-ba7a069af1ca | InvocationID=59e47e62-b17c-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-21T00:11:56+0000 | aai_event_thread | 140002739616544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=59e47b6a-b17c-11ed-97ed-ba7a069af1ca | InvocationID=59e47e62-b17c-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:11:56+0000 | aai_event_thread | 140002739616544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=59e47b6a-b17c-11ed-97ed-ba7a069af1ca | InvocationID=59e47e62-b17c-11ed-97ed-ba7a069af1ca | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:12:01+0000 | policy_event_thread | 140002740677408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4df64acc-b17c-11ed-97ed-ba7a069af1ca | InvocationID=4df64c8e-b17c-11ed-97ed-ba7a069af1ca | Polling MR for XNF activation/deactivation policy response events.
2023-02-21T00:12:01+0000 | policy_event_thread | 140002740677408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5ce0ee3e-b17c-11ed-97ed-ba7a069af1ca | InvocationID=5ce0f1a4-b17c-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-21T00:12:01+0000 | policy_event_thread | 140002740677408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5ce0ee3e-b17c-11ed-97ed-ba7a069af1ca | InvocationID=5ce0f1a4-b17c-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:12:01+0000 | policy_event_thread | 140002740677408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5ce0ee3e-b17c-11ed-97ed-ba7a069af1ca | InvocationID=5ce0f1a4-b17c-11ed-97ed-ba7a069af1ca | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:12:16+0000 | aai_event_thread | 140002739616544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=59e47b6a-b17c-11ed-97ed-ba7a069af1ca | InvocationID=59e47e62-b17c-11ed-97ed-ba7a069af1ca | Polling MR for XNF AAI events.
2023-02-21T00:12:16+0000 | aai_event_thread | 140002739616544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=65d7a2c6-b17c-11ed-97ed-ba7a069af1ca | InvocationID=65d7a546-b17c-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-21T00:12:16+0000 | aai_event_thread | 140002739616544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=65d7a2c6-b17c-11ed-97ed-ba7a069af1ca | InvocationID=65d7a546-b17c-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:12:16+0000 | aai_event_thread | 140002739616544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=65d7a2c6-b17c-11ed-97ed-ba7a069af1ca | InvocationID=65d7a546-b17c-11ed-97ed-ba7a069af1ca | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:12:26+0000 | policy_event_thread | 140002740677408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5ce0ee3e-b17c-11ed-97ed-ba7a069af1ca | InvocationID=5ce0f1a4-b17c-11ed-97ed-ba7a069af1ca | Polling MR for XNF activation/deactivation policy response events.
2023-02-21T00:12:26+0000 | policy_event_thread | 140002740677408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6bccf41a-b17c-11ed-97ed-ba7a069af1ca | InvocationID=6bccf60e-b17c-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-21T00:12:26+0000 | policy_event_thread | 140002740677408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6bccf41a-b17c-11ed-97ed-ba7a069af1ca | InvocationID=6bccf60e-b17c-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:12:26+0000 | policy_event_thread | 140002740677408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6bccf41a-b17c-11ed-97ed-ba7a069af1ca | InvocationID=6bccf60e-b17c-11ed-97ed-ba7a069af1ca | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:12:36+0000 | aai_event_thread | 140002739616544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=65d7a2c6-b17c-11ed-97ed-ba7a069af1ca | InvocationID=65d7a546-b17c-11ed-97ed-ba7a069af1ca | Polling MR for XNF AAI events.
2023-02-21T00:12:36+0000 | aai_event_thread | 140002739616544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=71cbb4be-b17c-11ed-97ed-ba7a069af1ca | InvocationID=71cbb888-b17c-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-21T00:12:36+0000 | aai_event_thread | 140002739616544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=71cbb4be-b17c-11ed-97ed-ba7a069af1ca | InvocationID=71cbb888-b17c-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:12:36+0000 | aai_event_thread | 140002739616544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=71cbb4be-b17c-11ed-97ed-ba7a069af1ca | InvocationID=71cbb888-b17c-11ed-97ed-ba7a069af1ca | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:12:51+0000 | policy_event_thread | 140002740677408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6bccf41a-b17c-11ed-97ed-ba7a069af1ca | InvocationID=6bccf60e-b17c-11ed-97ed-ba7a069af1ca | Polling MR for XNF activation/deactivation policy response events.
2023-02-21T00:12:51+0000 | policy_event_thread | 140002740677408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ab87620-b17c-11ed-97ed-ba7a069af1ca | InvocationID=7ab877d8-b17c-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-21T00:12:51+0000 | policy_event_thread | 140002740677408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ab87620-b17c-11ed-97ed-ba7a069af1ca | InvocationID=7ab877d8-b17c-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:12:51+0000 | policy_event_thread | 140002740677408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7ab87620-b17c-11ed-97ed-ba7a069af1ca | InvocationID=7ab877d8-b17c-11ed-97ed-ba7a069af1ca | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:12:56+0000 | aai_event_thread | 140002739616544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=71cbb4be-b17c-11ed-97ed-ba7a069af1ca | InvocationID=71cbb888-b17c-11ed-97ed-ba7a069af1ca | Polling MR for XNF AAI events.
2023-02-21T00:12:56+0000 | aai_event_thread | 140002739616544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7dc31122-b17c-11ed-97ed-ba7a069af1ca | InvocationID=7dc312d0-b17c-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-21T00:12:56+0000 | aai_event_thread | 140002739616544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7dc31122-b17c-11ed-97ed-ba7a069af1ca | InvocationID=7dc312d0-b17c-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:12:56+0000 | aai_event_thread | 140002739616544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7dc31122-b17c-11ed-97ed-ba7a069af1ca | InvocationID=7dc312d0-b17c-11ed-97ed-ba7a069af1ca | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:13:16+0000 | policy_event_thread | 140002740677408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7ab87620-b17c-11ed-97ed-ba7a069af1ca | InvocationID=7ab877d8-b17c-11ed-97ed-ba7a069af1ca | Polling MR for XNF activation/deactivation policy response events.
2023-02-21T00:13:16+0000 | policy_event_thread | 140002740677408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=89b17f00-b17c-11ed-97ed-ba7a069af1ca | InvocationID=89b18978-b17c-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-21T00:13:16+0000 | aai_event_thread | 140002739616544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7dc31122-b17c-11ed-97ed-ba7a069af1ca | InvocationID=7dc312d0-b17c-11ed-97ed-ba7a069af1ca | Polling MR for XNF AAI events.
2023-02-21T00:13:16+0000 | aai_event_thread | 140002739616544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=89b4c1b0-b17c-11ed-97ed-ba7a069af1ca | InvocationID=89b4c37c-b17c-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-21T00:13:16+0000 | policy_event_thread | 140002740677408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=89b17f00-b17c-11ed-97ed-ba7a069af1ca | InvocationID=89b18978-b17c-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:13:16+0000 | policy_event_thread | 140002740677408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=89b17f00-b17c-11ed-97ed-ba7a069af1ca | InvocationID=89b18978-b17c-11ed-97ed-ba7a069af1ca | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:13:16+0000 | aai_event_thread | 140002739616544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=89b4c1b0-b17c-11ed-97ed-ba7a069af1ca | InvocationID=89b4c37c-b17c-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:13:16+0000 | aai_event_thread | 140002739616544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=89b4c1b0-b17c-11ed-97ed-ba7a069af1ca | InvocationID=89b4c37c-b17c-11ed-97ed-ba7a069af1ca | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:13:36+0000 | aai_event_thread | 140002739616544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=89b4c1b0-b17c-11ed-97ed-ba7a069af1ca | InvocationID=89b4c37c-b17c-11ed-97ed-ba7a069af1ca | Polling MR for XNF AAI events.
2023-02-21T00:13:36+0000 | aai_event_thread | 140002739616544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=95a80374-b17c-11ed-97ed-ba7a069af1ca | InvocationID=95a80540-b17c-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-21T00:13:36+0000 | aai_event_thread | 140002739616544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=95a80374-b17c-11ed-97ed-ba7a069af1ca | InvocationID=95a80540-b17c-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:13:36+0000 | aai_event_thread | 140002739616544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=95a80374-b17c-11ed-97ed-ba7a069af1ca | InvocationID=95a80540-b17c-11ed-97ed-ba7a069af1ca | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:13:41+0000 | policy_event_thread | 140002740677408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=89b17f00-b17c-11ed-97ed-ba7a069af1ca | InvocationID=89b18978-b17c-11ed-97ed-ba7a069af1ca | Polling MR for XNF activation/deactivation policy response events.
2023-02-21T00:13:41+0000 | policy_event_thread | 140002740677408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=98a173c6-b17c-11ed-97ed-ba7a069af1ca | InvocationID=98a1759c-b17c-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-21T00:13:41+0000 | policy_event_thread | 140002740677408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=98a173c6-b17c-11ed-97ed-ba7a069af1ca | InvocationID=98a1759c-b17c-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:13:41+0000 | policy_event_thread | 140002740677408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=98a173c6-b17c-11ed-97ed-ba7a069af1ca | InvocationID=98a1759c-b17c-11ed-97ed-ba7a069af1ca | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:13:56+0000 | aai_event_thread | 140002739616544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=95a80374-b17c-11ed-97ed-ba7a069af1ca | InvocationID=95a80540-b17c-11ed-97ed-ba7a069af1ca | Polling MR for XNF AAI events.
2023-02-21T00:13:56+0000 | aai_event_thread | 140002739616544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a19c0658-b17c-11ed-97ed-ba7a069af1ca | InvocationID=a19c0964-b17c-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-21T00:13:56+0000 | aai_event_thread | 140002739616544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a19c0658-b17c-11ed-97ed-ba7a069af1ca | InvocationID=a19c0964-b17c-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:13:56+0000 | aai_event_thread | 140002739616544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a19c0658-b17c-11ed-97ed-ba7a069af1ca | InvocationID=a19c0964-b17c-11ed-97ed-ba7a069af1ca | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:14:06+0000 | policy_event_thread | 140002740677408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=98a173c6-b17c-11ed-97ed-ba7a069af1ca | InvocationID=98a1759c-b17c-11ed-97ed-ba7a069af1ca | Polling MR for XNF activation/deactivation policy response events.
2023-02-21T00:14:06+0000 | policy_event_thread | 140002740677408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a78bf0c8-b17c-11ed-97ed-ba7a069af1ca | InvocationID=a78bf2ee-b17c-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-21T00:14:06+0000 | policy_event_thread | 140002740677408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a78bf0c8-b17c-11ed-97ed-ba7a069af1ca | InvocationID=a78bf2ee-b17c-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:14:06+0000 | policy_event_thread | 140002740677408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a78bf0c8-b17c-11ed-97ed-ba7a069af1ca | InvocationID=a78bf2ee-b17c-11ed-97ed-ba7a069af1ca | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:14:16+0000 | aai_event_thread | 140002739616544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a19c0658-b17c-11ed-97ed-ba7a069af1ca | InvocationID=a19c0964-b17c-11ed-97ed-ba7a069af1ca | Polling MR for XNF AAI events.
2023-02-21T00:14:16+0000 | aai_event_thread | 140002739616544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ad93dd0a-b17c-11ed-97ed-ba7a069af1ca | InvocationID=ad93dec2-b17c-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-21T00:14:16+0000 | aai_event_thread | 140002739616544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ad93dd0a-b17c-11ed-97ed-ba7a069af1ca | InvocationID=ad93dec2-b17c-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:14:16+0000 | aai_event_thread | 140002739616544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ad93dd0a-b17c-11ed-97ed-ba7a069af1ca | InvocationID=ad93dec2-b17c-11ed-97ed-ba7a069af1ca | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:14:31+0000 | policy_event_thread | 140002740677408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a78bf0c8-b17c-11ed-97ed-ba7a069af1ca | InvocationID=a78bf2ee-b17c-11ed-97ed-ba7a069af1ca | Polling MR for XNF activation/deactivation policy response events.
2023-02-21T00:14:31+0000 | policy_event_thread | 140002740677408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b677c7a6-b17c-11ed-97ed-ba7a069af1ca | InvocationID=b677c9ea-b17c-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-21T00:14:31+0000 | policy_event_thread | 140002740677408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b677c7a6-b17c-11ed-97ed-ba7a069af1ca | InvocationID=b677c9ea-b17c-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:14:31+0000 | policy_event_thread | 140002740677408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b677c7a6-b17c-11ed-97ed-ba7a069af1ca | InvocationID=b677c9ea-b17c-11ed-97ed-ba7a069af1ca | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:14:36+0000 | aai_event_thread | 140002739616544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ad93dd0a-b17c-11ed-97ed-ba7a069af1ca | InvocationID=ad93dec2-b17c-11ed-97ed-ba7a069af1ca | Polling MR for XNF AAI events.
2023-02-21T00:14:36+0000 | aai_event_thread | 140002739616544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b986172c-b17c-11ed-97ed-ba7a069af1ca | InvocationID=b98618e4-b17c-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-21T00:14:36+0000 | aai_event_thread | 140002739616544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b986172c-b17c-11ed-97ed-ba7a069af1ca | InvocationID=b98618e4-b17c-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:14:36+0000 | aai_event_thread | 140002739616544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b986172c-b17c-11ed-97ed-ba7a069af1ca | InvocationID=b98618e4-b17c-11ed-97ed-ba7a069af1ca | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:14:56+0000 | policy_event_thread | 140002740677408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b677c7a6-b17c-11ed-97ed-ba7a069af1ca | InvocationID=b677c9ea-b17c-11ed-97ed-ba7a069af1ca | Polling MR for XNF activation/deactivation policy response events.
2023-02-21T00:14:56+0000 | policy_event_thread | 140002740677408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c5687170-b17c-11ed-97ed-ba7a069af1ca | InvocationID=c5687364-b17c-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-21T00:14:56+0000 | policy_event_thread | 140002740677408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c5687170-b17c-11ed-97ed-ba7a069af1ca | InvocationID=c5687364-b17c-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:14:56+0000 | policy_event_thread | 140002740677408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c5687170-b17c-11ed-97ed-ba7a069af1ca | InvocationID=c5687364-b17c-11ed-97ed-ba7a069af1ca | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:14:56+0000 | aai_event_thread | 140002739616544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b986172c-b17c-11ed-97ed-ba7a069af1ca | InvocationID=b98618e4-b17c-11ed-97ed-ba7a069af1ca | Polling MR for XNF AAI events.
2023-02-21T00:14:56+0000 | aai_event_thread | 140002739616544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c5759b66-b17c-11ed-97ed-ba7a069af1ca | InvocationID=c5759d32-b17c-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-21T00:14:56+0000 | aai_event_thread | 140002739616544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c5759b66-b17c-11ed-97ed-ba7a069af1ca | InvocationID=c5759d32-b17c-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:14:56+0000 | aai_event_thread | 140002739616544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c5759b66-b17c-11ed-97ed-ba7a069af1ca | InvocationID=c5759d32-b17c-11ed-97ed-ba7a069af1ca | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:15:16+0000 | aai_event_thread | 140002739616544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c5759b66-b17c-11ed-97ed-ba7a069af1ca | InvocationID=c5759d32-b17c-11ed-97ed-ba7a069af1ca | Polling MR for XNF AAI events.
2023-02-21T00:15:16+0000 | aai_event_thread | 140002739616544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d1651f3c-b17c-11ed-97ed-ba7a069af1ca | InvocationID=d165219e-b17c-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-21T00:15:16+0000 | aai_event_thread | 140002739616544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d1651f3c-b17c-11ed-97ed-ba7a069af1ca | InvocationID=d165219e-b17c-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:15:16+0000 | aai_event_thread | 140002739616544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d1651f3c-b17c-11ed-97ed-ba7a069af1ca | InvocationID=d165219e-b17c-11ed-97ed-ba7a069af1ca | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:15:21+0000 | policy_event_thread | 140002740677408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c5687170-b17c-11ed-97ed-ba7a069af1ca | InvocationID=c5687364-b17c-11ed-97ed-ba7a069af1ca | Polling MR for XNF activation/deactivation policy response events.
2023-02-21T00:15:21+0000 | policy_event_thread | 140002740677408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d456529c-b17c-11ed-97ed-ba7a069af1ca | InvocationID=d45654c2-b17c-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-21T00:15:21+0000 | policy_event_thread | 140002740677408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d456529c-b17c-11ed-97ed-ba7a069af1ca | InvocationID=d45654c2-b17c-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:15:21+0000 | policy_event_thread | 140002740677408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d456529c-b17c-11ed-97ed-ba7a069af1ca | InvocationID=d45654c2-b17c-11ed-97ed-ba7a069af1ca | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:15:36+0000 | aai_event_thread | 140002739616544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d1651f3c-b17c-11ed-97ed-ba7a069af1ca | InvocationID=d165219e-b17c-11ed-97ed-ba7a069af1ca | Polling MR for XNF AAI events.
2023-02-21T00:15:36+0000 | aai_event_thread | 140002739616544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dd6379a0-b17c-11ed-97ed-ba7a069af1ca | InvocationID=dd637c7a-b17c-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-21T00:15:36+0000 | aai_event_thread | 140002739616544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dd6379a0-b17c-11ed-97ed-ba7a069af1ca | InvocationID=dd637c7a-b17c-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:15:36+0000 | aai_event_thread | 140002739616544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dd6379a0-b17c-11ed-97ed-ba7a069af1ca | InvocationID=dd637c7a-b17c-11ed-97ed-ba7a069af1ca | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:15:46+0000 | policy_event_thread | 140002740677408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d456529c-b17c-11ed-97ed-ba7a069af1ca | InvocationID=d45654c2-b17c-11ed-97ed-ba7a069af1ca | Polling MR for XNF activation/deactivation policy response events.
2023-02-21T00:15:46+0000 | policy_event_thread | 140002740677408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e340b82e-b17c-11ed-97ed-ba7a069af1ca | InvocationID=e340b9fa-b17c-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-21T00:15:46+0000 | policy_event_thread | 140002740677408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e340b82e-b17c-11ed-97ed-ba7a069af1ca | InvocationID=e340b9fa-b17c-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:15:46+0000 | policy_event_thread | 140002740677408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e340b82e-b17c-11ed-97ed-ba7a069af1ca | InvocationID=e340b9fa-b17c-11ed-97ed-ba7a069af1ca | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:15:56+0000 | aai_event_thread | 140002739616544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dd6379a0-b17c-11ed-97ed-ba7a069af1ca | InvocationID=dd637c7a-b17c-11ed-97ed-ba7a069af1ca | Polling MR for XNF AAI events.
2023-02-21T00:15:56+0000 | aai_event_thread | 140002739616544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e95b3ffe-b17c-11ed-97ed-ba7a069af1ca | InvocationID=e95b449a-b17c-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-21T00:15:56+0000 | aai_event_thread | 140002739616544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e95b3ffe-b17c-11ed-97ed-ba7a069af1ca | InvocationID=e95b449a-b17c-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:15:56+0000 | aai_event_thread | 140002739616544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e95b3ffe-b17c-11ed-97ed-ba7a069af1ca | InvocationID=e95b449a-b17c-11ed-97ed-ba7a069af1ca | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:16:11+0000 | policy_event_thread | 140002740677408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e340b82e-b17c-11ed-97ed-ba7a069af1ca | InvocationID=e340b9fa-b17c-11ed-97ed-ba7a069af1ca | Polling MR for XNF activation/deactivation policy response events.
2023-02-21T00:16:11+0000 | policy_event_thread | 140002740677408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f22b9318-b17c-11ed-97ed-ba7a069af1ca | InvocationID=f22b9624-b17c-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-21T00:16:11+0000 | policy_event_thread | 140002740677408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f22b9318-b17c-11ed-97ed-ba7a069af1ca | InvocationID=f22b9624-b17c-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:16:11+0000 | policy_event_thread | 140002740677408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f22b9318-b17c-11ed-97ed-ba7a069af1ca | InvocationID=f22b9624-b17c-11ed-97ed-ba7a069af1ca | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:16:16+0000 | aai_event_thread | 140002739616544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e95b3ffe-b17c-11ed-97ed-ba7a069af1ca | InvocationID=e95b449a-b17c-11ed-97ed-ba7a069af1ca | Polling MR for XNF AAI events.
2023-02-21T00:16:16+0000 | aai_event_thread | 140002739616544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f54ff39a-b17c-11ed-97ed-ba7a069af1ca | InvocationID=f5500a2e-b17c-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-21T00:16:16+0000 | aai_event_thread | 140002739616544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f54ff39a-b17c-11ed-97ed-ba7a069af1ca | InvocationID=f5500a2e-b17c-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:16:16+0000 | aai_event_thread | 140002739616544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f54ff39a-b17c-11ed-97ed-ba7a069af1ca | InvocationID=f5500a2e-b17c-11ed-97ed-ba7a069af1ca | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:16:36+0000 | policy_event_thread | 140002740677408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f22b9318-b17c-11ed-97ed-ba7a069af1ca | InvocationID=f22b9624-b17c-11ed-97ed-ba7a069af1ca | Polling MR for XNF activation/deactivation policy response events.
2023-02-21T00:16:36+0000 | policy_event_thread | 140002740677408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0119acde-b17d-11ed-97ed-ba7a069af1ca | InvocationID=0119af0e-b17d-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-21T00:16:36+0000 | policy_event_thread | 140002740677408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0119acde-b17d-11ed-97ed-ba7a069af1ca | InvocationID=0119af0e-b17d-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:16:36+0000 | policy_event_thread | 140002740677408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0119acde-b17d-11ed-97ed-ba7a069af1ca | InvocationID=0119af0e-b17d-11ed-97ed-ba7a069af1ca | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:16:36+0000 | aai_event_thread | 140002739616544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f54ff39a-b17c-11ed-97ed-ba7a069af1ca | InvocationID=f5500a2e-b17c-11ed-97ed-ba7a069af1ca | Polling MR for XNF AAI events.
2023-02-21T00:16:36+0000 | aai_event_thread | 140002739616544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=01403a2a-b17d-11ed-97ed-ba7a069af1ca | InvocationID=014046f0-b17d-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-21T00:16:36+0000 | aai_event_thread | 140002739616544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=01403a2a-b17d-11ed-97ed-ba7a069af1ca | InvocationID=014046f0-b17d-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:16:36+0000 | aai_event_thread | 140002739616544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=01403a2a-b17d-11ed-97ed-ba7a069af1ca | InvocationID=014046f0-b17d-11ed-97ed-ba7a069af1ca | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:16:56+0000 | aai_event_thread | 140002739616544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=01403a2a-b17d-11ed-97ed-ba7a069af1ca | InvocationID=014046f0-b17d-11ed-97ed-ba7a069af1ca | Polling MR for XNF AAI events.
2023-02-21T00:16:56+0000 | aai_event_thread | 140002739616544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0d2fba22-b17d-11ed-97ed-ba7a069af1ca | InvocationID=0d2fbcd4-b17d-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-21T00:16:56+0000 | aai_event_thread | 140002739616544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0d2fba22-b17d-11ed-97ed-ba7a069af1ca | InvocationID=0d2fbcd4-b17d-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:16:56+0000 | aai_event_thread | 140002739616544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0d2fba22-b17d-11ed-97ed-ba7a069af1ca | InvocationID=0d2fbcd4-b17d-11ed-97ed-ba7a069af1ca | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:17:01+0000 | policy_event_thread | 140002740677408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0119acde-b17d-11ed-97ed-ba7a069af1ca | InvocationID=0119af0e-b17d-11ed-97ed-ba7a069af1ca | Polling MR for XNF activation/deactivation policy response events.
2023-02-21T00:17:01+0000 | policy_event_thread | 140002740677408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=10089962-b17d-11ed-97ed-ba7a069af1ca | InvocationID=10089b7e-b17d-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-21T00:17:01+0000 | policy_event_thread | 140002740677408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=10089962-b17d-11ed-97ed-ba7a069af1ca | InvocationID=10089b7e-b17d-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:17:01+0000 | policy_event_thread | 140002740677408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=10089962-b17d-11ed-97ed-ba7a069af1ca | InvocationID=10089b7e-b17d-11ed-97ed-ba7a069af1ca | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:17:16+0000 | aai_event_thread | 140002739616544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0d2fba22-b17d-11ed-97ed-ba7a069af1ca | InvocationID=0d2fbcd4-b17d-11ed-97ed-ba7a069af1ca | Polling MR for XNF AAI events.
2023-02-21T00:17:16+0000 | aai_event_thread | 140002739616544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1921f2e6-b17d-11ed-97ed-ba7a069af1ca | InvocationID=1921f570-b17d-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-21T00:17:17+0000 | aai_event_thread | 140002739616544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1921f2e6-b17d-11ed-97ed-ba7a069af1ca | InvocationID=1921f570-b17d-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:17:17+0000 | aai_event_thread | 140002739616544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1921f2e6-b17d-11ed-97ed-ba7a069af1ca | InvocationID=1921f570-b17d-11ed-97ed-ba7a069af1ca | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:17:26+0000 | policy_event_thread | 140002740677408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=10089962-b17d-11ed-97ed-ba7a069af1ca | InvocationID=10089b7e-b17d-11ed-97ed-ba7a069af1ca | Polling MR for XNF activation/deactivation policy response events.
2023-02-21T00:17:26+0000 | policy_event_thread | 140002740677408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1ef2ea5e-b17d-11ed-97ed-ba7a069af1ca | InvocationID=1ef2ece8-b17d-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-21T00:17:26+0000 | policy_event_thread | 140002740677408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1ef2ea5e-b17d-11ed-97ed-ba7a069af1ca | InvocationID=1ef2ece8-b17d-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:17:26+0000 | policy_event_thread | 140002740677408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1ef2ea5e-b17d-11ed-97ed-ba7a069af1ca | InvocationID=1ef2ece8-b17d-11ed-97ed-ba7a069af1ca | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:17:37+0000 | aai_event_thread | 140002739616544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1921f2e6-b17d-11ed-97ed-ba7a069af1ca | InvocationID=1921f570-b17d-11ed-97ed-ba7a069af1ca | Polling MR for XNF AAI events.
2023-02-21T00:17:37+0000 | aai_event_thread | 140002739616544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=25213e6c-b17d-11ed-97ed-ba7a069af1ca | InvocationID=2521402e-b17d-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-21T00:17:37+0000 | aai_event_thread | 140002739616544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=25213e6c-b17d-11ed-97ed-ba7a069af1ca | InvocationID=2521402e-b17d-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:17:37+0000 | aai_event_thread | 140002739616544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=25213e6c-b17d-11ed-97ed-ba7a069af1ca | InvocationID=2521402e-b17d-11ed-97ed-ba7a069af1ca | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:17:51+0000 | policy_event_thread | 140002740677408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1ef2ea5e-b17d-11ed-97ed-ba7a069af1ca | InvocationID=1ef2ece8-b17d-11ed-97ed-ba7a069af1ca | Polling MR for XNF activation/deactivation policy response events.
2023-02-21T00:17:51+0000 | policy_event_thread | 140002740677408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ddd65c6-b17d-11ed-97ed-ba7a069af1ca | InvocationID=2ddd7020-b17d-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-21T00:17:51+0000 | policy_event_thread | 140002740677408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ddd65c6-b17d-11ed-97ed-ba7a069af1ca | InvocationID=2ddd7020-b17d-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:17:51+0000 | policy_event_thread | 140002740677408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2ddd65c6-b17d-11ed-97ed-ba7a069af1ca | InvocationID=2ddd7020-b17d-11ed-97ed-ba7a069af1ca | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:17:57+0000 | aai_event_thread | 140002739616544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=25213e6c-b17d-11ed-97ed-ba7a069af1ca | InvocationID=2521402e-b17d-11ed-97ed-ba7a069af1ca | Polling MR for XNF AAI events.
2023-02-21T00:17:57+0000 | aai_event_thread | 140002739616544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=31174e0a-b17d-11ed-97ed-ba7a069af1ca | InvocationID=311750c6-b17d-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-21T00:17:57+0000 | aai_event_thread | 140002739616544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=31174e0a-b17d-11ed-97ed-ba7a069af1ca | InvocationID=311750c6-b17d-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:17:57+0000 | aai_event_thread | 140002739616544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=31174e0a-b17d-11ed-97ed-ba7a069af1ca | InvocationID=311750c6-b17d-11ed-97ed-ba7a069af1ca | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:18:16+0000 | policy_event_thread | 140002740677408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2ddd65c6-b17d-11ed-97ed-ba7a069af1ca | InvocationID=2ddd7020-b17d-11ed-97ed-ba7a069af1ca | Polling MR for XNF activation/deactivation policy response events.
2023-02-21T00:18:16+0000 | policy_event_thread | 140002740677408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3ccaa832-b17d-11ed-97ed-ba7a069af1ca | InvocationID=3ccaa9fe-b17d-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-21T00:18:16+0000 | policy_event_thread | 140002740677408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3ccaa832-b17d-11ed-97ed-ba7a069af1ca | InvocationID=3ccaa9fe-b17d-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:18:16+0000 | policy_event_thread | 140002740677408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3ccaa832-b17d-11ed-97ed-ba7a069af1ca | InvocationID=3ccaa9fe-b17d-11ed-97ed-ba7a069af1ca | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:18:17+0000 | aai_event_thread | 140002739616544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=31174e0a-b17d-11ed-97ed-ba7a069af1ca | InvocationID=311750c6-b17d-11ed-97ed-ba7a069af1ca | Polling MR for XNF AAI events.
2023-02-21T00:18:17+0000 | aai_event_thread | 140002739616544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3d06805a-b17d-11ed-97ed-ba7a069af1ca | InvocationID=3d068302-b17d-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-21T00:18:17+0000 | aai_event_thread | 140002739616544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3d06805a-b17d-11ed-97ed-ba7a069af1ca | InvocationID=3d068302-b17d-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:18:17+0000 | aai_event_thread | 140002739616544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3d06805a-b17d-11ed-97ed-ba7a069af1ca | InvocationID=3d068302-b17d-11ed-97ed-ba7a069af1ca | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:18:37+0000 | aai_event_thread | 140002739616544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3d06805a-b17d-11ed-97ed-ba7a069af1ca | InvocationID=3d068302-b17d-11ed-97ed-ba7a069af1ca | Polling MR for XNF AAI events.
2023-02-21T00:18:37+0000 | aai_event_thread | 140002739616544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=48f5f058-b17d-11ed-97ed-ba7a069af1ca | InvocationID=48f5f382-b17d-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-21T00:18:37+0000 | aai_event_thread | 140002739616544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=48f5f058-b17d-11ed-97ed-ba7a069af1ca | InvocationID=48f5f382-b17d-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:18:37+0000 | aai_event_thread | 140002739616544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=48f5f058-b17d-11ed-97ed-ba7a069af1ca | InvocationID=48f5f382-b17d-11ed-97ed-ba7a069af1ca | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:18:41+0000 | policy_event_thread | 140002740677408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3ccaa832-b17d-11ed-97ed-ba7a069af1ca | InvocationID=3ccaa9fe-b17d-11ed-97ed-ba7a069af1ca | Polling MR for XNF activation/deactivation policy response events.
2023-02-21T00:18:41+0000 | policy_event_thread | 140002740677408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4bb7744c-b17d-11ed-97ed-ba7a069af1ca | InvocationID=4bb7776c-b17d-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-21T00:18:41+0000 | policy_event_thread | 140002740677408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4bb7744c-b17d-11ed-97ed-ba7a069af1ca | InvocationID=4bb7776c-b17d-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:18:41+0000 | policy_event_thread | 140002740677408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4bb7744c-b17d-11ed-97ed-ba7a069af1ca | InvocationID=4bb7776c-b17d-11ed-97ed-ba7a069af1ca | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:18:57+0000 | aai_event_thread | 140002739616544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=48f5f058-b17d-11ed-97ed-ba7a069af1ca | InvocationID=48f5f382-b17d-11ed-97ed-ba7a069af1ca | Polling MR for XNF AAI events.
2023-02-21T00:18:57+0000 | aai_event_thread | 140002739616544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=54eaea3a-b17d-11ed-97ed-ba7a069af1ca | InvocationID=54eaec10-b17d-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-21T00:18:57+0000 | aai_event_thread | 140002739616544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=54eaea3a-b17d-11ed-97ed-ba7a069af1ca | InvocationID=54eaec10-b17d-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:18:57+0000 | aai_event_thread | 140002739616544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=54eaea3a-b17d-11ed-97ed-ba7a069af1ca | InvocationID=54eaec10-b17d-11ed-97ed-ba7a069af1ca | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:19:06+0000 | policy_event_thread | 140002740677408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4bb7744c-b17d-11ed-97ed-ba7a069af1ca | InvocationID=4bb7776c-b17d-11ed-97ed-ba7a069af1ca | Polling MR for XNF activation/deactivation policy response events.
2023-02-21T00:19:06+0000 | policy_event_thread | 140002740677408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5aa3404e-b17d-11ed-97ed-ba7a069af1ca | InvocationID=5aa34210-b17d-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-21T00:19:06+0000 | policy_event_thread | 140002740677408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5aa3404e-b17d-11ed-97ed-ba7a069af1ca | InvocationID=5aa34210-b17d-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:19:06+0000 | policy_event_thread | 140002740677408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5aa3404e-b17d-11ed-97ed-ba7a069af1ca | InvocationID=5aa34210-b17d-11ed-97ed-ba7a069af1ca | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:19:17+0000 | aai_event_thread | 140002739616544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=54eaea3a-b17d-11ed-97ed-ba7a069af1ca | InvocationID=54eaec10-b17d-11ed-97ed-ba7a069af1ca | Polling MR for XNF AAI events.
2023-02-21T00:19:17+0000 | aai_event_thread | 140002739616544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=60dbc1ca-b17d-11ed-97ed-ba7a069af1ca | InvocationID=60dbc472-b17d-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-21T00:19:17+0000 | aai_event_thread | 140002739616544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=60dbc1ca-b17d-11ed-97ed-ba7a069af1ca | InvocationID=60dbc472-b17d-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:19:17+0000 | aai_event_thread | 140002739616544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=60dbc1ca-b17d-11ed-97ed-ba7a069af1ca | InvocationID=60dbc472-b17d-11ed-97ed-ba7a069af1ca | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:19:31+0000 | policy_event_thread | 140002740677408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5aa3404e-b17d-11ed-97ed-ba7a069af1ca | InvocationID=5aa34210-b17d-11ed-97ed-ba7a069af1ca | Polling MR for XNF activation/deactivation policy response events.
2023-02-21T00:19:31+0000 | policy_event_thread | 140002740677408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=698d976c-b17d-11ed-97ed-ba7a069af1ca | InvocationID=698d9992-b17d-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-21T00:19:31+0000 | policy_event_thread | 140002740677408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=698d976c-b17d-11ed-97ed-ba7a069af1ca | InvocationID=698d9992-b17d-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:19:31+0000 | policy_event_thread | 140002740677408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=698d976c-b17d-11ed-97ed-ba7a069af1ca | InvocationID=698d9992-b17d-11ed-97ed-ba7a069af1ca | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:19:37+0000 | aai_event_thread | 140002739616544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=60dbc1ca-b17d-11ed-97ed-ba7a069af1ca | InvocationID=60dbc472-b17d-11ed-97ed-ba7a069af1ca | Polling MR for XNF AAI events.
2023-02-21T00:19:37+0000 | aai_event_thread | 140002739616544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6cd2a96c-b17d-11ed-97ed-ba7a069af1ca | InvocationID=6cd2abba-b17d-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-21T00:19:37+0000 | aai_event_thread | 140002739616544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6cd2a96c-b17d-11ed-97ed-ba7a069af1ca | InvocationID=6cd2abba-b17d-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:19:37+0000 | aai_event_thread | 140002739616544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6cd2a96c-b17d-11ed-97ed-ba7a069af1ca | InvocationID=6cd2abba-b17d-11ed-97ed-ba7a069af1ca | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:19:56+0000 | policy_event_thread | 140002740677408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=698d976c-b17d-11ed-97ed-ba7a069af1ca | InvocationID=698d9992-b17d-11ed-97ed-ba7a069af1ca | Polling MR for XNF activation/deactivation policy response events.
2023-02-21T00:19:56+0000 | policy_event_thread | 140002740677408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7879424e-b17d-11ed-97ed-ba7a069af1ca | InvocationID=7879453c-b17d-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-21T00:19:56+0000 | policy_event_thread | 140002740677408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7879424e-b17d-11ed-97ed-ba7a069af1ca | InvocationID=7879453c-b17d-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:19:56+0000 | policy_event_thread | 140002740677408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7879424e-b17d-11ed-97ed-ba7a069af1ca | InvocationID=7879453c-b17d-11ed-97ed-ba7a069af1ca | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:19:57+0000 | aai_event_thread | 140002739616544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6cd2a96c-b17d-11ed-97ed-ba7a069af1ca | InvocationID=6cd2abba-b17d-11ed-97ed-ba7a069af1ca | Polling MR for XNF AAI events.
2023-02-21T00:19:57+0000 | aai_event_thread | 140002739616544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=78c20e48-b17d-11ed-97ed-ba7a069af1ca | InvocationID=78c210fa-b17d-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-21T00:19:57+0000 | aai_event_thread | 140002739616544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=78c20e48-b17d-11ed-97ed-ba7a069af1ca | InvocationID=78c210fa-b17d-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:19:57+0000 | aai_event_thread | 140002739616544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=78c20e48-b17d-11ed-97ed-ba7a069af1ca | InvocationID=78c210fa-b17d-11ed-97ed-ba7a069af1ca | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:20:17+0000 | aai_event_thread | 140002739616544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=78c20e48-b17d-11ed-97ed-ba7a069af1ca | InvocationID=78c210fa-b17d-11ed-97ed-ba7a069af1ca | Polling MR for XNF AAI events.
2023-02-21T00:20:17+0000 | aai_event_thread | 140002739616544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=84b1430e-b17d-11ed-97ed-ba7a069af1ca | InvocationID=84b147d2-b17d-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-21T00:20:17+0000 | aai_event_thread | 140002739616544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=84b1430e-b17d-11ed-97ed-ba7a069af1ca | InvocationID=84b147d2-b17d-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:20:17+0000 | aai_event_thread | 140002739616544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=84b1430e-b17d-11ed-97ed-ba7a069af1ca | InvocationID=84b147d2-b17d-11ed-97ed-ba7a069af1ca | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:20:21+0000 | policy_event_thread | 140002740677408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7879424e-b17d-11ed-97ed-ba7a069af1ca | InvocationID=7879453c-b17d-11ed-97ed-ba7a069af1ca | Polling MR for XNF activation/deactivation policy response events.
2023-02-21T00:20:21+0000 | policy_event_thread | 140002740677408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8769843a-b17d-11ed-97ed-ba7a069af1ca | InvocationID=87698656-b17d-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-21T00:20:21+0000 | policy_event_thread | 140002740677408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8769843a-b17d-11ed-97ed-ba7a069af1ca | InvocationID=87698656-b17d-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:20:21+0000 | policy_event_thread | 140002740677408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8769843a-b17d-11ed-97ed-ba7a069af1ca | InvocationID=87698656-b17d-11ed-97ed-ba7a069af1ca | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:20:37+0000 | aai_event_thread | 140002739616544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=84b1430e-b17d-11ed-97ed-ba7a069af1ca | InvocationID=84b147d2-b17d-11ed-97ed-ba7a069af1ca | Polling MR for XNF AAI events.
2023-02-21T00:20:37+0000 | aai_event_thread | 140002739616544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=90a5b244-b17d-11ed-97ed-ba7a069af1ca | InvocationID=90a5b3fc-b17d-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-21T00:20:37+0000 | aai_event_thread | 140002739616544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=90a5b244-b17d-11ed-97ed-ba7a069af1ca | InvocationID=90a5b3fc-b17d-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:20:37+0000 | aai_event_thread | 140002739616544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=90a5b244-b17d-11ed-97ed-ba7a069af1ca | InvocationID=90a5b3fc-b17d-11ed-97ed-ba7a069af1ca | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:20:46+0000 | policy_event_thread | 140002740677408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8769843a-b17d-11ed-97ed-ba7a069af1ca | InvocationID=87698656-b17d-11ed-97ed-ba7a069af1ca | Polling MR for XNF activation/deactivation policy response events.
2023-02-21T00:20:46+0000 | policy_event_thread | 140002740677408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9653d2a2-b17d-11ed-97ed-ba7a069af1ca | InvocationID=9653d568-b17d-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-21T00:20:46+0000 | policy_event_thread | 140002740677408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9653d2a2-b17d-11ed-97ed-ba7a069af1ca | InvocationID=9653d568-b17d-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:20:46+0000 | policy_event_thread | 140002740677408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9653d2a2-b17d-11ed-97ed-ba7a069af1ca | InvocationID=9653d568-b17d-11ed-97ed-ba7a069af1ca | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:20:57+0000 | aai_event_thread | 140002739616544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=90a5b244-b17d-11ed-97ed-ba7a069af1ca | InvocationID=90a5b3fc-b17d-11ed-97ed-ba7a069af1ca | Polling MR for XNF AAI events.
2023-02-21T00:20:57+0000 | aai_event_thread | 140002739616544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9c98a322-b17d-11ed-97ed-ba7a069af1ca | InvocationID=9c98a55c-b17d-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-21T00:20:57+0000 | aai_event_thread | 140002739616544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9c98a322-b17d-11ed-97ed-ba7a069af1ca | InvocationID=9c98a55c-b17d-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:20:57+0000 | aai_event_thread | 140002739616544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9c98a322-b17d-11ed-97ed-ba7a069af1ca | InvocationID=9c98a55c-b17d-11ed-97ed-ba7a069af1ca | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:21:11+0000 | policy_event_thread | 140002740677408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9653d2a2-b17d-11ed-97ed-ba7a069af1ca | InvocationID=9653d568-b17d-11ed-97ed-ba7a069af1ca | Polling MR for XNF activation/deactivation policy response events.
2023-02-21T00:21:11+0000 | policy_event_thread | 140002740677408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a5411b76-b17d-11ed-97ed-ba7a069af1ca | InvocationID=a5411d60-b17d-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-21T00:21:12+0000 | policy_event_thread | 140002740677408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a5411b76-b17d-11ed-97ed-ba7a069af1ca | InvocationID=a5411d60-b17d-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:21:12+0000 | policy_event_thread | 140002740677408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a5411b76-b17d-11ed-97ed-ba7a069af1ca | InvocationID=a5411d60-b17d-11ed-97ed-ba7a069af1ca | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:21:17+0000 | aai_event_thread | 140002739616544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9c98a322-b17d-11ed-97ed-ba7a069af1ca | InvocationID=9c98a55c-b17d-11ed-97ed-ba7a069af1ca | Polling MR for XNF AAI events.
2023-02-21T00:21:17+0000 | aai_event_thread | 140002739616544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a88cbfec-b17d-11ed-97ed-ba7a069af1ca | InvocationID=a88cc564-b17d-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-21T00:21:17+0000 | aai_event_thread | 140002739616544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a88cbfec-b17d-11ed-97ed-ba7a069af1ca | InvocationID=a88cc564-b17d-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:21:17+0000 | aai_event_thread | 140002739616544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a88cbfec-b17d-11ed-97ed-ba7a069af1ca | InvocationID=a88cc564-b17d-11ed-97ed-ba7a069af1ca | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:21:37+0000 | policy_event_thread | 140002740677408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a5411b76-b17d-11ed-97ed-ba7a069af1ca | InvocationID=a5411d60-b17d-11ed-97ed-ba7a069af1ca | Polling MR for XNF activation/deactivation policy response events.
2023-02-21T00:21:37+0000 | policy_event_thread | 140002740677408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b433d100-b17d-11ed-97ed-ba7a069af1ca | InvocationID=b433ddd0-b17d-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-21T00:21:37+0000 | policy_event_thread | 140002740677408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b433d100-b17d-11ed-97ed-ba7a069af1ca | InvocationID=b433ddd0-b17d-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:21:37+0000 | policy_event_thread | 140002740677408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b433d100-b17d-11ed-97ed-ba7a069af1ca | InvocationID=b433ddd0-b17d-11ed-97ed-ba7a069af1ca | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:21:37+0000 | aai_event_thread | 140002739616544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a88cbfec-b17d-11ed-97ed-ba7a069af1ca | InvocationID=a88cc564-b17d-11ed-97ed-ba7a069af1ca | Polling MR for XNF AAI events.
2023-02-21T00:21:37+0000 | aai_event_thread | 140002739616544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b47ce516-b17d-11ed-97ed-ba7a069af1ca | InvocationID=b47ce6ce-b17d-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-21T00:21:37+0000 | aai_event_thread | 140002739616544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b47ce516-b17d-11ed-97ed-ba7a069af1ca | InvocationID=b47ce6ce-b17d-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:21:37+0000 | aai_event_thread | 140002739616544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b47ce516-b17d-11ed-97ed-ba7a069af1ca | InvocationID=b47ce6ce-b17d-11ed-97ed-ba7a069af1ca | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:21:57+0000 | aai_event_thread | 140002739616544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b47ce516-b17d-11ed-97ed-ba7a069af1ca | InvocationID=b47ce6ce-b17d-11ed-97ed-ba7a069af1ca | Polling MR for XNF AAI events.
2023-02-21T00:21:57+0000 | aai_event_thread | 140002739616544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c06d4a14-b17d-11ed-97ed-ba7a069af1ca | InvocationID=c06d4dca-b17d-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-21T00:21:57+0000 | aai_event_thread | 140002739616544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c06d4a14-b17d-11ed-97ed-ba7a069af1ca | InvocationID=c06d4dca-b17d-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:21:57+0000 | aai_event_thread | 140002739616544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c06d4a14-b17d-11ed-97ed-ba7a069af1ca | InvocationID=c06d4dca-b17d-11ed-97ed-ba7a069af1ca | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:22:02+0000 | policy_event_thread | 140002740677408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b433d100-b17d-11ed-97ed-ba7a069af1ca | InvocationID=b433ddd0-b17d-11ed-97ed-ba7a069af1ca | Polling MR for XNF activation/deactivation policy response events.
2023-02-21T00:22:02+0000 | policy_event_thread | 140002740677408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c3210ade-b17d-11ed-97ed-ba7a069af1ca | InvocationID=c3210ce6-b17d-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-21T00:22:02+0000 | policy_event_thread | 140002740677408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c3210ade-b17d-11ed-97ed-ba7a069af1ca | InvocationID=c3210ce6-b17d-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:22:02+0000 | policy_event_thread | 140002740677408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c3210ade-b17d-11ed-97ed-ba7a069af1ca | InvocationID=c3210ce6-b17d-11ed-97ed-ba7a069af1ca | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:22:17+0000 | aai_event_thread | 140002739616544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c06d4a14-b17d-11ed-97ed-ba7a069af1ca | InvocationID=c06d4dca-b17d-11ed-97ed-ba7a069af1ca | Polling MR for XNF AAI events.
2023-02-21T00:22:17+0000 | aai_event_thread | 140002739616544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cc632c3a-b17d-11ed-97ed-ba7a069af1ca | InvocationID=cc632e92-b17d-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-21T00:22:17+0000 | aai_event_thread | 140002739616544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cc632c3a-b17d-11ed-97ed-ba7a069af1ca | InvocationID=cc632e92-b17d-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:22:17+0000 | aai_event_thread | 140002739616544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cc632c3a-b17d-11ed-97ed-ba7a069af1ca | InvocationID=cc632e92-b17d-11ed-97ed-ba7a069af1ca | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:22:27+0000 | policy_event_thread | 140002740677408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c3210ade-b17d-11ed-97ed-ba7a069af1ca | InvocationID=c3210ce6-b17d-11ed-97ed-ba7a069af1ca | Polling MR for XNF activation/deactivation policy response events.
2023-02-21T00:22:27+0000 | policy_event_thread | 140002740677408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d20c02ce-b17d-11ed-97ed-ba7a069af1ca | InvocationID=d20c0490-b17d-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-21T00:22:27+0000 | policy_event_thread | 140002740677408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d20c02ce-b17d-11ed-97ed-ba7a069af1ca | InvocationID=d20c0490-b17d-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:22:27+0000 | policy_event_thread | 140002740677408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d20c02ce-b17d-11ed-97ed-ba7a069af1ca | InvocationID=d20c0490-b17d-11ed-97ed-ba7a069af1ca | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:22:37+0000 | aai_event_thread | 140002739616544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cc632c3a-b17d-11ed-97ed-ba7a069af1ca | InvocationID=cc632e92-b17d-11ed-97ed-ba7a069af1ca | Polling MR for XNF AAI events.
2023-02-21T00:22:37+0000 | aai_event_thread | 140002739616544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d855eeba-b17d-11ed-97ed-ba7a069af1ca | InvocationID=d855f0c2-b17d-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-21T00:22:37+0000 | aai_event_thread | 140002739616544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d855eeba-b17d-11ed-97ed-ba7a069af1ca | InvocationID=d855f0c2-b17d-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:22:37+0000 | aai_event_thread | 140002739616544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d855eeba-b17d-11ed-97ed-ba7a069af1ca | InvocationID=d855f0c2-b17d-11ed-97ed-ba7a069af1ca | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:22:52+0000 | policy_event_thread | 140002740677408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d20c02ce-b17d-11ed-97ed-ba7a069af1ca | InvocationID=d20c0490-b17d-11ed-97ed-ba7a069af1ca | Polling MR for XNF activation/deactivation policy response events.
2023-02-21T00:22:52+0000 | policy_event_thread | 140002740677408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e0f6828c-b17d-11ed-97ed-ba7a069af1ca | InvocationID=e0f686ba-b17d-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-21T00:22:52+0000 | policy_event_thread | 140002740677408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e0f6828c-b17d-11ed-97ed-ba7a069af1ca | InvocationID=e0f686ba-b17d-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:22:52+0000 | policy_event_thread | 140002740677408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e0f6828c-b17d-11ed-97ed-ba7a069af1ca | InvocationID=e0f686ba-b17d-11ed-97ed-ba7a069af1ca | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:22:57+0000 | aai_event_thread | 140002739616544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d855eeba-b17d-11ed-97ed-ba7a069af1ca | InvocationID=d855f0c2-b17d-11ed-97ed-ba7a069af1ca | Polling MR for XNF AAI events.
2023-02-21T00:22:57+0000 | aai_event_thread | 140002739616544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e44e3d30-b17d-11ed-97ed-ba7a069af1ca | InvocationID=e44e3fd8-b17d-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-21T00:22:57+0000 | aai_event_thread | 140002739616544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e44e3d30-b17d-11ed-97ed-ba7a069af1ca | InvocationID=e44e3fd8-b17d-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:22:57+0000 | aai_event_thread | 140002739616544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e44e3d30-b17d-11ed-97ed-ba7a069af1ca | InvocationID=e44e3fd8-b17d-11ed-97ed-ba7a069af1ca | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:23:17+0000 | policy_event_thread | 140002740677408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e0f6828c-b17d-11ed-97ed-ba7a069af1ca | InvocationID=e0f686ba-b17d-11ed-97ed-ba7a069af1ca | Polling MR for XNF activation/deactivation policy response events.
2023-02-21T00:23:17+0000 | policy_event_thread | 140002740677408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=efe68026-b17d-11ed-97ed-ba7a069af1ca | InvocationID=efe681f2-b17d-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-21T00:23:17+0000 | policy_event_thread | 140002740677408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=efe68026-b17d-11ed-97ed-ba7a069af1ca | InvocationID=efe681f2-b17d-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:23:17+0000 | policy_event_thread | 140002740677408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=efe68026-b17d-11ed-97ed-ba7a069af1ca | InvocationID=efe681f2-b17d-11ed-97ed-ba7a069af1ca | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:23:17+0000 | aai_event_thread | 140002739616544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e44e3d30-b17d-11ed-97ed-ba7a069af1ca | InvocationID=e44e3fd8-b17d-11ed-97ed-ba7a069af1ca | Polling MR for XNF AAI events.
2023-02-21T00:23:17+0000 | aai_event_thread | 140002739616544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f04114dc-b17d-11ed-97ed-ba7a069af1ca | InvocationID=f0411694-b17d-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-21T00:23:17+0000 | aai_event_thread | 140002739616544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f04114dc-b17d-11ed-97ed-ba7a069af1ca | InvocationID=f0411694-b17d-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:23:17+0000 | aai_event_thread | 140002739616544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f04114dc-b17d-11ed-97ed-ba7a069af1ca | InvocationID=f0411694-b17d-11ed-97ed-ba7a069af1ca | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:23:37+0000 | aai_event_thread | 140002739616544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f04114dc-b17d-11ed-97ed-ba7a069af1ca | InvocationID=f0411694-b17d-11ed-97ed-ba7a069af1ca | Polling MR for XNF AAI events.
2023-02-21T00:23:37+0000 | aai_event_thread | 140002739616544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fc306f68-b17d-11ed-97ed-ba7a069af1ca | InvocationID=fc30710c-b17d-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-21T00:23:37+0000 | aai_event_thread | 140002739616544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fc306f68-b17d-11ed-97ed-ba7a069af1ca | InvocationID=fc30710c-b17d-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:23:37+0000 | aai_event_thread | 140002739616544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fc306f68-b17d-11ed-97ed-ba7a069af1ca | InvocationID=fc30710c-b17d-11ed-97ed-ba7a069af1ca | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:23:42+0000 | policy_event_thread | 140002740677408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=efe68026-b17d-11ed-97ed-ba7a069af1ca | InvocationID=efe681f2-b17d-11ed-97ed-ba7a069af1ca | Polling MR for XNF activation/deactivation policy response events.
2023-02-21T00:23:42+0000 | policy_event_thread | 140002740677408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fed5b0c0-b17d-11ed-97ed-ba7a069af1ca | InvocationID=fed5b3c2-b17d-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-21T00:23:42+0000 | policy_event_thread | 140002740677408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fed5b0c0-b17d-11ed-97ed-ba7a069af1ca | InvocationID=fed5b3c2-b17d-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:23:42+0000 | policy_event_thread | 140002740677408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fed5b0c0-b17d-11ed-97ed-ba7a069af1ca | InvocationID=fed5b3c2-b17d-11ed-97ed-ba7a069af1ca | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:23:57+0000 | aai_event_thread | 140002739616544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fc306f68-b17d-11ed-97ed-ba7a069af1ca | InvocationID=fc30710c-b17d-11ed-97ed-ba7a069af1ca | Polling MR for XNF AAI events.
2023-02-21T00:23:57+0000 | aai_event_thread | 140002739616544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=082beb30-b17e-11ed-97ed-ba7a069af1ca | InvocationID=082becf2-b17e-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-21T00:23:58+0000 | aai_event_thread | 140002739616544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=082beb30-b17e-11ed-97ed-ba7a069af1ca | InvocationID=082becf2-b17e-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:23:58+0000 | aai_event_thread | 140002739616544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=082beb30-b17e-11ed-97ed-ba7a069af1ca | InvocationID=082becf2-b17e-11ed-97ed-ba7a069af1ca | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:24:07+0000 | policy_event_thread | 140002740677408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fed5b0c0-b17d-11ed-97ed-ba7a069af1ca | InvocationID=fed5b3c2-b17d-11ed-97ed-ba7a069af1ca | Polling MR for XNF activation/deactivation policy response events.
2023-02-21T00:24:07+0000 | policy_event_thread | 140002740677408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0dc10bca-b17e-11ed-97ed-ba7a069af1ca | InvocationID=0dc10e36-b17e-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-21T00:24:07+0000 | policy_event_thread | 140002740677408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0dc10bca-b17e-11ed-97ed-ba7a069af1ca | InvocationID=0dc10e36-b17e-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:24:07+0000 | policy_event_thread | 140002740677408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0dc10bca-b17e-11ed-97ed-ba7a069af1ca | InvocationID=0dc10e36-b17e-11ed-97ed-ba7a069af1ca | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:24:18+0000 | aai_event_thread | 140002739616544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=082beb30-b17e-11ed-97ed-ba7a069af1ca | InvocationID=082becf2-b17e-11ed-97ed-ba7a069af1ca | Polling MR for XNF AAI events.
2023-02-21T00:24:18+0000 | aai_event_thread | 140002739616544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1425ce4c-b17e-11ed-97ed-ba7a069af1ca | InvocationID=1425d02c-b17e-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-21T00:24:18+0000 | aai_event_thread | 140002739616544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1425ce4c-b17e-11ed-97ed-ba7a069af1ca | InvocationID=1425d02c-b17e-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:24:18+0000 | aai_event_thread | 140002739616544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1425ce4c-b17e-11ed-97ed-ba7a069af1ca | InvocationID=1425d02c-b17e-11ed-97ed-ba7a069af1ca | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:24:32+0000 | policy_event_thread | 140002740677408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0dc10bca-b17e-11ed-97ed-ba7a069af1ca | InvocationID=0dc10e36-b17e-11ed-97ed-ba7a069af1ca | Polling MR for XNF activation/deactivation policy response events.
2023-02-21T00:24:32+0000 | policy_event_thread | 140002740677408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1cad3f8c-b17e-11ed-97ed-ba7a069af1ca | InvocationID=1cad41bc-b17e-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-21T00:24:32+0000 | policy_event_thread | 140002740677408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1cad3f8c-b17e-11ed-97ed-ba7a069af1ca | InvocationID=1cad41bc-b17e-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:24:32+0000 | policy_event_thread | 140002740677408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1cad3f8c-b17e-11ed-97ed-ba7a069af1ca | InvocationID=1cad41bc-b17e-11ed-97ed-ba7a069af1ca | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:24:38+0000 | aai_event_thread | 140002739616544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1425ce4c-b17e-11ed-97ed-ba7a069af1ca | InvocationID=1425d02c-b17e-11ed-97ed-ba7a069af1ca | Polling MR for XNF AAI events.
2023-02-21T00:24:38+0000 | aai_event_thread | 140002739616544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=201b4e70-b17e-11ed-97ed-ba7a069af1ca | InvocationID=201b50c8-b17e-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-21T00:24:38+0000 | aai_event_thread | 140002739616544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=201b4e70-b17e-11ed-97ed-ba7a069af1ca | InvocationID=201b50c8-b17e-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:24:38+0000 | aai_event_thread | 140002739616544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=201b4e70-b17e-11ed-97ed-ba7a069af1ca | InvocationID=201b50c8-b17e-11ed-97ed-ba7a069af1ca | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:24:57+0000 | policy_event_thread | 140002740677408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1cad3f8c-b17e-11ed-97ed-ba7a069af1ca | InvocationID=1cad41bc-b17e-11ed-97ed-ba7a069af1ca | Polling MR for XNF activation/deactivation policy response events.
2023-02-21T00:24:57+0000 | policy_event_thread | 140002740677408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2b9d4c8a-b17e-11ed-97ed-ba7a069af1ca | InvocationID=2b9d523e-b17e-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-21T00:24:57+0000 | policy_event_thread | 140002740677408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2b9d4c8a-b17e-11ed-97ed-ba7a069af1ca | InvocationID=2b9d523e-b17e-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:24:57+0000 | policy_event_thread | 140002740677408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2b9d4c8a-b17e-11ed-97ed-ba7a069af1ca | InvocationID=2b9d523e-b17e-11ed-97ed-ba7a069af1ca | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:24:58+0000 | aai_event_thread | 140002739616544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=201b4e70-b17e-11ed-97ed-ba7a069af1ca | InvocationID=201b50c8-b17e-11ed-97ed-ba7a069af1ca | Polling MR for XNF AAI events.
2023-02-21T00:24:58+0000 | aai_event_thread | 140002739616544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2c0aeb1e-b17e-11ed-97ed-ba7a069af1ca | InvocationID=2c0aece0-b17e-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-21T00:24:58+0000 | aai_event_thread | 140002739616544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2c0aeb1e-b17e-11ed-97ed-ba7a069af1ca | InvocationID=2c0aece0-b17e-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:24:58+0000 | aai_event_thread | 140002739616544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2c0aeb1e-b17e-11ed-97ed-ba7a069af1ca | InvocationID=2c0aece0-b17e-11ed-97ed-ba7a069af1ca | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:25:18+0000 | aai_event_thread | 140002739616544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2c0aeb1e-b17e-11ed-97ed-ba7a069af1ca | InvocationID=2c0aece0-b17e-11ed-97ed-ba7a069af1ca | Polling MR for XNF AAI events.
2023-02-21T00:25:18+0000 | aai_event_thread | 140002739616544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=37fa90a0-b17e-11ed-97ed-ba7a069af1ca | InvocationID=37fa9258-b17e-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-21T00:25:18+0000 | aai_event_thread | 140002739616544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=37fa90a0-b17e-11ed-97ed-ba7a069af1ca | InvocationID=37fa9258-b17e-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:25:18+0000 | aai_event_thread | 140002739616544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=37fa90a0-b17e-11ed-97ed-ba7a069af1ca | InvocationID=37fa9258-b17e-11ed-97ed-ba7a069af1ca | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:25:22+0000 | policy_event_thread | 140002740677408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2b9d4c8a-b17e-11ed-97ed-ba7a069af1ca | InvocationID=2b9d523e-b17e-11ed-97ed-ba7a069af1ca | Polling MR for XNF activation/deactivation policy response events.
2023-02-21T00:25:22+0000 | policy_event_thread | 140002740677408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3a8af01c-b17e-11ed-97ed-ba7a069af1ca | InvocationID=3a8afc06-b17e-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-21T00:25:22+0000 | policy_event_thread | 140002740677408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3a8af01c-b17e-11ed-97ed-ba7a069af1ca | InvocationID=3a8afc06-b17e-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:25:22+0000 | policy_event_thread | 140002740677408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3a8af01c-b17e-11ed-97ed-ba7a069af1ca | InvocationID=3a8afc06-b17e-11ed-97ed-ba7a069af1ca | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:25:38+0000 | aai_event_thread | 140002739616544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=37fa90a0-b17e-11ed-97ed-ba7a069af1ca | InvocationID=37fa9258-b17e-11ed-97ed-ba7a069af1ca | Polling MR for XNF AAI events.
2023-02-21T00:25:38+0000 | aai_event_thread | 140002739616544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=43ee8a88-b17e-11ed-97ed-ba7a069af1ca | InvocationID=43ee8c54-b17e-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-21T00:25:38+0000 | aai_event_thread | 140002739616544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=43ee8a88-b17e-11ed-97ed-ba7a069af1ca | InvocationID=43ee8c54-b17e-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:25:38+0000 | aai_event_thread | 140002739616544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=43ee8a88-b17e-11ed-97ed-ba7a069af1ca | InvocationID=43ee8c54-b17e-11ed-97ed-ba7a069af1ca | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:25:47+0000 | policy_event_thread | 140002740677408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3a8af01c-b17e-11ed-97ed-ba7a069af1ca | InvocationID=3a8afc06-b17e-11ed-97ed-ba7a069af1ca | Polling MR for XNF activation/deactivation policy response events.
2023-02-21T00:25:47+0000 | policy_event_thread | 140002740677408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=49770408-b17e-11ed-97ed-ba7a069af1ca | InvocationID=49770660-b17e-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-21T00:25:47+0000 | policy_event_thread | 140002740677408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=49770408-b17e-11ed-97ed-ba7a069af1ca | InvocationID=49770660-b17e-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:25:47+0000 | policy_event_thread | 140002740677408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=49770408-b17e-11ed-97ed-ba7a069af1ca | InvocationID=49770660-b17e-11ed-97ed-ba7a069af1ca | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:25:58+0000 | aai_event_thread | 140002739616544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=43ee8a88-b17e-11ed-97ed-ba7a069af1ca | InvocationID=43ee8c54-b17e-11ed-97ed-ba7a069af1ca | Polling MR for XNF AAI events.
2023-02-21T00:25:58+0000 | aai_event_thread | 140002739616544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4fe00614-b17e-11ed-97ed-ba7a069af1ca | InvocationID=4fe008bc-b17e-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-21T00:25:58+0000 | aai_event_thread | 140002739616544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4fe00614-b17e-11ed-97ed-ba7a069af1ca | InvocationID=4fe008bc-b17e-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:25:58+0000 | aai_event_thread | 140002739616544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4fe00614-b17e-11ed-97ed-ba7a069af1ca | InvocationID=4fe008bc-b17e-11ed-97ed-ba7a069af1ca | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:26:12+0000 | policy_event_thread | 140002740677408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=49770408-b17e-11ed-97ed-ba7a069af1ca | InvocationID=49770660-b17e-11ed-97ed-ba7a069af1ca | Polling MR for XNF activation/deactivation policy response events.
2023-02-21T00:26:12+0000 | policy_event_thread | 140002740677408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=58638ac2-b17e-11ed-97ed-ba7a069af1ca | InvocationID=58638c84-b17e-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-21T00:26:12+0000 | policy_event_thread | 140002740677408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=58638ac2-b17e-11ed-97ed-ba7a069af1ca | InvocationID=58638c84-b17e-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:26:12+0000 | policy_event_thread | 140002740677408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=58638ac2-b17e-11ed-97ed-ba7a069af1ca | InvocationID=58638c84-b17e-11ed-97ed-ba7a069af1ca | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:26:18+0000 | aai_event_thread | 140002739616544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4fe00614-b17e-11ed-97ed-ba7a069af1ca | InvocationID=4fe008bc-b17e-11ed-97ed-ba7a069af1ca | Polling MR for XNF AAI events.
2023-02-21T00:26:18+0000 | aai_event_thread | 140002739616544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5bdd94b8-b17e-11ed-97ed-ba7a069af1ca | InvocationID=5bdd96e8-b17e-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-21T00:26:18+0000 | aai_event_thread | 140002739616544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5bdd94b8-b17e-11ed-97ed-ba7a069af1ca | InvocationID=5bdd96e8-b17e-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:26:18+0000 | aai_event_thread | 140002739616544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5bdd94b8-b17e-11ed-97ed-ba7a069af1ca | InvocationID=5bdd96e8-b17e-11ed-97ed-ba7a069af1ca | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:26:37+0000 | policy_event_thread | 140002740677408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=58638ac2-b17e-11ed-97ed-ba7a069af1ca | InvocationID=58638c84-b17e-11ed-97ed-ba7a069af1ca | Polling MR for XNF activation/deactivation policy response events.
2023-02-21T00:26:37+0000 | policy_event_thread | 140002740677408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=674f359a-b17e-11ed-97ed-ba7a069af1ca | InvocationID=674f3810-b17e-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-21T00:26:37+0000 | policy_event_thread | 140002740677408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=674f359a-b17e-11ed-97ed-ba7a069af1ca | InvocationID=674f3810-b17e-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:26:37+0000 | policy_event_thread | 140002740677408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=674f359a-b17e-11ed-97ed-ba7a069af1ca | InvocationID=674f3810-b17e-11ed-97ed-ba7a069af1ca | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:26:38+0000 | aai_event_thread | 140002739616544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5bdd94b8-b17e-11ed-97ed-ba7a069af1ca | InvocationID=5bdd96e8-b17e-11ed-97ed-ba7a069af1ca | Polling MR for XNF AAI events.
2023-02-21T00:26:38+0000 | aai_event_thread | 140002739616544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=67cdccd4-b17e-11ed-97ed-ba7a069af1ca | InvocationID=67cdcf90-b17e-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-21T00:26:38+0000 | aai_event_thread | 140002739616544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=67cdccd4-b17e-11ed-97ed-ba7a069af1ca | InvocationID=67cdcf90-b17e-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:26:38+0000 | aai_event_thread | 140002739616544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=67cdccd4-b17e-11ed-97ed-ba7a069af1ca | InvocationID=67cdcf90-b17e-11ed-97ed-ba7a069af1ca | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:26:58+0000 | aai_event_thread | 140002739616544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=67cdccd4-b17e-11ed-97ed-ba7a069af1ca | InvocationID=67cdcf90-b17e-11ed-97ed-ba7a069af1ca | Polling MR for XNF AAI events.
2023-02-21T00:26:58+0000 | aai_event_thread | 140002739616544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=73bd4448-b17e-11ed-97ed-ba7a069af1ca | InvocationID=73bd460a-b17e-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-21T00:26:58+0000 | aai_event_thread | 140002739616544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=73bd4448-b17e-11ed-97ed-ba7a069af1ca | InvocationID=73bd460a-b17e-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:26:58+0000 | aai_event_thread | 140002739616544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=73bd4448-b17e-11ed-97ed-ba7a069af1ca | InvocationID=73bd460a-b17e-11ed-97ed-ba7a069af1ca | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:27:02+0000 | policy_event_thread | 140002740677408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=674f359a-b17e-11ed-97ed-ba7a069af1ca | InvocationID=674f3810-b17e-11ed-97ed-ba7a069af1ca | Polling MR for XNF activation/deactivation policy response events.
2023-02-21T00:27:02+0000 | policy_event_thread | 140002740677408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=763db4e6-b17e-11ed-97ed-ba7a069af1ca | InvocationID=763db7e8-b17e-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-21T00:27:02+0000 | policy_event_thread | 140002740677408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=763db4e6-b17e-11ed-97ed-ba7a069af1ca | InvocationID=763db7e8-b17e-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:27:02+0000 | policy_event_thread | 140002740677408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=763db4e6-b17e-11ed-97ed-ba7a069af1ca | InvocationID=763db7e8-b17e-11ed-97ed-ba7a069af1ca | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:27:18+0000 | aai_event_thread | 140002739616544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=73bd4448-b17e-11ed-97ed-ba7a069af1ca | InvocationID=73bd460a-b17e-11ed-97ed-ba7a069af1ca | Polling MR for XNF AAI events.
2023-02-21T00:27:18+0000 | aai_event_thread | 140002739616544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7fb0effc-b17e-11ed-97ed-ba7a069af1ca | InvocationID=7fb0f358-b17e-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-21T00:27:18+0000 | aai_event_thread | 140002739616544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7fb0effc-b17e-11ed-97ed-ba7a069af1ca | InvocationID=7fb0f358-b17e-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:27:18+0000 | aai_event_thread | 140002739616544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7fb0effc-b17e-11ed-97ed-ba7a069af1ca | InvocationID=7fb0f358-b17e-11ed-97ed-ba7a069af1ca | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:27:27+0000 | policy_event_thread | 140002740677408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=763db4e6-b17e-11ed-97ed-ba7a069af1ca | InvocationID=763db7e8-b17e-11ed-97ed-ba7a069af1ca | Polling MR for XNF activation/deactivation policy response events.
2023-02-21T00:27:27+0000 | policy_event_thread | 140002740677408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=852914b4-b17e-11ed-97ed-ba7a069af1ca | InvocationID=85291798-b17e-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-21T00:27:27+0000 | policy_event_thread | 140002740677408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=852914b4-b17e-11ed-97ed-ba7a069af1ca | InvocationID=85291798-b17e-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:27:27+0000 | policy_event_thread | 140002740677408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=852914b4-b17e-11ed-97ed-ba7a069af1ca | InvocationID=85291798-b17e-11ed-97ed-ba7a069af1ca | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:27:38+0000 | aai_event_thread | 140002739616544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7fb0effc-b17e-11ed-97ed-ba7a069af1ca | InvocationID=7fb0f358-b17e-11ed-97ed-ba7a069af1ca | Polling MR for XNF AAI events.
2023-02-21T00:27:38+0000 | aai_event_thread | 140002739616544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8ba766c4-b17e-11ed-97ed-ba7a069af1ca | InvocationID=8ba769da-b17e-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-21T00:27:38+0000 | aai_event_thread | 140002739616544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8ba766c4-b17e-11ed-97ed-ba7a069af1ca | InvocationID=8ba769da-b17e-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:27:38+0000 | aai_event_thread | 140002739616544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8ba766c4-b17e-11ed-97ed-ba7a069af1ca | InvocationID=8ba769da-b17e-11ed-97ed-ba7a069af1ca | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:27:52+0000 | policy_event_thread | 140002740677408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=852914b4-b17e-11ed-97ed-ba7a069af1ca | InvocationID=85291798-b17e-11ed-97ed-ba7a069af1ca | Polling MR for XNF activation/deactivation policy response events.
2023-02-21T00:27:52+0000 | policy_event_thread | 140002740677408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9415c4d6-b17e-11ed-97ed-ba7a069af1ca | InvocationID=9415c6d4-b17e-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-21T00:27:52+0000 | policy_event_thread | 140002740677408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9415c4d6-b17e-11ed-97ed-ba7a069af1ca | InvocationID=9415c6d4-b17e-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:27:52+0000 | policy_event_thread | 140002740677408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9415c4d6-b17e-11ed-97ed-ba7a069af1ca | InvocationID=9415c6d4-b17e-11ed-97ed-ba7a069af1ca | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:27:58+0000 | aai_event_thread | 140002739616544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8ba766c4-b17e-11ed-97ed-ba7a069af1ca | InvocationID=8ba769da-b17e-11ed-97ed-ba7a069af1ca | Polling MR for XNF AAI events.
2023-02-21T00:27:58+0000 | aai_event_thread | 140002739616544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=979dade4-b17e-11ed-97ed-ba7a069af1ca | InvocationID=979db49c-b17e-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-21T00:27:58+0000 | aai_event_thread | 140002739616544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=979dade4-b17e-11ed-97ed-ba7a069af1ca | InvocationID=979db49c-b17e-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:27:58+0000 | aai_event_thread | 140002739616544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=979dade4-b17e-11ed-97ed-ba7a069af1ca | InvocationID=979db49c-b17e-11ed-97ed-ba7a069af1ca | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:28:17+0000 | policy_event_thread | 140002740677408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9415c4d6-b17e-11ed-97ed-ba7a069af1ca | InvocationID=9415c6d4-b17e-11ed-97ed-ba7a069af1ca | Polling MR for XNF activation/deactivation policy response events.
2023-02-21T00:28:17+0000 | policy_event_thread | 140002740677408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a304afca-b17e-11ed-97ed-ba7a069af1ca | InvocationID=a304b51a-b17e-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-21T00:28:17+0000 | policy_event_thread | 140002740677408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a304afca-b17e-11ed-97ed-ba7a069af1ca | InvocationID=a304b51a-b17e-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:28:17+0000 | policy_event_thread | 140002740677408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a304afca-b17e-11ed-97ed-ba7a069af1ca | InvocationID=a304b51a-b17e-11ed-97ed-ba7a069af1ca | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:28:18+0000 | aai_event_thread | 140002739616544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=979dade4-b17e-11ed-97ed-ba7a069af1ca | InvocationID=979db49c-b17e-11ed-97ed-ba7a069af1ca | Polling MR for XNF AAI events.
2023-02-21T00:28:18+0000 | aai_event_thread | 140002739616544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a38e6878-b17e-11ed-97ed-ba7a069af1ca | InvocationID=a38e6ab2-b17e-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-21T00:28:18+0000 | aai_event_thread | 140002739616544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a38e6878-b17e-11ed-97ed-ba7a069af1ca | InvocationID=a38e6ab2-b17e-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:28:18+0000 | aai_event_thread | 140002739616544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a38e6878-b17e-11ed-97ed-ba7a069af1ca | InvocationID=a38e6ab2-b17e-11ed-97ed-ba7a069af1ca | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:28:38+0000 | aai_event_thread | 140002739616544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a38e6878-b17e-11ed-97ed-ba7a069af1ca | InvocationID=a38e6ab2-b17e-11ed-97ed-ba7a069af1ca | Polling MR for XNF AAI events.
2023-02-21T00:28:38+0000 | aai_event_thread | 140002739616544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=af7d96ea-b17e-11ed-97ed-ba7a069af1ca | InvocationID=af7d992e-b17e-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-21T00:28:38+0000 | aai_event_thread | 140002739616544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=af7d96ea-b17e-11ed-97ed-ba7a069af1ca | InvocationID=af7d992e-b17e-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:28:38+0000 | aai_event_thread | 140002739616544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=af7d96ea-b17e-11ed-97ed-ba7a069af1ca | InvocationID=af7d992e-b17e-11ed-97ed-ba7a069af1ca | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:28:42+0000 | policy_event_thread | 140002740677408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a304afca-b17e-11ed-97ed-ba7a069af1ca | InvocationID=a304b51a-b17e-11ed-97ed-ba7a069af1ca | Polling MR for XNF activation/deactivation policy response events.
2023-02-21T00:28:42+0000 | policy_event_thread | 140002740677408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b1f48532-b17e-11ed-97ed-ba7a069af1ca | InvocationID=b1f48816-b17e-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-21T00:28:42+0000 | policy_event_thread | 140002740677408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b1f48532-b17e-11ed-97ed-ba7a069af1ca | InvocationID=b1f48816-b17e-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:28:42+0000 | policy_event_thread | 140002740677408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b1f48532-b17e-11ed-97ed-ba7a069af1ca | InvocationID=b1f48816-b17e-11ed-97ed-ba7a069af1ca | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:28:58+0000 | aai_event_thread | 140002739616544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=af7d96ea-b17e-11ed-97ed-ba7a069af1ca | InvocationID=af7d992e-b17e-11ed-97ed-ba7a069af1ca | Polling MR for XNF AAI events.
2023-02-21T00:28:58+0000 | aai_event_thread | 140002739616544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bb71f3f6-b17e-11ed-97ed-ba7a069af1ca | InvocationID=bb71f662-b17e-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-21T00:28:58+0000 | aai_event_thread | 140002739616544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bb71f3f6-b17e-11ed-97ed-ba7a069af1ca | InvocationID=bb71f662-b17e-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:28:58+0000 | aai_event_thread | 140002739616544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bb71f3f6-b17e-11ed-97ed-ba7a069af1ca | InvocationID=bb71f662-b17e-11ed-97ed-ba7a069af1ca | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:29:07+0000 | policy_event_thread | 140002740677408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b1f48532-b17e-11ed-97ed-ba7a069af1ca | InvocationID=b1f48816-b17e-11ed-97ed-ba7a069af1ca | Polling MR for XNF activation/deactivation policy response events.
2023-02-21T00:29:07+0000 | policy_event_thread | 140002740677408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c0e049f0-b17e-11ed-97ed-ba7a069af1ca | InvocationID=c0e04c70-b17e-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-21T00:29:07+0000 | policy_event_thread | 140002740677408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c0e049f0-b17e-11ed-97ed-ba7a069af1ca | InvocationID=c0e04c70-b17e-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:29:07+0000 | policy_event_thread | 140002740677408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c0e049f0-b17e-11ed-97ed-ba7a069af1ca | InvocationID=c0e04c70-b17e-11ed-97ed-ba7a069af1ca | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:29:18+0000 | aai_event_thread | 140002739616544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bb71f3f6-b17e-11ed-97ed-ba7a069af1ca | InvocationID=bb71f662-b17e-11ed-97ed-ba7a069af1ca | Polling MR for XNF AAI events.
2023-02-21T00:29:18+0000 | aai_event_thread | 140002739616544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c767d28e-b17e-11ed-97ed-ba7a069af1ca | InvocationID=c767d522-b17e-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-21T00:29:18+0000 | aai_event_thread | 140002739616544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c767d28e-b17e-11ed-97ed-ba7a069af1ca | InvocationID=c767d522-b17e-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:29:18+0000 | aai_event_thread | 140002739616544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c767d28e-b17e-11ed-97ed-ba7a069af1ca | InvocationID=c767d522-b17e-11ed-97ed-ba7a069af1ca | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:29:32+0000 | policy_event_thread | 140002740677408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c0e049f0-b17e-11ed-97ed-ba7a069af1ca | InvocationID=c0e04c70-b17e-11ed-97ed-ba7a069af1ca | Polling MR for XNF activation/deactivation policy response events.
2023-02-21T00:29:32+0000 | policy_event_thread | 140002740677408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cfcbcfd4-b17e-11ed-97ed-ba7a069af1ca | InvocationID=cfcbd1fa-b17e-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-21T00:29:32+0000 | policy_event_thread | 140002740677408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cfcbcfd4-b17e-11ed-97ed-ba7a069af1ca | InvocationID=cfcbd1fa-b17e-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:29:32+0000 | policy_event_thread | 140002740677408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cfcbcfd4-b17e-11ed-97ed-ba7a069af1ca | InvocationID=cfcbd1fa-b17e-11ed-97ed-ba7a069af1ca | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:29:38+0000 | aai_event_thread | 140002739616544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c767d28e-b17e-11ed-97ed-ba7a069af1ca | InvocationID=c767d522-b17e-11ed-97ed-ba7a069af1ca | Polling MR for XNF AAI events.
2023-02-21T00:29:38+0000 | aai_event_thread | 140002739616544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d3680c34-b17e-11ed-97ed-ba7a069af1ca | InvocationID=d3680df6-b17e-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-21T00:29:38+0000 | aai_event_thread | 140002739616544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d3680c34-b17e-11ed-97ed-ba7a069af1ca | InvocationID=d3680df6-b17e-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:29:38+0000 | aai_event_thread | 140002739616544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d3680c34-b17e-11ed-97ed-ba7a069af1ca | InvocationID=d3680df6-b17e-11ed-97ed-ba7a069af1ca | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:29:57+0000 | policy_event_thread | 140002740677408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cfcbcfd4-b17e-11ed-97ed-ba7a069af1ca | InvocationID=cfcbd1fa-b17e-11ed-97ed-ba7a069af1ca | Polling MR for XNF activation/deactivation policy response events.
2023-02-21T00:29:57+0000 | policy_event_thread | 140002740677408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=debdcf92-b17e-11ed-97ed-ba7a069af1ca | InvocationID=debdd230-b17e-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-21T00:29:57+0000 | policy_event_thread | 140002740677408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=debdcf92-b17e-11ed-97ed-ba7a069af1ca | InvocationID=debdd230-b17e-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:29:57+0000 | policy_event_thread | 140002740677408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=debdcf92-b17e-11ed-97ed-ba7a069af1ca | InvocationID=debdd230-b17e-11ed-97ed-ba7a069af1ca | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:29:58+0000 | aai_event_thread | 140002739616544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d3680c34-b17e-11ed-97ed-ba7a069af1ca | InvocationID=d3680df6-b17e-11ed-97ed-ba7a069af1ca | Polling MR for XNF AAI events.
2023-02-21T00:29:58+0000 | aai_event_thread | 140002739616544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=df575d74-b17e-11ed-97ed-ba7a069af1ca | InvocationID=df575f36-b17e-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-21T00:29:58+0000 | aai_event_thread | 140002739616544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=df575d74-b17e-11ed-97ed-ba7a069af1ca | InvocationID=df575f36-b17e-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:29:58+0000 | aai_event_thread | 140002739616544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=df575d74-b17e-11ed-97ed-ba7a069af1ca | InvocationID=df575f36-b17e-11ed-97ed-ba7a069af1ca | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:30:18+0000 | aai_event_thread | 140002739616544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=df575d74-b17e-11ed-97ed-ba7a069af1ca | InvocationID=df575f36-b17e-11ed-97ed-ba7a069af1ca | Polling MR for XNF AAI events.
2023-02-21T00:30:18+0000 | aai_event_thread | 140002739616544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eb494b92-b17e-11ed-97ed-ba7a069af1ca | InvocationID=eb494fd4-b17e-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-21T00:30:19+0000 | aai_event_thread | 140002739616544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eb494b92-b17e-11ed-97ed-ba7a069af1ca | InvocationID=eb494fd4-b17e-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:30:19+0000 | aai_event_thread | 140002739616544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=eb494b92-b17e-11ed-97ed-ba7a069af1ca | InvocationID=eb494fd4-b17e-11ed-97ed-ba7a069af1ca | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:30:22+0000 | policy_event_thread | 140002740677408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=debdcf92-b17e-11ed-97ed-ba7a069af1ca | InvocationID=debdd230-b17e-11ed-97ed-ba7a069af1ca | Polling MR for XNF activation/deactivation policy response events.
2023-02-21T00:30:22+0000 | policy_event_thread | 140002740677408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=edad352e-b17e-11ed-97ed-ba7a069af1ca | InvocationID=edad3790-b17e-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-21T00:30:23+0000 | policy_event_thread | 140002740677408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=edad352e-b17e-11ed-97ed-ba7a069af1ca | InvocationID=edad3790-b17e-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:30:23+0000 | policy_event_thread | 140002740677408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=edad352e-b17e-11ed-97ed-ba7a069af1ca | InvocationID=edad3790-b17e-11ed-97ed-ba7a069af1ca | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:30:39+0000 | aai_event_thread | 140002739616544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=eb494b92-b17e-11ed-97ed-ba7a069af1ca | InvocationID=eb494fd4-b17e-11ed-97ed-ba7a069af1ca | Polling MR for XNF AAI events.
2023-02-21T00:30:39+0000 | aai_event_thread | 140002739616544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f73ecd00-b17e-11ed-97ed-ba7a069af1ca | InvocationID=f73eced6-b17e-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-21T00:30:39+0000 | aai_event_thread | 140002739616544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f73ecd00-b17e-11ed-97ed-ba7a069af1ca | InvocationID=f73eced6-b17e-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:30:39+0000 | aai_event_thread | 140002739616544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f73ecd00-b17e-11ed-97ed-ba7a069af1ca | InvocationID=f73eced6-b17e-11ed-97ed-ba7a069af1ca | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:30:48+0000 | policy_event_thread | 140002740677408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=edad352e-b17e-11ed-97ed-ba7a069af1ca | InvocationID=edad3790-b17e-11ed-97ed-ba7a069af1ca | Polling MR for XNF activation/deactivation policy response events.
2023-02-21T00:30:48+0000 | policy_event_thread | 140002740677408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fc975d62-b17e-11ed-97ed-ba7a069af1ca | InvocationID=fc976082-b17e-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-21T00:30:48+0000 | policy_event_thread | 140002740677408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fc975d62-b17e-11ed-97ed-ba7a069af1ca | InvocationID=fc976082-b17e-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:30:48+0000 | policy_event_thread | 140002740677408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fc975d62-b17e-11ed-97ed-ba7a069af1ca | InvocationID=fc976082-b17e-11ed-97ed-ba7a069af1ca | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:30:59+0000 | aai_event_thread | 140002739616544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f73ecd00-b17e-11ed-97ed-ba7a069af1ca | InvocationID=f73eced6-b17e-11ed-97ed-ba7a069af1ca | Polling MR for XNF AAI events.
2023-02-21T00:30:59+0000 | aai_event_thread | 140002739616544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=03333d80-b17f-11ed-97ed-ba7a069af1ca | InvocationID=03334118-b17f-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-21T00:30:59+0000 | aai_event_thread | 140002739616544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=03333d80-b17f-11ed-97ed-ba7a069af1ca | InvocationID=03334118-b17f-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:30:59+0000 | aai_event_thread | 140002739616544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=03333d80-b17f-11ed-97ed-ba7a069af1ca | InvocationID=03334118-b17f-11ed-97ed-ba7a069af1ca | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:31:13+0000 | policy_event_thread | 140002740677408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fc975d62-b17e-11ed-97ed-ba7a069af1ca | InvocationID=fc976082-b17e-11ed-97ed-ba7a069af1ca | Polling MR for XNF activation/deactivation policy response events.
2023-02-21T00:31:13+0000 | policy_event_thread | 140002740677408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0b827d84-b17f-11ed-97ed-ba7a069af1ca | InvocationID=0b827f5a-b17f-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-21T00:31:13+0000 | policy_event_thread | 140002740677408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0b827d84-b17f-11ed-97ed-ba7a069af1ca | InvocationID=0b827f5a-b17f-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:31:13+0000 | policy_event_thread | 140002740677408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0b827d84-b17f-11ed-97ed-ba7a069af1ca | InvocationID=0b827f5a-b17f-11ed-97ed-ba7a069af1ca | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:31:19+0000 | aai_event_thread | 140002739616544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=03333d80-b17f-11ed-97ed-ba7a069af1ca | InvocationID=03334118-b17f-11ed-97ed-ba7a069af1ca | Polling MR for XNF AAI events.
2023-02-21T00:31:19+0000 | aai_event_thread | 140002739616544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0f260f0a-b17f-11ed-97ed-ba7a069af1ca | InvocationID=0f26116c-b17f-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-21T00:31:19+0000 | aai_event_thread | 140002739616544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0f260f0a-b17f-11ed-97ed-ba7a069af1ca | InvocationID=0f26116c-b17f-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:31:19+0000 | aai_event_thread | 140002739616544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0f260f0a-b17f-11ed-97ed-ba7a069af1ca | InvocationID=0f26116c-b17f-11ed-97ed-ba7a069af1ca | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:31:38+0000 | policy_event_thread | 140002740677408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0b827d84-b17f-11ed-97ed-ba7a069af1ca | InvocationID=0b827f5a-b17f-11ed-97ed-ba7a069af1ca | Polling MR for XNF activation/deactivation policy response events.
2023-02-21T00:31:38+0000 | policy_event_thread | 140002740677408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1a6fe8ae-b17f-11ed-97ed-ba7a069af1ca | InvocationID=1a6febb0-b17f-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-21T00:31:38+0000 | policy_event_thread | 140002740677408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1a6fe8ae-b17f-11ed-97ed-ba7a069af1ca | InvocationID=1a6febb0-b17f-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:31:38+0000 | policy_event_thread | 140002740677408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1a6fe8ae-b17f-11ed-97ed-ba7a069af1ca | InvocationID=1a6febb0-b17f-11ed-97ed-ba7a069af1ca | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:31:39+0000 | aai_event_thread | 140002739616544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0f260f0a-b17f-11ed-97ed-ba7a069af1ca | InvocationID=0f26116c-b17f-11ed-97ed-ba7a069af1ca | Polling MR for XNF AAI events.
2023-02-21T00:31:39+0000 | aai_event_thread | 140002739616544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1b15c18e-b17f-11ed-97ed-ba7a069af1ca | InvocationID=1b15c3dc-b17f-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-21T00:31:39+0000 | aai_event_thread | 140002739616544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1b15c18e-b17f-11ed-97ed-ba7a069af1ca | InvocationID=1b15c3dc-b17f-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:31:39+0000 | aai_event_thread | 140002739616544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1b15c18e-b17f-11ed-97ed-ba7a069af1ca | InvocationID=1b15c3dc-b17f-11ed-97ed-ba7a069af1ca | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:31:59+0000 | aai_event_thread | 140002739616544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1b15c18e-b17f-11ed-97ed-ba7a069af1ca | InvocationID=1b15c3dc-b17f-11ed-97ed-ba7a069af1ca | Polling MR for XNF AAI events.
2023-02-21T00:31:59+0000 | aai_event_thread | 140002739616544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=27053628-b17f-11ed-97ed-ba7a069af1ca | InvocationID=27053e2a-b17f-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-21T00:31:59+0000 | aai_event_thread | 140002739616544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=27053628-b17f-11ed-97ed-ba7a069af1ca | InvocationID=27053e2a-b17f-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:31:59+0000 | aai_event_thread | 140002739616544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=27053628-b17f-11ed-97ed-ba7a069af1ca | InvocationID=27053e2a-b17f-11ed-97ed-ba7a069af1ca | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:32:03+0000 | policy_event_thread | 140002740677408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1a6fe8ae-b17f-11ed-97ed-ba7a069af1ca | InvocationID=1a6febb0-b17f-11ed-97ed-ba7a069af1ca | Polling MR for XNF activation/deactivation policy response events.
2023-02-21T00:32:03+0000 | policy_event_thread | 140002740677408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=295d8f74-b17f-11ed-97ed-ba7a069af1ca | InvocationID=295d91cc-b17f-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-21T00:32:03+0000 | policy_event_thread | 140002740677408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=295d8f74-b17f-11ed-97ed-ba7a069af1ca | InvocationID=295d91cc-b17f-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:32:03+0000 | policy_event_thread | 140002740677408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=295d8f74-b17f-11ed-97ed-ba7a069af1ca | InvocationID=295d91cc-b17f-11ed-97ed-ba7a069af1ca | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:32:19+0000 | aai_event_thread | 140002739616544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=27053628-b17f-11ed-97ed-ba7a069af1ca | InvocationID=27053e2a-b17f-11ed-97ed-ba7a069af1ca | Polling MR for XNF AAI events.
2023-02-21T00:32:19+0000 | aai_event_thread | 140002739616544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=32f7aee8-b17f-11ed-97ed-ba7a069af1ca | InvocationID=32f7b122-b17f-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-21T00:32:19+0000 | aai_event_thread | 140002739616544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=32f7aee8-b17f-11ed-97ed-ba7a069af1ca | InvocationID=32f7b122-b17f-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:32:19+0000 | aai_event_thread | 140002739616544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=32f7aee8-b17f-11ed-97ed-ba7a069af1ca | InvocationID=32f7b122-b17f-11ed-97ed-ba7a069af1ca | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:32:28+0000 | policy_event_thread | 140002740677408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=295d8f74-b17f-11ed-97ed-ba7a069af1ca | InvocationID=295d91cc-b17f-11ed-97ed-ba7a069af1ca | Polling MR for XNF activation/deactivation policy response events.
2023-02-21T00:32:28+0000 | policy_event_thread | 140002740677408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3847877e-b17f-11ed-97ed-ba7a069af1ca | InvocationID=38478a1c-b17f-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-21T00:32:28+0000 | policy_event_thread | 140002740677408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3847877e-b17f-11ed-97ed-ba7a069af1ca | InvocationID=38478a1c-b17f-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:32:28+0000 | policy_event_thread | 140002740677408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3847877e-b17f-11ed-97ed-ba7a069af1ca | InvocationID=38478a1c-b17f-11ed-97ed-ba7a069af1ca | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:32:39+0000 | aai_event_thread | 140002739616544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=32f7aee8-b17f-11ed-97ed-ba7a069af1ca | InvocationID=32f7b122-b17f-11ed-97ed-ba7a069af1ca | Polling MR for XNF AAI events.
2023-02-21T00:32:39+0000 | aai_event_thread | 140002739616544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3ee8914a-b17f-11ed-97ed-ba7a069af1ca | InvocationID=3ee8953c-b17f-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-21T00:32:39+0000 | aai_event_thread | 140002739616544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3ee8914a-b17f-11ed-97ed-ba7a069af1ca | InvocationID=3ee8953c-b17f-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:32:39+0000 | aai_event_thread | 140002739616544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3ee8914a-b17f-11ed-97ed-ba7a069af1ca | InvocationID=3ee8953c-b17f-11ed-97ed-ba7a069af1ca | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:32:53+0000 | policy_event_thread | 140002740677408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3847877e-b17f-11ed-97ed-ba7a069af1ca | InvocationID=38478a1c-b17f-11ed-97ed-ba7a069af1ca | Polling MR for XNF activation/deactivation policy response events.
2023-02-21T00:32:53+0000 | policy_event_thread | 140002740677408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=47334c0a-b17f-11ed-97ed-ba7a069af1ca | InvocationID=47334dd6-b17f-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-21T00:32:53+0000 | policy_event_thread | 140002740677408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=47334c0a-b17f-11ed-97ed-ba7a069af1ca | InvocationID=47334dd6-b17f-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:32:53+0000 | policy_event_thread | 140002740677408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=47334c0a-b17f-11ed-97ed-ba7a069af1ca | InvocationID=47334dd6-b17f-11ed-97ed-ba7a069af1ca | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:32:59+0000 | aai_event_thread | 140002739616544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3ee8914a-b17f-11ed-97ed-ba7a069af1ca | InvocationID=3ee8953c-b17f-11ed-97ed-ba7a069af1ca | Polling MR for XNF AAI events.
2023-02-21T00:32:59+0000 | aai_event_thread | 140002739616544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4addcbbe-b17f-11ed-97ed-ba7a069af1ca | InvocationID=4addcf60-b17f-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-21T00:32:59+0000 | aai_event_thread | 140002739616544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4addcbbe-b17f-11ed-97ed-ba7a069af1ca | InvocationID=4addcf60-b17f-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:32:59+0000 | aai_event_thread | 140002739616544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4addcbbe-b17f-11ed-97ed-ba7a069af1ca | InvocationID=4addcf60-b17f-11ed-97ed-ba7a069af1ca | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:33:18+0000 | policy_event_thread | 140002740677408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=47334c0a-b17f-11ed-97ed-ba7a069af1ca | InvocationID=47334dd6-b17f-11ed-97ed-ba7a069af1ca | Polling MR for XNF activation/deactivation policy response events.
2023-02-21T00:33:18+0000 | policy_event_thread | 140002740677408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=56201432-b17f-11ed-97ed-ba7a069af1ca | InvocationID=56201694-b17f-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-21T00:33:18+0000 | policy_event_thread | 140002740677408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=56201432-b17f-11ed-97ed-ba7a069af1ca | InvocationID=56201694-b17f-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:33:18+0000 | policy_event_thread | 140002740677408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=56201432-b17f-11ed-97ed-ba7a069af1ca | InvocationID=56201694-b17f-11ed-97ed-ba7a069af1ca | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:33:19+0000 | aai_event_thread | 140002739616544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4addcbbe-b17f-11ed-97ed-ba7a069af1ca | InvocationID=4addcf60-b17f-11ed-97ed-ba7a069af1ca | Polling MR for XNF AAI events.
2023-02-21T00:33:19+0000 | aai_event_thread | 140002739616544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=56cd9e54-b17f-11ed-97ed-ba7a069af1ca | InvocationID=56cda03e-b17f-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-21T00:33:19+0000 | aai_event_thread | 140002739616544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=56cd9e54-b17f-11ed-97ed-ba7a069af1ca | InvocationID=56cda03e-b17f-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:33:19+0000 | aai_event_thread | 140002739616544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=56cd9e54-b17f-11ed-97ed-ba7a069af1ca | InvocationID=56cda03e-b17f-11ed-97ed-ba7a069af1ca | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:33:39+0000 | aai_event_thread | 140002739616544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=56cd9e54-b17f-11ed-97ed-ba7a069af1ca | InvocationID=56cda03e-b17f-11ed-97ed-ba7a069af1ca | Polling MR for XNF AAI events.
2023-02-21T00:33:39+0000 | aai_event_thread | 140002739616544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=62bd8ff8-b17f-11ed-97ed-ba7a069af1ca | InvocationID=62bd935e-b17f-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-21T00:33:39+0000 | aai_event_thread | 140002739616544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=62bd8ff8-b17f-11ed-97ed-ba7a069af1ca | InvocationID=62bd935e-b17f-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:33:39+0000 | aai_event_thread | 140002739616544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=62bd8ff8-b17f-11ed-97ed-ba7a069af1ca | InvocationID=62bd935e-b17f-11ed-97ed-ba7a069af1ca | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:33:43+0000 | policy_event_thread | 140002740677408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=56201432-b17f-11ed-97ed-ba7a069af1ca | InvocationID=56201694-b17f-11ed-97ed-ba7a069af1ca | Polling MR for XNF activation/deactivation policy response events.
2023-02-21T00:33:43+0000 | policy_event_thread | 140002740677408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=650eb836-b17f-11ed-97ed-ba7a069af1ca | InvocationID=650eba52-b17f-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-21T00:33:43+0000 | policy_event_thread | 140002740677408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=650eb836-b17f-11ed-97ed-ba7a069af1ca | InvocationID=650eba52-b17f-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:33:43+0000 | policy_event_thread | 140002740677408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=650eb836-b17f-11ed-97ed-ba7a069af1ca | InvocationID=650eba52-b17f-11ed-97ed-ba7a069af1ca | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:33:59+0000 | aai_event_thread | 140002739616544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=62bd8ff8-b17f-11ed-97ed-ba7a069af1ca | InvocationID=62bd935e-b17f-11ed-97ed-ba7a069af1ca | Polling MR for XNF AAI events.
2023-02-21T00:33:59+0000 | aai_event_thread | 140002739616544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6eaefaea-b17f-11ed-97ed-ba7a069af1ca | InvocationID=6eaf008a-b17f-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-21T00:33:59+0000 | aai_event_thread | 140002739616544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6eaefaea-b17f-11ed-97ed-ba7a069af1ca | InvocationID=6eaf008a-b17f-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:33:59+0000 | aai_event_thread | 140002739616544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6eaefaea-b17f-11ed-97ed-ba7a069af1ca | InvocationID=6eaf008a-b17f-11ed-97ed-ba7a069af1ca | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:34:08+0000 | policy_event_thread | 140002740677408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=650eb836-b17f-11ed-97ed-ba7a069af1ca | InvocationID=650eba52-b17f-11ed-97ed-ba7a069af1ca | Polling MR for XNF activation/deactivation policy response events.
2023-02-21T00:34:08+0000 | policy_event_thread | 140002740677408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=73f908ba-b17f-11ed-97ed-ba7a069af1ca | InvocationID=73f90ef0-b17f-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-21T00:34:08+0000 | policy_event_thread | 140002740677408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=73f908ba-b17f-11ed-97ed-ba7a069af1ca | InvocationID=73f90ef0-b17f-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:34:08+0000 | policy_event_thread | 140002740677408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=73f908ba-b17f-11ed-97ed-ba7a069af1ca | InvocationID=73f90ef0-b17f-11ed-97ed-ba7a069af1ca | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:34:19+0000 | aai_event_thread | 140002739616544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6eaefaea-b17f-11ed-97ed-ba7a069af1ca | InvocationID=6eaf008a-b17f-11ed-97ed-ba7a069af1ca | Polling MR for XNF AAI events.
2023-02-21T00:34:19+0000 | aai_event_thread | 140002739616544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7aa25f54-b17f-11ed-97ed-ba7a069af1ca | InvocationID=7aa2627e-b17f-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-21T00:34:19+0000 | aai_event_thread | 140002739616544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7aa25f54-b17f-11ed-97ed-ba7a069af1ca | InvocationID=7aa2627e-b17f-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:34:19+0000 | aai_event_thread | 140002739616544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7aa25f54-b17f-11ed-97ed-ba7a069af1ca | InvocationID=7aa2627e-b17f-11ed-97ed-ba7a069af1ca | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:34:33+0000 | policy_event_thread | 140002740677408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=73f908ba-b17f-11ed-97ed-ba7a069af1ca | InvocationID=73f90ef0-b17f-11ed-97ed-ba7a069af1ca | Polling MR for XNF activation/deactivation policy response events.
2023-02-21T00:34:33+0000 | policy_event_thread | 140002740677408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=82e3c25c-b17f-11ed-97ed-ba7a069af1ca | InvocationID=82e3c540-b17f-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-21T00:34:33+0000 | policy_event_thread | 140002740677408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=82e3c25c-b17f-11ed-97ed-ba7a069af1ca | InvocationID=82e3c540-b17f-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:34:33+0000 | policy_event_thread | 140002740677408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=82e3c25c-b17f-11ed-97ed-ba7a069af1ca | InvocationID=82e3c540-b17f-11ed-97ed-ba7a069af1ca | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:34:39+0000 | aai_event_thread | 140002739616544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7aa25f54-b17f-11ed-97ed-ba7a069af1ca | InvocationID=7aa2627e-b17f-11ed-97ed-ba7a069af1ca | Polling MR for XNF AAI events.
2023-02-21T00:34:39+0000 | aai_event_thread | 140002739616544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=86933978-b17f-11ed-97ed-ba7a069af1ca | InvocationID=86933b44-b17f-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-21T00:34:39+0000 | aai_event_thread | 140002739616544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=86933978-b17f-11ed-97ed-ba7a069af1ca | InvocationID=86933b44-b17f-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:34:39+0000 | aai_event_thread | 140002739616544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=86933978-b17f-11ed-97ed-ba7a069af1ca | InvocationID=86933b44-b17f-11ed-97ed-ba7a069af1ca | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:34:58+0000 | policy_event_thread | 140002740677408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=82e3c25c-b17f-11ed-97ed-ba7a069af1ca | InvocationID=82e3c540-b17f-11ed-97ed-ba7a069af1ca | Polling MR for XNF activation/deactivation policy response events.
2023-02-21T00:34:58+0000 | policy_event_thread | 140002740677408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=91d1f144-b17f-11ed-97ed-ba7a069af1ca | InvocationID=91d1f446-b17f-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-21T00:34:58+0000 | policy_event_thread | 140002740677408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=91d1f144-b17f-11ed-97ed-ba7a069af1ca | InvocationID=91d1f446-b17f-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:34:58+0000 | policy_event_thread | 140002740677408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=91d1f144-b17f-11ed-97ed-ba7a069af1ca | InvocationID=91d1f446-b17f-11ed-97ed-ba7a069af1ca | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:34:59+0000 | aai_event_thread | 140002739616544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=86933978-b17f-11ed-97ed-ba7a069af1ca | InvocationID=86933b44-b17f-11ed-97ed-ba7a069af1ca | Polling MR for XNF AAI events.
2023-02-21T00:34:59+0000 | aai_event_thread | 140002739616544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=92826be6-b17f-11ed-97ed-ba7a069af1ca | InvocationID=92826e2a-b17f-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-21T00:34:59+0000 | aai_event_thread | 140002739616544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=92826be6-b17f-11ed-97ed-ba7a069af1ca | InvocationID=92826e2a-b17f-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:34:59+0000 | aai_event_thread | 140002739616544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=92826be6-b17f-11ed-97ed-ba7a069af1ca | InvocationID=92826e2a-b17f-11ed-97ed-ba7a069af1ca | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:35:19+0000 | aai_event_thread | 140002739616544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=92826be6-b17f-11ed-97ed-ba7a069af1ca | InvocationID=92826e2a-b17f-11ed-97ed-ba7a069af1ca | Polling MR for XNF AAI events.
2023-02-21T00:35:19+0000 | aai_event_thread | 140002739616544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9e720ec0-b17f-11ed-97ed-ba7a069af1ca | InvocationID=9e72138e-b17f-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-21T00:35:19+0000 | aai_event_thread | 140002739616544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9e720ec0-b17f-11ed-97ed-ba7a069af1ca | InvocationID=9e72138e-b17f-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:35:19+0000 | aai_event_thread | 140002739616544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9e720ec0-b17f-11ed-97ed-ba7a069af1ca | InvocationID=9e72138e-b17f-11ed-97ed-ba7a069af1ca | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:35:23+0000 | policy_event_thread | 140002740677408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=91d1f144-b17f-11ed-97ed-ba7a069af1ca | InvocationID=91d1f446-b17f-11ed-97ed-ba7a069af1ca | Polling MR for XNF activation/deactivation policy response events.
2023-02-21T00:35:23+0000 | policy_event_thread | 140002740677408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a0becb32-b17f-11ed-97ed-ba7a069af1ca | InvocationID=a0becce0-b17f-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-21T00:35:23+0000 | policy_event_thread | 140002740677408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a0becb32-b17f-11ed-97ed-ba7a069af1ca | InvocationID=a0becce0-b17f-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:35:23+0000 | policy_event_thread | 140002740677408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a0becb32-b17f-11ed-97ed-ba7a069af1ca | InvocationID=a0becce0-b17f-11ed-97ed-ba7a069af1ca | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:35:39+0000 | aai_event_thread | 140002739616544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9e720ec0-b17f-11ed-97ed-ba7a069af1ca | InvocationID=9e72138e-b17f-11ed-97ed-ba7a069af1ca | Polling MR for XNF AAI events.
2023-02-21T00:35:39+0000 | aai_event_thread | 140002739616544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aa67f7da-b17f-11ed-97ed-ba7a069af1ca | InvocationID=aa67fa3c-b17f-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-21T00:35:39+0000 | aai_event_thread | 140002739616544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aa67f7da-b17f-11ed-97ed-ba7a069af1ca | InvocationID=aa67fa3c-b17f-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:35:39+0000 | aai_event_thread | 140002739616544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=aa67f7da-b17f-11ed-97ed-ba7a069af1ca | InvocationID=aa67fa3c-b17f-11ed-97ed-ba7a069af1ca | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:35:48+0000 | policy_event_thread | 140002740677408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a0becb32-b17f-11ed-97ed-ba7a069af1ca | InvocationID=a0becce0-b17f-11ed-97ed-ba7a069af1ca | Polling MR for XNF activation/deactivation policy response events.
2023-02-21T00:35:48+0000 | policy_event_thread | 140002740677408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=afa8ff78-b17f-11ed-97ed-ba7a069af1ca | InvocationID=afa9043c-b17f-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-21T00:35:48+0000 | policy_event_thread | 140002740677408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=afa8ff78-b17f-11ed-97ed-ba7a069af1ca | InvocationID=afa9043c-b17f-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:35:48+0000 | policy_event_thread | 140002740677408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=afa8ff78-b17f-11ed-97ed-ba7a069af1ca | InvocationID=afa9043c-b17f-11ed-97ed-ba7a069af1ca | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:35:59+0000 | aai_event_thread | 140002739616544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=aa67f7da-b17f-11ed-97ed-ba7a069af1ca | InvocationID=aa67fa3c-b17f-11ed-97ed-ba7a069af1ca | Polling MR for XNF AAI events.
2023-02-21T00:35:59+0000 | aai_event_thread | 140002739616544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b658a5ee-b17f-11ed-97ed-ba7a069af1ca | InvocationID=b658a814-b17f-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-21T00:35:59+0000 | aai_event_thread | 140002739616544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b658a5ee-b17f-11ed-97ed-ba7a069af1ca | InvocationID=b658a814-b17f-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:35:59+0000 | aai_event_thread | 140002739616544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b658a5ee-b17f-11ed-97ed-ba7a069af1ca | InvocationID=b658a814-b17f-11ed-97ed-ba7a069af1ca | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:36:13+0000 | policy_event_thread | 140002740677408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=afa8ff78-b17f-11ed-97ed-ba7a069af1ca | InvocationID=afa9043c-b17f-11ed-97ed-ba7a069af1ca | Polling MR for XNF activation/deactivation policy response events.
2023-02-21T00:36:13+0000 | policy_event_thread | 140002740677408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=be9320e0-b17f-11ed-97ed-ba7a069af1ca | InvocationID=be932306-b17f-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-21T00:36:13+0000 | policy_event_thread | 140002740677408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=be9320e0-b17f-11ed-97ed-ba7a069af1ca | InvocationID=be932306-b17f-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:36:13+0000 | policy_event_thread | 140002740677408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=be9320e0-b17f-11ed-97ed-ba7a069af1ca | InvocationID=be932306-b17f-11ed-97ed-ba7a069af1ca | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:36:19+0000 | aai_event_thread | 140002739616544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b658a5ee-b17f-11ed-97ed-ba7a069af1ca | InvocationID=b658a814-b17f-11ed-97ed-ba7a069af1ca | Polling MR for XNF AAI events.
2023-02-21T00:36:19+0000 | aai_event_thread | 140002739616544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c24c72c2-b17f-11ed-97ed-ba7a069af1ca | InvocationID=c24c75c4-b17f-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-21T00:36:19+0000 | aai_event_thread | 140002739616544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c24c72c2-b17f-11ed-97ed-ba7a069af1ca | InvocationID=c24c75c4-b17f-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:36:19+0000 | aai_event_thread | 140002739616544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c24c72c2-b17f-11ed-97ed-ba7a069af1ca | InvocationID=c24c75c4-b17f-11ed-97ed-ba7a069af1ca | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:36:38+0000 | policy_event_thread | 140002740677408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=be9320e0-b17f-11ed-97ed-ba7a069af1ca | InvocationID=be932306-b17f-11ed-97ed-ba7a069af1ca | Polling MR for XNF activation/deactivation policy response events.
2023-02-21T00:36:38+0000 | policy_event_thread | 140002740677408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cd839dc8-b17f-11ed-97ed-ba7a069af1ca | InvocationID=cd839f80-b17f-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-21T00:36:38+0000 | policy_event_thread | 140002740677408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cd839dc8-b17f-11ed-97ed-ba7a069af1ca | InvocationID=cd839f80-b17f-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:36:38+0000 | policy_event_thread | 140002740677408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cd839dc8-b17f-11ed-97ed-ba7a069af1ca | InvocationID=cd839f80-b17f-11ed-97ed-ba7a069af1ca | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:36:39+0000 | aai_event_thread | 140002739616544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c24c72c2-b17f-11ed-97ed-ba7a069af1ca | InvocationID=c24c75c4-b17f-11ed-97ed-ba7a069af1ca | Polling MR for XNF AAI events.
2023-02-21T00:36:39+0000 | aai_event_thread | 140002739616544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ce3bddf2-b17f-11ed-97ed-ba7a069af1ca | InvocationID=ce3be0e0-b17f-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-21T00:36:39+0000 | aai_event_thread | 140002739616544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ce3bddf2-b17f-11ed-97ed-ba7a069af1ca | InvocationID=ce3be0e0-b17f-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:36:39+0000 | aai_event_thread | 140002739616544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ce3bddf2-b17f-11ed-97ed-ba7a069af1ca | InvocationID=ce3be0e0-b17f-11ed-97ed-ba7a069af1ca | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:36:59+0000 | aai_event_thread | 140002739616544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ce3bddf2-b17f-11ed-97ed-ba7a069af1ca | InvocationID=ce3be0e0-b17f-11ed-97ed-ba7a069af1ca | Polling MR for XNF AAI events.
2023-02-21T00:36:59+0000 | aai_event_thread | 140002739616544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=da2e4064-b17f-11ed-97ed-ba7a069af1ca | InvocationID=da2e4258-b17f-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-21T00:36:59+0000 | aai_event_thread | 140002739616544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=da2e4064-b17f-11ed-97ed-ba7a069af1ca | InvocationID=da2e4258-b17f-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:36:59+0000 | aai_event_thread | 140002739616544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=da2e4064-b17f-11ed-97ed-ba7a069af1ca | InvocationID=da2e4258-b17f-11ed-97ed-ba7a069af1ca | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:37:03+0000 | policy_event_thread | 140002740677408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cd839dc8-b17f-11ed-97ed-ba7a069af1ca | InvocationID=cd839f80-b17f-11ed-97ed-ba7a069af1ca | Polling MR for XNF activation/deactivation policy response events.
2023-02-21T00:37:03+0000 | policy_event_thread | 140002740677408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dc7557c2-b17f-11ed-97ed-ba7a069af1ca | InvocationID=dc7559d4-b17f-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-21T00:37:03+0000 | policy_event_thread | 140002740677408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dc7557c2-b17f-11ed-97ed-ba7a069af1ca | InvocationID=dc7559d4-b17f-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:37:03+0000 | policy_event_thread | 140002740677408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dc7557c2-b17f-11ed-97ed-ba7a069af1ca | InvocationID=dc7559d4-b17f-11ed-97ed-ba7a069af1ca | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:37:19+0000 | aai_event_thread | 140002739616544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=da2e4064-b17f-11ed-97ed-ba7a069af1ca | InvocationID=da2e4258-b17f-11ed-97ed-ba7a069af1ca | Polling MR for XNF AAI events.
2023-02-21T00:37:19+0000 | aai_event_thread | 140002739616544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e61fb43e-b17f-11ed-97ed-ba7a069af1ca | InvocationID=e61fb600-b17f-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-21T00:37:19+0000 | aai_event_thread | 140002739616544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e61fb43e-b17f-11ed-97ed-ba7a069af1ca | InvocationID=e61fb600-b17f-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:37:19+0000 | aai_event_thread | 140002739616544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e61fb43e-b17f-11ed-97ed-ba7a069af1ca | InvocationID=e61fb600-b17f-11ed-97ed-ba7a069af1ca | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:37:28+0000 | policy_event_thread | 140002740677408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dc7557c2-b17f-11ed-97ed-ba7a069af1ca | InvocationID=dc7559d4-b17f-11ed-97ed-ba7a069af1ca | Polling MR for XNF activation/deactivation policy response events.
2023-02-21T00:37:28+0000 | policy_event_thread | 140002740677408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eb608b6c-b17f-11ed-97ed-ba7a069af1ca | InvocationID=eb608d4c-b17f-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-21T00:37:28+0000 | policy_event_thread | 140002740677408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eb608b6c-b17f-11ed-97ed-ba7a069af1ca | InvocationID=eb608d4c-b17f-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:37:28+0000 | policy_event_thread | 140002740677408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eb608b6c-b17f-11ed-97ed-ba7a069af1ca | InvocationID=eb608d4c-b17f-11ed-97ed-ba7a069af1ca | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:37:39+0000 | aai_event_thread | 140002739616544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e61fb43e-b17f-11ed-97ed-ba7a069af1ca | InvocationID=e61fb600-b17f-11ed-97ed-ba7a069af1ca | Polling MR for XNF AAI events.
2023-02-21T00:37:39+0000 | aai_event_thread | 140002739616544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f2129a54-b17f-11ed-97ed-ba7a069af1ca | InvocationID=f2129cc0-b17f-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-21T00:37:39+0000 | aai_event_thread | 140002739616544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f2129a54-b17f-11ed-97ed-ba7a069af1ca | InvocationID=f2129cc0-b17f-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:37:39+0000 | aai_event_thread | 140002739616544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f2129a54-b17f-11ed-97ed-ba7a069af1ca | InvocationID=f2129cc0-b17f-11ed-97ed-ba7a069af1ca | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:37:53+0000 | policy_event_thread | 140002740677408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eb608b6c-b17f-11ed-97ed-ba7a069af1ca | InvocationID=eb608d4c-b17f-11ed-97ed-ba7a069af1ca | Polling MR for XNF activation/deactivation policy response events.
2023-02-21T00:37:53+0000 | policy_event_thread | 140002740677408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fa4dba96-b17f-11ed-97ed-ba7a069af1ca | InvocationID=fa4dbd0c-b17f-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-21T00:37:53+0000 | policy_event_thread | 140002740677408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fa4dba96-b17f-11ed-97ed-ba7a069af1ca | InvocationID=fa4dbd0c-b17f-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:37:53+0000 | policy_event_thread | 140002740677408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fa4dba96-b17f-11ed-97ed-ba7a069af1ca | InvocationID=fa4dbd0c-b17f-11ed-97ed-ba7a069af1ca | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:37:59+0000 | aai_event_thread | 140002739616544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f2129a54-b17f-11ed-97ed-ba7a069af1ca | InvocationID=f2129cc0-b17f-11ed-97ed-ba7a069af1ca | Polling MR for XNF AAI events.
2023-02-21T00:37:59+0000 | aai_event_thread | 140002739616544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fe053722-b17f-11ed-97ed-ba7a069af1ca | InvocationID=fe0538e4-b17f-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-21T00:37:59+0000 | aai_event_thread | 140002739616544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fe053722-b17f-11ed-97ed-ba7a069af1ca | InvocationID=fe0538e4-b17f-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:37:59+0000 | aai_event_thread | 140002739616544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fe053722-b17f-11ed-97ed-ba7a069af1ca | InvocationID=fe0538e4-b17f-11ed-97ed-ba7a069af1ca | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:38:18+0000 | policy_event_thread | 140002740677408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fa4dba96-b17f-11ed-97ed-ba7a069af1ca | InvocationID=fa4dbd0c-b17f-11ed-97ed-ba7a069af1ca | Polling MR for XNF activation/deactivation policy response events.
2023-02-21T00:38:18+0000 | policy_event_thread | 140002740677408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=09420e58-b180-11ed-97ed-ba7a069af1ca | InvocationID=09421010-b180-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-21T00:38:18+0000 | policy_event_thread | 140002740677408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=09420e58-b180-11ed-97ed-ba7a069af1ca | InvocationID=09421010-b180-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:38:18+0000 | policy_event_thread | 140002740677408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=09420e58-b180-11ed-97ed-ba7a069af1ca | InvocationID=09421010-b180-11ed-97ed-ba7a069af1ca | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:38:19+0000 | aai_event_thread | 140002739616544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fe053722-b17f-11ed-97ed-ba7a069af1ca | InvocationID=fe0538e4-b17f-11ed-97ed-ba7a069af1ca | Polling MR for XNF AAI events.
2023-02-21T00:38:19+0000 | aai_event_thread | 140002739616544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=09f4ccdc-b180-11ed-97ed-ba7a069af1ca | InvocationID=09f4ce9e-b180-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-21T00:38:19+0000 | aai_event_thread | 140002739616544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=09f4ccdc-b180-11ed-97ed-ba7a069af1ca | InvocationID=09f4ce9e-b180-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:38:19+0000 | aai_event_thread | 140002739616544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=09f4ccdc-b180-11ed-97ed-ba7a069af1ca | InvocationID=09f4ce9e-b180-11ed-97ed-ba7a069af1ca | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:38:39+0000 | aai_event_thread | 140002739616544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=09f4ccdc-b180-11ed-97ed-ba7a069af1ca | InvocationID=09f4ce9e-b180-11ed-97ed-ba7a069af1ca | Polling MR for XNF AAI events.
2023-02-21T00:38:39+0000 | aai_event_thread | 140002739616544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=15e3b620-b180-11ed-97ed-ba7a069af1ca | InvocationID=15e3b8d2-b180-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-21T00:38:39+0000 | aai_event_thread | 140002739616544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=15e3b620-b180-11ed-97ed-ba7a069af1ca | InvocationID=15e3b8d2-b180-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:38:39+0000 | aai_event_thread | 140002739616544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=15e3b620-b180-11ed-97ed-ba7a069af1ca | InvocationID=15e3b8d2-b180-11ed-97ed-ba7a069af1ca | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:38:43+0000 | policy_event_thread | 140002740677408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=09420e58-b180-11ed-97ed-ba7a069af1ca | InvocationID=09421010-b180-11ed-97ed-ba7a069af1ca | Polling MR for XNF activation/deactivation policy response events.
2023-02-21T00:38:43+0000 | policy_event_thread | 140002740677408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=182edaae-b180-11ed-97ed-ba7a069af1ca | InvocationID=182ee4ae-b180-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-21T00:38:43+0000 | policy_event_thread | 140002740677408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=182edaae-b180-11ed-97ed-ba7a069af1ca | InvocationID=182ee4ae-b180-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:38:43+0000 | policy_event_thread | 140002740677408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=182edaae-b180-11ed-97ed-ba7a069af1ca | InvocationID=182ee4ae-b180-11ed-97ed-ba7a069af1ca | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:38:59+0000 | aai_event_thread | 140002739616544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=15e3b620-b180-11ed-97ed-ba7a069af1ca | InvocationID=15e3b8d2-b180-11ed-97ed-ba7a069af1ca | Polling MR for XNF AAI events.
2023-02-21T00:39:00+0000 | aai_event_thread | 140002739616544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=21d6d14c-b180-11ed-97ed-ba7a069af1ca | InvocationID=21d6d3cc-b180-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-21T00:39:00+0000 | aai_event_thread | 140002739616544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=21d6d14c-b180-11ed-97ed-ba7a069af1ca | InvocationID=21d6d3cc-b180-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:39:00+0000 | aai_event_thread | 140002739616544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=21d6d14c-b180-11ed-97ed-ba7a069af1ca | InvocationID=21d6d3cc-b180-11ed-97ed-ba7a069af1ca | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:39:08+0000 | policy_event_thread | 140002740677408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=182edaae-b180-11ed-97ed-ba7a069af1ca | InvocationID=182ee4ae-b180-11ed-97ed-ba7a069af1ca | Polling MR for XNF activation/deactivation policy response events.
2023-02-21T00:39:08+0000 | policy_event_thread | 140002740677408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2719158e-b180-11ed-97ed-ba7a069af1ca | InvocationID=27191778-b180-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-21T00:39:08+0000 | policy_event_thread | 140002740677408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2719158e-b180-11ed-97ed-ba7a069af1ca | InvocationID=27191778-b180-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:39:08+0000 | policy_event_thread | 140002740677408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2719158e-b180-11ed-97ed-ba7a069af1ca | InvocationID=27191778-b180-11ed-97ed-ba7a069af1ca | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:39:20+0000 | aai_event_thread | 140002739616544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=21d6d14c-b180-11ed-97ed-ba7a069af1ca | InvocationID=21d6d3cc-b180-11ed-97ed-ba7a069af1ca | Polling MR for XNF AAI events.
2023-02-21T00:39:20+0000 | aai_event_thread | 140002739616544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2dcae092-b180-11ed-97ed-ba7a069af1ca | InvocationID=2dcae312-b180-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-21T00:39:20+0000 | aai_event_thread | 140002739616544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2dcae092-b180-11ed-97ed-ba7a069af1ca | InvocationID=2dcae312-b180-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:39:20+0000 | aai_event_thread | 140002739616544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2dcae092-b180-11ed-97ed-ba7a069af1ca | InvocationID=2dcae312-b180-11ed-97ed-ba7a069af1ca | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:39:33+0000 | policy_event_thread | 140002740677408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2719158e-b180-11ed-97ed-ba7a069af1ca | InvocationID=27191778-b180-11ed-97ed-ba7a069af1ca | Polling MR for XNF activation/deactivation policy response events.
2023-02-21T00:39:33+0000 | policy_event_thread | 140002740677408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3606792e-b180-11ed-97ed-ba7a069af1ca | InvocationID=36067c8a-b180-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-21T00:39:33+0000 | policy_event_thread | 140002740677408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3606792e-b180-11ed-97ed-ba7a069af1ca | InvocationID=36067c8a-b180-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:39:33+0000 | policy_event_thread | 140002740677408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3606792e-b180-11ed-97ed-ba7a069af1ca | InvocationID=36067c8a-b180-11ed-97ed-ba7a069af1ca | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:39:40+0000 | aai_event_thread | 140002739616544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2dcae092-b180-11ed-97ed-ba7a069af1ca | InvocationID=2dcae312-b180-11ed-97ed-ba7a069af1ca | Polling MR for XNF AAI events.
2023-02-21T00:39:40+0000 | aai_event_thread | 140002739616544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=39bce3c8-b180-11ed-97ed-ba7a069af1ca | InvocationID=39bce580-b180-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-21T00:39:40+0000 | aai_event_thread | 140002739616544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=39bce3c8-b180-11ed-97ed-ba7a069af1ca | InvocationID=39bce580-b180-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:39:40+0000 | aai_event_thread | 140002739616544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=39bce3c8-b180-11ed-97ed-ba7a069af1ca | InvocationID=39bce580-b180-11ed-97ed-ba7a069af1ca | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:39:58+0000 | policy_event_thread | 140002740677408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3606792e-b180-11ed-97ed-ba7a069af1ca | InvocationID=36067c8a-b180-11ed-97ed-ba7a069af1ca | Polling MR for XNF activation/deactivation policy response events.
2023-02-21T00:39:58+0000 | policy_event_thread | 140002740677408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=44fa3c86-b180-11ed-97ed-ba7a069af1ca | InvocationID=44fa41cc-b180-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-21T00:39:59+0000 | policy_event_thread | 140002740677408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=44fa3c86-b180-11ed-97ed-ba7a069af1ca | InvocationID=44fa41cc-b180-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:39:59+0000 | policy_event_thread | 140002740677408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=44fa3c86-b180-11ed-97ed-ba7a069af1ca | InvocationID=44fa41cc-b180-11ed-97ed-ba7a069af1ca | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:40:00+0000 | aai_event_thread | 140002739616544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=39bce3c8-b180-11ed-97ed-ba7a069af1ca | InvocationID=39bce580-b180-11ed-97ed-ba7a069af1ca | Polling MR for XNF AAI events.
2023-02-21T00:40:00+0000 | aai_event_thread | 140002739616544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=45ac4dd6-b180-11ed-97ed-ba7a069af1ca | InvocationID=45ac694c-b180-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-21T00:40:00+0000 | aai_event_thread | 140002739616544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=45ac4dd6-b180-11ed-97ed-ba7a069af1ca | InvocationID=45ac694c-b180-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:40:00+0000 | aai_event_thread | 140002739616544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=45ac4dd6-b180-11ed-97ed-ba7a069af1ca | InvocationID=45ac694c-b180-11ed-97ed-ba7a069af1ca | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:40:20+0000 | aai_event_thread | 140002739616544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=45ac4dd6-b180-11ed-97ed-ba7a069af1ca | InvocationID=45ac694c-b180-11ed-97ed-ba7a069af1ca | Polling MR for XNF AAI events.
2023-02-21T00:40:20+0000 | aai_event_thread | 140002739616544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=519c21ac-b180-11ed-97ed-ba7a069af1ca | InvocationID=519c242c-b180-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-21T00:40:20+0000 | aai_event_thread | 140002739616544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=519c21ac-b180-11ed-97ed-ba7a069af1ca | InvocationID=519c242c-b180-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:40:20+0000 | aai_event_thread | 140002739616544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=519c21ac-b180-11ed-97ed-ba7a069af1ca | InvocationID=519c242c-b180-11ed-97ed-ba7a069af1ca | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:40:24+0000 | policy_event_thread | 140002740677408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=44fa3c86-b180-11ed-97ed-ba7a069af1ca | InvocationID=44fa41cc-b180-11ed-97ed-ba7a069af1ca | Polling MR for XNF activation/deactivation policy response events.
2023-02-21T00:40:24+0000 | policy_event_thread | 140002740677408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=53e916b8-b180-11ed-97ed-ba7a069af1ca | InvocationID=53e91884-b180-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-21T00:40:24+0000 | policy_event_thread | 140002740677408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=53e916b8-b180-11ed-97ed-ba7a069af1ca | InvocationID=53e91884-b180-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:40:24+0000 | policy_event_thread | 140002740677408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=53e916b8-b180-11ed-97ed-ba7a069af1ca | InvocationID=53e91884-b180-11ed-97ed-ba7a069af1ca | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:40:40+0000 | aai_event_thread | 140002739616544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=519c21ac-b180-11ed-97ed-ba7a069af1ca | InvocationID=519c242c-b180-11ed-97ed-ba7a069af1ca | Polling MR for XNF AAI events.
2023-02-21T00:40:40+0000 | aai_event_thread | 140002739616544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5d8efd2c-b180-11ed-97ed-ba7a069af1ca | InvocationID=5d8f0132-b180-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-21T00:40:40+0000 | aai_event_thread | 140002739616544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5d8efd2c-b180-11ed-97ed-ba7a069af1ca | InvocationID=5d8f0132-b180-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:40:40+0000 | aai_event_thread | 140002739616544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5d8efd2c-b180-11ed-97ed-ba7a069af1ca | InvocationID=5d8f0132-b180-11ed-97ed-ba7a069af1ca | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:40:49+0000 | policy_event_thread | 140002740677408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=53e916b8-b180-11ed-97ed-ba7a069af1ca | InvocationID=53e91884-b180-11ed-97ed-ba7a069af1ca | Polling MR for XNF activation/deactivation policy response events.
2023-02-21T00:40:49+0000 | policy_event_thread | 140002740677408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=62d3256a-b180-11ed-97ed-ba7a069af1ca | InvocationID=62d32a92-b180-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-21T00:40:49+0000 | policy_event_thread | 140002740677408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=62d3256a-b180-11ed-97ed-ba7a069af1ca | InvocationID=62d32a92-b180-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:40:49+0000 | policy_event_thread | 140002740677408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=62d3256a-b180-11ed-97ed-ba7a069af1ca | InvocationID=62d32a92-b180-11ed-97ed-ba7a069af1ca | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:41:00+0000 | aai_event_thread | 140002739616544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5d8efd2c-b180-11ed-97ed-ba7a069af1ca | InvocationID=5d8f0132-b180-11ed-97ed-ba7a069af1ca | Polling MR for XNF AAI events.
2023-02-21T00:41:00+0000 | aai_event_thread | 140002739616544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=69820c5a-b180-11ed-97ed-ba7a069af1ca | InvocationID=69820e58-b180-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-21T00:41:00+0000 | aai_event_thread | 140002739616544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=69820c5a-b180-11ed-97ed-ba7a069af1ca | InvocationID=69820e58-b180-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:41:00+0000 | aai_event_thread | 140002739616544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=69820c5a-b180-11ed-97ed-ba7a069af1ca | InvocationID=69820e58-b180-11ed-97ed-ba7a069af1ca | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:41:14+0000 | policy_event_thread | 140002740677408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=62d3256a-b180-11ed-97ed-ba7a069af1ca | InvocationID=62d32a92-b180-11ed-97ed-ba7a069af1ca | Polling MR for XNF activation/deactivation policy response events.
2023-02-21T00:41:14+0000 | policy_event_thread | 140002740677408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=71bd3a3e-b180-11ed-97ed-ba7a069af1ca | InvocationID=71bd3e58-b180-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-21T00:41:14+0000 | policy_event_thread | 140002740677408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=71bd3a3e-b180-11ed-97ed-ba7a069af1ca | InvocationID=71bd3e58-b180-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:41:14+0000 | policy_event_thread | 140002740677408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=71bd3a3e-b180-11ed-97ed-ba7a069af1ca | InvocationID=71bd3e58-b180-11ed-97ed-ba7a069af1ca | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:41:20+0000 | aai_event_thread | 140002739616544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=69820c5a-b180-11ed-97ed-ba7a069af1ca | InvocationID=69820e58-b180-11ed-97ed-ba7a069af1ca | Polling MR for XNF AAI events.
2023-02-21T00:41:20+0000 | aai_event_thread | 140002739616544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7573fab4-b180-11ed-97ed-ba7a069af1ca | InvocationID=7573fc6c-b180-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-21T00:41:20+0000 | aai_event_thread | 140002739616544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7573fab4-b180-11ed-97ed-ba7a069af1ca | InvocationID=7573fc6c-b180-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:41:20+0000 | aai_event_thread | 140002739616544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7573fab4-b180-11ed-97ed-ba7a069af1ca | InvocationID=7573fc6c-b180-11ed-97ed-ba7a069af1ca | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:41:39+0000 | policy_event_thread | 140002740677408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=71bd3a3e-b180-11ed-97ed-ba7a069af1ca | InvocationID=71bd3e58-b180-11ed-97ed-ba7a069af1ca | Polling MR for XNF activation/deactivation policy response events.
2023-02-21T00:41:39+0000 | policy_event_thread | 140002740677408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=80ae8048-b180-11ed-97ed-ba7a069af1ca | InvocationID=80ae82e6-b180-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-21T00:41:39+0000 | policy_event_thread | 140002740677408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=80ae8048-b180-11ed-97ed-ba7a069af1ca | InvocationID=80ae82e6-b180-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:41:39+0000 | policy_event_thread | 140002740677408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=80ae8048-b180-11ed-97ed-ba7a069af1ca | InvocationID=80ae82e6-b180-11ed-97ed-ba7a069af1ca | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:41:40+0000 | aai_event_thread | 140002739616544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7573fab4-b180-11ed-97ed-ba7a069af1ca | InvocationID=7573fc6c-b180-11ed-97ed-ba7a069af1ca | Polling MR for XNF AAI events.
2023-02-21T00:41:40+0000 | aai_event_thread | 140002739616544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=816309be-b180-11ed-97ed-ba7a069af1ca | InvocationID=81630b94-b180-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-21T00:41:40+0000 | aai_event_thread | 140002739616544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=816309be-b180-11ed-97ed-ba7a069af1ca | InvocationID=81630b94-b180-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:41:40+0000 | aai_event_thread | 140002739616544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=816309be-b180-11ed-97ed-ba7a069af1ca | InvocationID=81630b94-b180-11ed-97ed-ba7a069af1ca | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:42:00+0000 | aai_event_thread | 140002739616544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=816309be-b180-11ed-97ed-ba7a069af1ca | InvocationID=81630b94-b180-11ed-97ed-ba7a069af1ca | Polling MR for XNF AAI events.
2023-02-21T00:42:00+0000 | aai_event_thread | 140002739616544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8d521bd4-b180-11ed-97ed-ba7a069af1ca | InvocationID=8d521e36-b180-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-21T00:42:00+0000 | aai_event_thread | 140002739616544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8d521bd4-b180-11ed-97ed-ba7a069af1ca | InvocationID=8d521e36-b180-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:42:00+0000 | aai_event_thread | 140002739616544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8d521bd4-b180-11ed-97ed-ba7a069af1ca | InvocationID=8d521e36-b180-11ed-97ed-ba7a069af1ca | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:42:04+0000 | policy_event_thread | 140002740677408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=80ae8048-b180-11ed-97ed-ba7a069af1ca | InvocationID=80ae82e6-b180-11ed-97ed-ba7a069af1ca | Polling MR for XNF activation/deactivation policy response events.
2023-02-21T00:42:04+0000 | policy_event_thread | 140002740677408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8f9c0594-b180-11ed-97ed-ba7a069af1ca | InvocationID=8f9c07b0-b180-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-21T00:42:04+0000 | policy_event_thread | 140002740677408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8f9c0594-b180-11ed-97ed-ba7a069af1ca | InvocationID=8f9c07b0-b180-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:42:04+0000 | policy_event_thread | 140002740677408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8f9c0594-b180-11ed-97ed-ba7a069af1ca | InvocationID=8f9c07b0-b180-11ed-97ed-ba7a069af1ca | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:42:20+0000 | aai_event_thread | 140002739616544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8d521bd4-b180-11ed-97ed-ba7a069af1ca | InvocationID=8d521e36-b180-11ed-97ed-ba7a069af1ca | Polling MR for XNF AAI events.
2023-02-21T00:42:20+0000 | aai_event_thread | 140002739616544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=99452404-b180-11ed-97ed-ba7a069af1ca | InvocationID=994525da-b180-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-21T00:42:20+0000 | aai_event_thread | 140002739616544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=99452404-b180-11ed-97ed-ba7a069af1ca | InvocationID=994525da-b180-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:42:20+0000 | aai_event_thread | 140002739616544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=99452404-b180-11ed-97ed-ba7a069af1ca | InvocationID=994525da-b180-11ed-97ed-ba7a069af1ca | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:42:29+0000 | policy_event_thread | 140002740677408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8f9c0594-b180-11ed-97ed-ba7a069af1ca | InvocationID=8f9c07b0-b180-11ed-97ed-ba7a069af1ca | Polling MR for XNF activation/deactivation policy response events.
2023-02-21T00:42:29+0000 | policy_event_thread | 140002740677408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9e8796b8-b180-11ed-97ed-ba7a069af1ca | InvocationID=9e87992e-b180-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-21T00:42:29+0000 | policy_event_thread | 140002740677408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9e8796b8-b180-11ed-97ed-ba7a069af1ca | InvocationID=9e87992e-b180-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:42:29+0000 | policy_event_thread | 140002740677408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9e8796b8-b180-11ed-97ed-ba7a069af1ca | InvocationID=9e87992e-b180-11ed-97ed-ba7a069af1ca | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:42:40+0000 | aai_event_thread | 140002739616544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=99452404-b180-11ed-97ed-ba7a069af1ca | InvocationID=994525da-b180-11ed-97ed-ba7a069af1ca | Polling MR for XNF AAI events.
2023-02-21T00:42:40+0000 | aai_event_thread | 140002739616544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a5384124-b180-11ed-97ed-ba7a069af1ca | InvocationID=a53842d2-b180-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-21T00:42:40+0000 | aai_event_thread | 140002739616544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a5384124-b180-11ed-97ed-ba7a069af1ca | InvocationID=a53842d2-b180-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:42:40+0000 | aai_event_thread | 140002739616544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a5384124-b180-11ed-97ed-ba7a069af1ca | InvocationID=a53842d2-b180-11ed-97ed-ba7a069af1ca | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:42:54+0000 | policy_event_thread | 140002740677408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9e8796b8-b180-11ed-97ed-ba7a069af1ca | InvocationID=9e87992e-b180-11ed-97ed-ba7a069af1ca | Polling MR for XNF activation/deactivation policy response events.
2023-02-21T00:42:54+0000 | policy_event_thread | 140002740677408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ad731d8c-b180-11ed-97ed-ba7a069af1ca | InvocationID=ad731f44-b180-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-21T00:42:54+0000 | policy_event_thread | 140002740677408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ad731d8c-b180-11ed-97ed-ba7a069af1ca | InvocationID=ad731f44-b180-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:42:54+0000 | policy_event_thread | 140002740677408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ad731d8c-b180-11ed-97ed-ba7a069af1ca | InvocationID=ad731f44-b180-11ed-97ed-ba7a069af1ca | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:43:00+0000 | aai_event_thread | 140002739616544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a5384124-b180-11ed-97ed-ba7a069af1ca | InvocationID=a53842d2-b180-11ed-97ed-ba7a069af1ca | Polling MR for XNF AAI events.
2023-02-21T00:43:00+0000 | aai_event_thread | 140002739616544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b12bda2c-b180-11ed-97ed-ba7a069af1ca | InvocationID=b12bdbda-b180-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-21T00:43:00+0000 | aai_event_thread | 140002739616544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b12bda2c-b180-11ed-97ed-ba7a069af1ca | InvocationID=b12bdbda-b180-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:43:00+0000 | aai_event_thread | 140002739616544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b12bda2c-b180-11ed-97ed-ba7a069af1ca | InvocationID=b12bdbda-b180-11ed-97ed-ba7a069af1ca | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:43:19+0000 | policy_event_thread | 140002740677408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ad731d8c-b180-11ed-97ed-ba7a069af1ca | InvocationID=ad731f44-b180-11ed-97ed-ba7a069af1ca | Polling MR for XNF activation/deactivation policy response events.
2023-02-21T00:43:19+0000 | policy_event_thread | 140002740677408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bc603758-b180-11ed-97ed-ba7a069af1ca | InvocationID=bc60394c-b180-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-21T00:43:19+0000 | policy_event_thread | 140002740677408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bc603758-b180-11ed-97ed-ba7a069af1ca | InvocationID=bc60394c-b180-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:43:19+0000 | policy_event_thread | 140002740677408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bc603758-b180-11ed-97ed-ba7a069af1ca | InvocationID=bc60394c-b180-11ed-97ed-ba7a069af1ca | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:43:20+0000 | aai_event_thread | 140002739616544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b12bda2c-b180-11ed-97ed-ba7a069af1ca | InvocationID=b12bdbda-b180-11ed-97ed-ba7a069af1ca | Polling MR for XNF AAI events.
2023-02-21T00:43:20+0000 | aai_event_thread | 140002739616544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bd1b6c44-b180-11ed-97ed-ba7a069af1ca | InvocationID=bd1b6dfc-b180-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-21T00:43:20+0000 | aai_event_thread | 140002739616544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bd1b6c44-b180-11ed-97ed-ba7a069af1ca | InvocationID=bd1b6dfc-b180-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:43:20+0000 | aai_event_thread | 140002739616544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bd1b6c44-b180-11ed-97ed-ba7a069af1ca | InvocationID=bd1b6dfc-b180-11ed-97ed-ba7a069af1ca | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:43:40+0000 | aai_event_thread | 140002739616544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bd1b6c44-b180-11ed-97ed-ba7a069af1ca | InvocationID=bd1b6dfc-b180-11ed-97ed-ba7a069af1ca | Polling MR for XNF AAI events.
2023-02-21T00:43:40+0000 | aai_event_thread | 140002739616544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c90a55a6-b180-11ed-97ed-ba7a069af1ca | InvocationID=c90a575e-b180-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-21T00:43:40+0000 | aai_event_thread | 140002739616544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c90a55a6-b180-11ed-97ed-ba7a069af1ca | InvocationID=c90a575e-b180-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:43:40+0000 | aai_event_thread | 140002739616544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c90a55a6-b180-11ed-97ed-ba7a069af1ca | InvocationID=c90a575e-b180-11ed-97ed-ba7a069af1ca | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:43:44+0000 | policy_event_thread | 140002740677408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bc603758-b180-11ed-97ed-ba7a069af1ca | InvocationID=bc60394c-b180-11ed-97ed-ba7a069af1ca | Polling MR for XNF activation/deactivation policy response events.
2023-02-21T00:43:44+0000 | policy_event_thread | 140002740677408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cb4e27d4-b180-11ed-97ed-ba7a069af1ca | InvocationID=cb4e2996-b180-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-21T00:43:44+0000 | policy_event_thread | 140002740677408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cb4e27d4-b180-11ed-97ed-ba7a069af1ca | InvocationID=cb4e2996-b180-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:43:44+0000 | policy_event_thread | 140002740677408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cb4e27d4-b180-11ed-97ed-ba7a069af1ca | InvocationID=cb4e2996-b180-11ed-97ed-ba7a069af1ca | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:44:00+0000 | aai_event_thread | 140002739616544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c90a55a6-b180-11ed-97ed-ba7a069af1ca | InvocationID=c90a575e-b180-11ed-97ed-ba7a069af1ca | Polling MR for XNF AAI events.
2023-02-21T00:44:00+0000 | aai_event_thread | 140002739616544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d4fc50bc-b180-11ed-97ed-ba7a069af1ca | InvocationID=d4fc5288-b180-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-21T00:44:00+0000 | aai_event_thread | 140002739616544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d4fc50bc-b180-11ed-97ed-ba7a069af1ca | InvocationID=d4fc5288-b180-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:44:00+0000 | aai_event_thread | 140002739616544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d4fc50bc-b180-11ed-97ed-ba7a069af1ca | InvocationID=d4fc5288-b180-11ed-97ed-ba7a069af1ca | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:44:09+0000 | policy_event_thread | 140002740677408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cb4e27d4-b180-11ed-97ed-ba7a069af1ca | InvocationID=cb4e2996-b180-11ed-97ed-ba7a069af1ca | Polling MR for XNF activation/deactivation policy response events.
2023-02-21T00:44:09+0000 | policy_event_thread | 140002740677408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=da387204-b180-11ed-97ed-ba7a069af1ca | InvocationID=da387484-b180-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-21T00:44:09+0000 | policy_event_thread | 140002740677408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=da387204-b180-11ed-97ed-ba7a069af1ca | InvocationID=da387484-b180-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:44:09+0000 | policy_event_thread | 140002740677408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=da387204-b180-11ed-97ed-ba7a069af1ca | InvocationID=da387484-b180-11ed-97ed-ba7a069af1ca | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:44:20+0000 | aai_event_thread | 140002739616544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d4fc50bc-b180-11ed-97ed-ba7a069af1ca | InvocationID=d4fc5288-b180-11ed-97ed-ba7a069af1ca | Polling MR for XNF AAI events.
2023-02-21T00:44:20+0000 | aai_event_thread | 140002739616544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e0f49212-b180-11ed-97ed-ba7a069af1ca | InvocationID=e0f493c0-b180-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-21T00:44:20+0000 | aai_event_thread | 140002739616544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e0f49212-b180-11ed-97ed-ba7a069af1ca | InvocationID=e0f493c0-b180-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:44:20+0000 | aai_event_thread | 140002739616544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e0f49212-b180-11ed-97ed-ba7a069af1ca | InvocationID=e0f493c0-b180-11ed-97ed-ba7a069af1ca | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:44:34+0000 | policy_event_thread | 140002740677408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=da387204-b180-11ed-97ed-ba7a069af1ca | InvocationID=da387484-b180-11ed-97ed-ba7a069af1ca | Polling MR for XNF activation/deactivation policy response events.
2023-02-21T00:44:34+0000 | policy_event_thread | 140002740677408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e92358e2-b180-11ed-97ed-ba7a069af1ca | InvocationID=e9235b08-b180-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-21T00:44:34+0000 | policy_event_thread | 140002740677408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e92358e2-b180-11ed-97ed-ba7a069af1ca | InvocationID=e9235b08-b180-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:44:34+0000 | policy_event_thread | 140002740677408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e92358e2-b180-11ed-97ed-ba7a069af1ca | InvocationID=e9235b08-b180-11ed-97ed-ba7a069af1ca | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:44:40+0000 | aai_event_thread | 140002739616544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e0f49212-b180-11ed-97ed-ba7a069af1ca | InvocationID=e0f493c0-b180-11ed-97ed-ba7a069af1ca | Polling MR for XNF AAI events.
2023-02-21T00:44:40+0000 | aai_event_thread | 140002739616544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ece7a906-b180-11ed-97ed-ba7a069af1ca | InvocationID=ece7aad2-b180-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-21T00:44:40+0000 | aai_event_thread | 140002739616544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ece7a906-b180-11ed-97ed-ba7a069af1ca | InvocationID=ece7aad2-b180-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:44:40+0000 | aai_event_thread | 140002739616544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ece7a906-b180-11ed-97ed-ba7a069af1ca | InvocationID=ece7aad2-b180-11ed-97ed-ba7a069af1ca | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:44:59+0000 | policy_event_thread | 140002740677408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e92358e2-b180-11ed-97ed-ba7a069af1ca | InvocationID=e9235b08-b180-11ed-97ed-ba7a069af1ca | Polling MR for XNF activation/deactivation policy response events.
2023-02-21T00:44:59+0000 | policy_event_thread | 140002740677408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f8121708-b180-11ed-97ed-ba7a069af1ca | InvocationID=f8121992-b180-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-21T00:44:59+0000 | policy_event_thread | 140002740677408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f8121708-b180-11ed-97ed-ba7a069af1ca | InvocationID=f8121992-b180-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:44:59+0000 | policy_event_thread | 140002740677408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f8121708-b180-11ed-97ed-ba7a069af1ca | InvocationID=f8121992-b180-11ed-97ed-ba7a069af1ca | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:45:00+0000 | aai_event_thread | 140002739616544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ece7a906-b180-11ed-97ed-ba7a069af1ca | InvocationID=ece7aad2-b180-11ed-97ed-ba7a069af1ca | Polling MR for XNF AAI events.
2023-02-21T00:45:00+0000 | aai_event_thread | 140002739616544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f8daab50-b180-11ed-97ed-ba7a069af1ca | InvocationID=f8dabaf0-b180-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-21T00:45:00+0000 | aai_event_thread | 140002739616544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f8daab50-b180-11ed-97ed-ba7a069af1ca | InvocationID=f8dabaf0-b180-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:45:00+0000 | aai_event_thread | 140002739616544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f8daab50-b180-11ed-97ed-ba7a069af1ca | InvocationID=f8dabaf0-b180-11ed-97ed-ba7a069af1ca | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:45:20+0000 | aai_event_thread | 140002739616544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f8daab50-b180-11ed-97ed-ba7a069af1ca | InvocationID=f8dabaf0-b180-11ed-97ed-ba7a069af1ca | Polling MR for XNF AAI events.
2023-02-21T00:45:20+0000 | aai_event_thread | 140002739616544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=04ca7d1e-b181-11ed-97ed-ba7a069af1ca | InvocationID=04ca7efe-b181-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-21T00:45:20+0000 | aai_event_thread | 140002739616544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=04ca7d1e-b181-11ed-97ed-ba7a069af1ca | InvocationID=04ca7efe-b181-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:45:20+0000 | aai_event_thread | 140002739616544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=04ca7d1e-b181-11ed-97ed-ba7a069af1ca | InvocationID=04ca7efe-b181-11ed-97ed-ba7a069af1ca | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:45:24+0000 | policy_event_thread | 140002740677408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f8121708-b180-11ed-97ed-ba7a069af1ca | InvocationID=f8121992-b180-11ed-97ed-ba7a069af1ca | Polling MR for XNF activation/deactivation policy response events.
2023-02-21T00:45:24+0000 | policy_event_thread | 140002740677408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=07006c4c-b181-11ed-97ed-ba7a069af1ca | InvocationID=07006f80-b181-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-21T00:45:24+0000 | policy_event_thread | 140002740677408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=07006c4c-b181-11ed-97ed-ba7a069af1ca | InvocationID=07006f80-b181-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:45:24+0000 | policy_event_thread | 140002740677408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=07006c4c-b181-11ed-97ed-ba7a069af1ca | InvocationID=07006f80-b181-11ed-97ed-ba7a069af1ca | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:45:40+0000 | aai_event_thread | 140002739616544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=04ca7d1e-b181-11ed-97ed-ba7a069af1ca | InvocationID=04ca7efe-b181-11ed-97ed-ba7a069af1ca | Polling MR for XNF AAI events.
2023-02-21T00:45:40+0000 | aai_event_thread | 140002739616544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=10bf4de8-b181-11ed-97ed-ba7a069af1ca | InvocationID=10bf50d6-b181-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-21T00:45:40+0000 | aai_event_thread | 140002739616544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=10bf4de8-b181-11ed-97ed-ba7a069af1ca | InvocationID=10bf50d6-b181-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:45:40+0000 | aai_event_thread | 140002739616544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=10bf4de8-b181-11ed-97ed-ba7a069af1ca | InvocationID=10bf50d6-b181-11ed-97ed-ba7a069af1ca | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:45:49+0000 | policy_event_thread | 140002740677408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=07006c4c-b181-11ed-97ed-ba7a069af1ca | InvocationID=07006f80-b181-11ed-97ed-ba7a069af1ca | Polling MR for XNF activation/deactivation policy response events.
2023-02-21T00:45:49+0000 | policy_event_thread | 140002740677408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=15eb1df6-b181-11ed-97ed-ba7a069af1ca | InvocationID=15eb2198-b181-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-21T00:45:49+0000 | policy_event_thread | 140002740677408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=15eb1df6-b181-11ed-97ed-ba7a069af1ca | InvocationID=15eb2198-b181-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:45:49+0000 | policy_event_thread | 140002740677408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=15eb1df6-b181-11ed-97ed-ba7a069af1ca | InvocationID=15eb2198-b181-11ed-97ed-ba7a069af1ca | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:46:00+0000 | aai_event_thread | 140002739616544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=10bf4de8-b181-11ed-97ed-ba7a069af1ca | InvocationID=10bf50d6-b181-11ed-97ed-ba7a069af1ca | Polling MR for XNF AAI events.
2023-02-21T00:46:00+0000 | aai_event_thread | 140002739616544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1cb331a0-b181-11ed-97ed-ba7a069af1ca | InvocationID=1cb334de-b181-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-21T00:46:00+0000 | aai_event_thread | 140002739616544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1cb331a0-b181-11ed-97ed-ba7a069af1ca | InvocationID=1cb334de-b181-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:46:00+0000 | aai_event_thread | 140002739616544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1cb331a0-b181-11ed-97ed-ba7a069af1ca | InvocationID=1cb334de-b181-11ed-97ed-ba7a069af1ca | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:46:14+0000 | policy_event_thread | 140002740677408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=15eb1df6-b181-11ed-97ed-ba7a069af1ca | InvocationID=15eb2198-b181-11ed-97ed-ba7a069af1ca | Polling MR for XNF activation/deactivation policy response events.
2023-02-21T00:46:14+0000 | policy_event_thread | 140002740677408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=24d73dea-b181-11ed-97ed-ba7a069af1ca | InvocationID=24d740a6-b181-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-21T00:46:14+0000 | policy_event_thread | 140002740677408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=24d73dea-b181-11ed-97ed-ba7a069af1ca | InvocationID=24d740a6-b181-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:46:14+0000 | policy_event_thread | 140002740677408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=24d73dea-b181-11ed-97ed-ba7a069af1ca | InvocationID=24d740a6-b181-11ed-97ed-ba7a069af1ca | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:46:20+0000 | aai_event_thread | 140002739616544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1cb331a0-b181-11ed-97ed-ba7a069af1ca | InvocationID=1cb334de-b181-11ed-97ed-ba7a069af1ca | Polling MR for XNF AAI events.
2023-02-21T00:46:20+0000 | aai_event_thread | 140002739616544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=28a73d1c-b181-11ed-97ed-ba7a069af1ca | InvocationID=28a73f1a-b181-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-21T00:46:20+0000 | aai_event_thread | 140002739616544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=28a73d1c-b181-11ed-97ed-ba7a069af1ca | InvocationID=28a73f1a-b181-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:46:20+0000 | aai_event_thread | 140002739616544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=28a73d1c-b181-11ed-97ed-ba7a069af1ca | InvocationID=28a73f1a-b181-11ed-97ed-ba7a069af1ca | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:46:39+0000 | policy_event_thread | 140002740677408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=24d73dea-b181-11ed-97ed-ba7a069af1ca | InvocationID=24d740a6-b181-11ed-97ed-ba7a069af1ca | Polling MR for XNF activation/deactivation policy response events.
2023-02-21T00:46:39+0000 | policy_event_thread | 140002740677408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=33c3302a-b181-11ed-97ed-ba7a069af1ca | InvocationID=33c334e4-b181-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-21T00:46:39+0000 | policy_event_thread | 140002740677408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=33c3302a-b181-11ed-97ed-ba7a069af1ca | InvocationID=33c334e4-b181-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:46:39+0000 | policy_event_thread | 140002740677408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=33c3302a-b181-11ed-97ed-ba7a069af1ca | InvocationID=33c334e4-b181-11ed-97ed-ba7a069af1ca | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:46:40+0000 | aai_event_thread | 140002739616544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=28a73d1c-b181-11ed-97ed-ba7a069af1ca | InvocationID=28a73f1a-b181-11ed-97ed-ba7a069af1ca | Polling MR for XNF AAI events.
2023-02-21T00:46:40+0000 | aai_event_thread | 140002739616544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=349771fa-b181-11ed-97ed-ba7a069af1ca | InvocationID=34977434-b181-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-21T00:46:40+0000 | aai_event_thread | 140002739616544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=349771fa-b181-11ed-97ed-ba7a069af1ca | InvocationID=34977434-b181-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:46:40+0000 | aai_event_thread | 140002739616544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=349771fa-b181-11ed-97ed-ba7a069af1ca | InvocationID=34977434-b181-11ed-97ed-ba7a069af1ca | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:47:00+0000 | aai_event_thread | 140002739616544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=349771fa-b181-11ed-97ed-ba7a069af1ca | InvocationID=34977434-b181-11ed-97ed-ba7a069af1ca | Polling MR for XNF AAI events.
2023-02-21T00:47:00+0000 | aai_event_thread | 140002739616544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4086c362-b181-11ed-97ed-ba7a069af1ca | InvocationID=4086c52e-b181-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-21T00:47:01+0000 | aai_event_thread | 140002739616544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4086c362-b181-11ed-97ed-ba7a069af1ca | InvocationID=4086c52e-b181-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:47:01+0000 | aai_event_thread | 140002739616544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4086c362-b181-11ed-97ed-ba7a069af1ca | InvocationID=4086c52e-b181-11ed-97ed-ba7a069af1ca | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:47:04+0000 | policy_event_thread | 140002740677408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=33c3302a-b181-11ed-97ed-ba7a069af1ca | InvocationID=33c334e4-b181-11ed-97ed-ba7a069af1ca | Polling MR for XNF activation/deactivation policy response events.
2023-02-21T00:47:04+0000 | policy_event_thread | 140002740677408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=42b1eebe-b181-11ed-97ed-ba7a069af1ca | InvocationID=42b1f076-b181-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-21T00:47:04+0000 | policy_event_thread | 140002740677408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=42b1eebe-b181-11ed-97ed-ba7a069af1ca | InvocationID=42b1f076-b181-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:47:04+0000 | policy_event_thread | 140002740677408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=42b1eebe-b181-11ed-97ed-ba7a069af1ca | InvocationID=42b1f076-b181-11ed-97ed-ba7a069af1ca | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:47:21+0000 | aai_event_thread | 140002739616544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4086c362-b181-11ed-97ed-ba7a069af1ca | InvocationID=4086c52e-b181-11ed-97ed-ba7a069af1ca | Polling MR for XNF AAI events.
2023-02-21T00:47:21+0000 | aai_event_thread | 140002739616544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4c7adc58-b181-11ed-97ed-ba7a069af1ca | InvocationID=4c7ae072-b181-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-21T00:47:21+0000 | aai_event_thread | 140002739616544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4c7adc58-b181-11ed-97ed-ba7a069af1ca | InvocationID=4c7ae072-b181-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:47:21+0000 | aai_event_thread | 140002739616544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4c7adc58-b181-11ed-97ed-ba7a069af1ca | InvocationID=4c7ae072-b181-11ed-97ed-ba7a069af1ca | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:47:29+0000 | policy_event_thread | 140002740677408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=42b1eebe-b181-11ed-97ed-ba7a069af1ca | InvocationID=42b1f076-b181-11ed-97ed-ba7a069af1ca | Polling MR for XNF activation/deactivation policy response events.
2023-02-21T00:47:29+0000 | policy_event_thread | 140002740677408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=519f257c-b181-11ed-97ed-ba7a069af1ca | InvocationID=519f291e-b181-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-21T00:47:29+0000 | policy_event_thread | 140002740677408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=519f257c-b181-11ed-97ed-ba7a069af1ca | InvocationID=519f291e-b181-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:47:29+0000 | policy_event_thread | 140002740677408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=519f257c-b181-11ed-97ed-ba7a069af1ca | InvocationID=519f291e-b181-11ed-97ed-ba7a069af1ca | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:47:41+0000 | aai_event_thread | 140002739616544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4c7adc58-b181-11ed-97ed-ba7a069af1ca | InvocationID=4c7ae072-b181-11ed-97ed-ba7a069af1ca | Polling MR for XNF AAI events.
2023-02-21T00:47:41+0000 | aai_event_thread | 140002739616544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=586f23de-b181-11ed-97ed-ba7a069af1ca | InvocationID=586f25b4-b181-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-21T00:47:41+0000 | aai_event_thread | 140002739616544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=586f23de-b181-11ed-97ed-ba7a069af1ca | InvocationID=586f25b4-b181-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:47:41+0000 | aai_event_thread | 140002739616544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=586f23de-b181-11ed-97ed-ba7a069af1ca | InvocationID=586f25b4-b181-11ed-97ed-ba7a069af1ca | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:47:54+0000 | policy_event_thread | 140002740677408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=519f257c-b181-11ed-97ed-ba7a069af1ca | InvocationID=519f291e-b181-11ed-97ed-ba7a069af1ca | Polling MR for XNF activation/deactivation policy response events.
2023-02-21T00:47:54+0000 | policy_event_thread | 140002740677408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=608ae2ba-b181-11ed-97ed-ba7a069af1ca | InvocationID=608ae562-b181-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-21T00:47:54+0000 | policy_event_thread | 140002740677408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=608ae2ba-b181-11ed-97ed-ba7a069af1ca | InvocationID=608ae562-b181-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:47:54+0000 | policy_event_thread | 140002740677408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=608ae2ba-b181-11ed-97ed-ba7a069af1ca | InvocationID=608ae562-b181-11ed-97ed-ba7a069af1ca | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:48:01+0000 | aai_event_thread | 140002739616544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=586f23de-b181-11ed-97ed-ba7a069af1ca | InvocationID=586f25b4-b181-11ed-97ed-ba7a069af1ca | Polling MR for XNF AAI events.
2023-02-21T00:48:01+0000 | aai_event_thread | 140002739616544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6463e8dc-b181-11ed-97ed-ba7a069af1ca | InvocationID=6463eb20-b181-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-21T00:48:01+0000 | aai_event_thread | 140002739616544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6463e8dc-b181-11ed-97ed-ba7a069af1ca | InvocationID=6463eb20-b181-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:48:01+0000 | aai_event_thread | 140002739616544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6463e8dc-b181-11ed-97ed-ba7a069af1ca | InvocationID=6463eb20-b181-11ed-97ed-ba7a069af1ca | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:48:19+0000 | policy_event_thread | 140002740677408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=608ae2ba-b181-11ed-97ed-ba7a069af1ca | InvocationID=608ae562-b181-11ed-97ed-ba7a069af1ca | Polling MR for XNF activation/deactivation policy response events.
2023-02-21T00:48:19+0000 | policy_event_thread | 140002740677408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6f7d0bcc-b181-11ed-97ed-ba7a069af1ca | InvocationID=6f7d0d8e-b181-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-21T00:48:19+0000 | policy_event_thread | 140002740677408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6f7d0bcc-b181-11ed-97ed-ba7a069af1ca | InvocationID=6f7d0d8e-b181-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:48:19+0000 | policy_event_thread | 140002740677408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6f7d0bcc-b181-11ed-97ed-ba7a069af1ca | InvocationID=6f7d0d8e-b181-11ed-97ed-ba7a069af1ca | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:48:21+0000 | aai_event_thread | 140002739616544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6463e8dc-b181-11ed-97ed-ba7a069af1ca | InvocationID=6463eb20-b181-11ed-97ed-ba7a069af1ca | Polling MR for XNF AAI events.
2023-02-21T00:48:21+0000 | aai_event_thread | 140002739616544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7053d8fa-b181-11ed-97ed-ba7a069af1ca | InvocationID=7053daa8-b181-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-21T00:48:21+0000 | aai_event_thread | 140002739616544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7053d8fa-b181-11ed-97ed-ba7a069af1ca | InvocationID=7053daa8-b181-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:48:21+0000 | aai_event_thread | 140002739616544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7053d8fa-b181-11ed-97ed-ba7a069af1ca | InvocationID=7053daa8-b181-11ed-97ed-ba7a069af1ca | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:48:41+0000 | aai_event_thread | 140002739616544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7053d8fa-b181-11ed-97ed-ba7a069af1ca | InvocationID=7053daa8-b181-11ed-97ed-ba7a069af1ca | Polling MR for XNF AAI events.
2023-02-21T00:48:41+0000 | aai_event_thread | 140002739616544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7c4443a2-b181-11ed-97ed-ba7a069af1ca | InvocationID=7c444690-b181-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-21T00:48:41+0000 | aai_event_thread | 140002739616544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7c4443a2-b181-11ed-97ed-ba7a069af1ca | InvocationID=7c444690-b181-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:48:41+0000 | aai_event_thread | 140002739616544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7c4443a2-b181-11ed-97ed-ba7a069af1ca | InvocationID=7c444690-b181-11ed-97ed-ba7a069af1ca | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:48:44+0000 | policy_event_thread | 140002740677408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6f7d0bcc-b181-11ed-97ed-ba7a069af1ca | InvocationID=6f7d0d8e-b181-11ed-97ed-ba7a069af1ca | Polling MR for XNF activation/deactivation policy response events.
2023-02-21T00:48:44+0000 | policy_event_thread | 140002740677408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7e6970d0-b181-11ed-97ed-ba7a069af1ca | InvocationID=7e69727e-b181-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-21T00:48:44+0000 | policy_event_thread | 140002740677408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7e6970d0-b181-11ed-97ed-ba7a069af1ca | InvocationID=7e69727e-b181-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:48:44+0000 | policy_event_thread | 140002740677408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7e6970d0-b181-11ed-97ed-ba7a069af1ca | InvocationID=7e69727e-b181-11ed-97ed-ba7a069af1ca | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:49:01+0000 | aai_event_thread | 140002739616544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7c4443a2-b181-11ed-97ed-ba7a069af1ca | InvocationID=7c444690-b181-11ed-97ed-ba7a069af1ca | Polling MR for XNF AAI events.
2023-02-21T00:49:01+0000 | aai_event_thread | 140002739616544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=88395026-b181-11ed-97ed-ba7a069af1ca | InvocationID=883951d4-b181-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-21T00:49:01+0000 | aai_event_thread | 140002739616544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=88395026-b181-11ed-97ed-ba7a069af1ca | InvocationID=883951d4-b181-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:49:01+0000 | aai_event_thread | 140002739616544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=88395026-b181-11ed-97ed-ba7a069af1ca | InvocationID=883951d4-b181-11ed-97ed-ba7a069af1ca | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:49:09+0000 | policy_event_thread | 140002740677408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7e6970d0-b181-11ed-97ed-ba7a069af1ca | InvocationID=7e69727e-b181-11ed-97ed-ba7a069af1ca | Polling MR for XNF activation/deactivation policy response events.
2023-02-21T00:49:09+0000 | policy_event_thread | 140002740677408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8d53f548-b181-11ed-97ed-ba7a069af1ca | InvocationID=8d53f6f6-b181-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-21T00:49:09+0000 | policy_event_thread | 140002740677408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8d53f548-b181-11ed-97ed-ba7a069af1ca | InvocationID=8d53f6f6-b181-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:49:09+0000 | policy_event_thread | 140002740677408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8d53f548-b181-11ed-97ed-ba7a069af1ca | InvocationID=8d53f6f6-b181-11ed-97ed-ba7a069af1ca | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:49:21+0000 | aai_event_thread | 140002739616544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=88395026-b181-11ed-97ed-ba7a069af1ca | InvocationID=883951d4-b181-11ed-97ed-ba7a069af1ca | Polling MR for XNF AAI events.
2023-02-21T00:49:21+0000 | aai_event_thread | 140002739616544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=942c55cc-b181-11ed-97ed-ba7a069af1ca | InvocationID=942c5842-b181-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-21T00:49:21+0000 | aai_event_thread | 140002739616544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=942c55cc-b181-11ed-97ed-ba7a069af1ca | InvocationID=942c5842-b181-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:49:21+0000 | aai_event_thread | 140002739616544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=942c55cc-b181-11ed-97ed-ba7a069af1ca | InvocationID=942c5842-b181-11ed-97ed-ba7a069af1ca | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:49:34+0000 | policy_event_thread | 140002740677408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8d53f548-b181-11ed-97ed-ba7a069af1ca | InvocationID=8d53f6f6-b181-11ed-97ed-ba7a069af1ca | Polling MR for XNF activation/deactivation policy response events.
2023-02-21T00:49:34+0000 | policy_event_thread | 140002740677408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9c3f21b8-b181-11ed-97ed-ba7a069af1ca | InvocationID=9c3f2456-b181-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-21T00:49:34+0000 | policy_event_thread | 140002740677408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9c3f21b8-b181-11ed-97ed-ba7a069af1ca | InvocationID=9c3f2456-b181-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:49:34+0000 | policy_event_thread | 140002740677408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9c3f21b8-b181-11ed-97ed-ba7a069af1ca | InvocationID=9c3f2456-b181-11ed-97ed-ba7a069af1ca | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:49:41+0000 | aai_event_thread | 140002739616544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=942c55cc-b181-11ed-97ed-ba7a069af1ca | InvocationID=942c5842-b181-11ed-97ed-ba7a069af1ca | Polling MR for XNF AAI events.
2023-02-21T00:49:41+0000 | aai_event_thread | 140002739616544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a01ed198-b181-11ed-97ed-ba7a069af1ca | InvocationID=a01ed35a-b181-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-21T00:49:41+0000 | aai_event_thread | 140002739616544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a01ed198-b181-11ed-97ed-ba7a069af1ca | InvocationID=a01ed35a-b181-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:49:41+0000 | aai_event_thread | 140002739616544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a01ed198-b181-11ed-97ed-ba7a069af1ca | InvocationID=a01ed35a-b181-11ed-97ed-ba7a069af1ca | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:49:59+0000 | policy_event_thread | 140002740677408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9c3f21b8-b181-11ed-97ed-ba7a069af1ca | InvocationID=9c3f2456-b181-11ed-97ed-ba7a069af1ca | Polling MR for XNF activation/deactivation policy response events.
2023-02-21T00:49:59+0000 | policy_event_thread | 140002740677408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ab2c1ae6-b181-11ed-97ed-ba7a069af1ca | InvocationID=ab2c1cee-b181-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-21T00:49:59+0000 | policy_event_thread | 140002740677408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ab2c1ae6-b181-11ed-97ed-ba7a069af1ca | InvocationID=ab2c1cee-b181-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:49:59+0000 | policy_event_thread | 140002740677408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ab2c1ae6-b181-11ed-97ed-ba7a069af1ca | InvocationID=ab2c1cee-b181-11ed-97ed-ba7a069af1ca | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:50:01+0000 | aai_event_thread | 140002739616544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a01ed198-b181-11ed-97ed-ba7a069af1ca | InvocationID=a01ed35a-b181-11ed-97ed-ba7a069af1ca | Polling MR for XNF AAI events.
2023-02-21T00:50:01+0000 | aai_event_thread | 140002739616544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ac0da52e-b181-11ed-97ed-ba7a069af1ca | InvocationID=ac0da79a-b181-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-21T00:50:01+0000 | aai_event_thread | 140002739616544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ac0da52e-b181-11ed-97ed-ba7a069af1ca | InvocationID=ac0da79a-b181-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:50:01+0000 | aai_event_thread | 140002739616544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ac0da52e-b181-11ed-97ed-ba7a069af1ca | InvocationID=ac0da79a-b181-11ed-97ed-ba7a069af1ca | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:50:21+0000 | aai_event_thread | 140002739616544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ac0da52e-b181-11ed-97ed-ba7a069af1ca | InvocationID=ac0da79a-b181-11ed-97ed-ba7a069af1ca | Polling MR for XNF AAI events.
2023-02-21T00:50:21+0000 | aai_event_thread | 140002739616544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b7fd59ce-b181-11ed-97ed-ba7a069af1ca | InvocationID=b7fd5b86-b181-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-21T00:50:21+0000 | aai_event_thread | 140002739616544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b7fd59ce-b181-11ed-97ed-ba7a069af1ca | InvocationID=b7fd5b86-b181-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:50:21+0000 | aai_event_thread | 140002739616544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b7fd59ce-b181-11ed-97ed-ba7a069af1ca | InvocationID=b7fd5b86-b181-11ed-97ed-ba7a069af1ca | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:50:24+0000 | policy_event_thread | 140002740677408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ab2c1ae6-b181-11ed-97ed-ba7a069af1ca | InvocationID=ab2c1cee-b181-11ed-97ed-ba7a069af1ca | Polling MR for XNF activation/deactivation policy response events.
2023-02-21T00:50:24+0000 | policy_event_thread | 140002740677408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ba1ae2e4-b181-11ed-97ed-ba7a069af1ca | InvocationID=ba1ae546-b181-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-21T00:50:24+0000 | policy_event_thread | 140002740677408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ba1ae2e4-b181-11ed-97ed-ba7a069af1ca | InvocationID=ba1ae546-b181-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:50:24+0000 | policy_event_thread | 140002740677408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ba1ae2e4-b181-11ed-97ed-ba7a069af1ca | InvocationID=ba1ae546-b181-11ed-97ed-ba7a069af1ca | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:50:41+0000 | aai_event_thread | 140002739616544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b7fd59ce-b181-11ed-97ed-ba7a069af1ca | InvocationID=b7fd5b86-b181-11ed-97ed-ba7a069af1ca | Polling MR for XNF AAI events.
2023-02-21T00:50:41+0000 | aai_event_thread | 140002739616544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c3ee7100-b181-11ed-97ed-ba7a069af1ca | InvocationID=c3ee7308-b181-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-21T00:50:41+0000 | aai_event_thread | 140002739616544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c3ee7100-b181-11ed-97ed-ba7a069af1ca | InvocationID=c3ee7308-b181-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:50:41+0000 | aai_event_thread | 140002739616544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c3ee7100-b181-11ed-97ed-ba7a069af1ca | InvocationID=c3ee7308-b181-11ed-97ed-ba7a069af1ca | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:50:49+0000 | policy_event_thread | 140002740677408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ba1ae2e4-b181-11ed-97ed-ba7a069af1ca | InvocationID=ba1ae546-b181-11ed-97ed-ba7a069af1ca | Polling MR for XNF activation/deactivation policy response events.
2023-02-21T00:50:49+0000 | policy_event_thread | 140002740677408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c9055ed8-b181-11ed-97ed-ba7a069af1ca | InvocationID=c905609a-b181-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-21T00:50:50+0000 | policy_event_thread | 140002740677408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c9055ed8-b181-11ed-97ed-ba7a069af1ca | InvocationID=c905609a-b181-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:50:50+0000 | policy_event_thread | 140002740677408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c9055ed8-b181-11ed-97ed-ba7a069af1ca | InvocationID=c905609a-b181-11ed-97ed-ba7a069af1ca | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:51:01+0000 | aai_event_thread | 140002739616544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c3ee7100-b181-11ed-97ed-ba7a069af1ca | InvocationID=c3ee7308-b181-11ed-97ed-ba7a069af1ca | Polling MR for XNF AAI events.
2023-02-21T00:51:01+0000 | aai_event_thread | 140002739616544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cfe37eba-b181-11ed-97ed-ba7a069af1ca | InvocationID=cfe38158-b181-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-21T00:51:01+0000 | aai_event_thread | 140002739616544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cfe37eba-b181-11ed-97ed-ba7a069af1ca | InvocationID=cfe38158-b181-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:51:01+0000 | aai_event_thread | 140002739616544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cfe37eba-b181-11ed-97ed-ba7a069af1ca | InvocationID=cfe38158-b181-11ed-97ed-ba7a069af1ca | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:51:15+0000 | policy_event_thread | 140002740677408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c9055ed8-b181-11ed-97ed-ba7a069af1ca | InvocationID=c905609a-b181-11ed-97ed-ba7a069af1ca | Polling MR for XNF activation/deactivation policy response events.
2023-02-21T00:51:15+0000 | policy_event_thread | 140002740677408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d7efc9a6-b181-11ed-97ed-ba7a069af1ca | InvocationID=d7efcb68-b181-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-21T00:51:15+0000 | policy_event_thread | 140002740677408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d7efc9a6-b181-11ed-97ed-ba7a069af1ca | InvocationID=d7efcb68-b181-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:51:15+0000 | policy_event_thread | 140002740677408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d7efc9a6-b181-11ed-97ed-ba7a069af1ca | InvocationID=d7efcb68-b181-11ed-97ed-ba7a069af1ca | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:51:21+0000 | aai_event_thread | 140002739616544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cfe37eba-b181-11ed-97ed-ba7a069af1ca | InvocationID=cfe38158-b181-11ed-97ed-ba7a069af1ca | Polling MR for XNF AAI events.
2023-02-21T00:51:21+0000 | aai_event_thread | 140002739616544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dbd4f5f0-b181-11ed-97ed-ba7a069af1ca | InvocationID=dbd4f7bc-b181-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-21T00:51:21+0000 | aai_event_thread | 140002739616544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dbd4f5f0-b181-11ed-97ed-ba7a069af1ca | InvocationID=dbd4f7bc-b181-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:51:21+0000 | aai_event_thread | 140002739616544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dbd4f5f0-b181-11ed-97ed-ba7a069af1ca | InvocationID=dbd4f7bc-b181-11ed-97ed-ba7a069af1ca | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:51:40+0000 | policy_event_thread | 140002740677408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d7efc9a6-b181-11ed-97ed-ba7a069af1ca | InvocationID=d7efcb68-b181-11ed-97ed-ba7a069af1ca | Polling MR for XNF activation/deactivation policy response events.
2023-02-21T00:51:40+0000 | policy_event_thread | 140002740677408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e6df2ba0-b181-11ed-97ed-ba7a069af1ca | InvocationID=e6df2d6c-b181-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-21T00:51:40+0000 | policy_event_thread | 140002740677408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e6df2ba0-b181-11ed-97ed-ba7a069af1ca | InvocationID=e6df2d6c-b181-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:51:40+0000 | policy_event_thread | 140002740677408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e6df2ba0-b181-11ed-97ed-ba7a069af1ca | InvocationID=e6df2d6c-b181-11ed-97ed-ba7a069af1ca | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:51:41+0000 | aai_event_thread | 140002739616544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dbd4f5f0-b181-11ed-97ed-ba7a069af1ca | InvocationID=dbd4f7bc-b181-11ed-97ed-ba7a069af1ca | Polling MR for XNF AAI events.
2023-02-21T00:51:41+0000 | aai_event_thread | 140002739616544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e7c3b1f8-b181-11ed-97ed-ba7a069af1ca | InvocationID=e7c3b48c-b181-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-21T00:51:41+0000 | aai_event_thread | 140002739616544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e7c3b1f8-b181-11ed-97ed-ba7a069af1ca | InvocationID=e7c3b48c-b181-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:51:41+0000 | aai_event_thread | 140002739616544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e7c3b1f8-b181-11ed-97ed-ba7a069af1ca | InvocationID=e7c3b48c-b181-11ed-97ed-ba7a069af1ca | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:52:01+0000 | aai_event_thread | 140002739616544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e7c3b1f8-b181-11ed-97ed-ba7a069af1ca | InvocationID=e7c3b48c-b181-11ed-97ed-ba7a069af1ca | Polling MR for XNF AAI events.
2023-02-21T00:52:01+0000 | aai_event_thread | 140002739616544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f3b29f74-b181-11ed-97ed-ba7a069af1ca | InvocationID=f3b2a776-b181-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-21T00:52:01+0000 | aai_event_thread | 140002739616544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f3b29f74-b181-11ed-97ed-ba7a069af1ca | InvocationID=f3b2a776-b181-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:52:01+0000 | aai_event_thread | 140002739616544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f3b29f74-b181-11ed-97ed-ba7a069af1ca | InvocationID=f3b2a776-b181-11ed-97ed-ba7a069af1ca | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:52:05+0000 | policy_event_thread | 140002740677408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e6df2ba0-b181-11ed-97ed-ba7a069af1ca | InvocationID=e6df2d6c-b181-11ed-97ed-ba7a069af1ca | Polling MR for XNF activation/deactivation policy response events.
2023-02-21T00:52:05+0000 | policy_event_thread | 140002740677408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f5cb51f2-b181-11ed-97ed-ba7a069af1ca | InvocationID=f5cb53c8-b181-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-21T00:52:05+0000 | policy_event_thread | 140002740677408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f5cb51f2-b181-11ed-97ed-ba7a069af1ca | InvocationID=f5cb53c8-b181-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:52:05+0000 | policy_event_thread | 140002740677408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f5cb51f2-b181-11ed-97ed-ba7a069af1ca | InvocationID=f5cb53c8-b181-11ed-97ed-ba7a069af1ca | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:52:21+0000 | aai_event_thread | 140002739616544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f3b29f74-b181-11ed-97ed-ba7a069af1ca | InvocationID=f3b2a776-b181-11ed-97ed-ba7a069af1ca | Polling MR for XNF AAI events.
2023-02-21T00:52:21+0000 | aai_event_thread | 140002739616544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ffa81214-b181-11ed-97ed-ba7a069af1ca | InvocationID=ffa813c2-b181-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-21T00:52:21+0000 | aai_event_thread | 140002739616544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ffa81214-b181-11ed-97ed-ba7a069af1ca | InvocationID=ffa813c2-b181-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:52:21+0000 | aai_event_thread | 140002739616544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ffa81214-b181-11ed-97ed-ba7a069af1ca | InvocationID=ffa813c2-b181-11ed-97ed-ba7a069af1ca | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:52:30+0000 | policy_event_thread | 140002740677408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f5cb51f2-b181-11ed-97ed-ba7a069af1ca | InvocationID=f5cb53c8-b181-11ed-97ed-ba7a069af1ca | Polling MR for XNF activation/deactivation policy response events.
2023-02-21T00:52:30+0000 | policy_event_thread | 140002740677408 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=04b5f4a6-b182-11ed-97ed-ba7a069af1ca | InvocationID=04b5f744-b182-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-02-21T00:52:30+0000 | policy_event_thread | 140002740677408 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=04b5f4a6-b182-11ed-97ed-ba7a069af1ca | InvocationID=04b5f744-b182-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:52:30+0000 | policy_event_thread | 140002740677408 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=04b5f4a6-b182-11ed-97ed-ba7a069af1ca | InvocationID=04b5f744-b182-11ed-97ed-ba7a069af1ca | Error trying to poll policy response topic on MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-02-21T00:52:41+0000 | aai_event_thread | 140002739616544 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ffa81214-b181-11ed-97ed-ba7a069af1ca | InvocationID=ffa813c2-b181-11ed-97ed-ba7a069af1ca | Polling MR for XNF AAI events.
2023-02-21T00:52:41+0000 | aai_event_thread | 140002739616544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0b9a4d12-b182-11ed-97ed-ba7a069af1ca | InvocationID=0b9a501e-b182-11ed-97ed-ba7a069af1ca | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-02-21T00:52:41+0000 | aai_event_thread | 140002739616544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0b9a4d12-b182-11ed-97ed-ba7a069af1ca | InvocationID=0b9a501e-b182-11ed-97ed-ba7a069af1ca | Failed to fetch message from MR: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:52:41+0000 | aai_event_thread | 140002739616544 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0b9a4d12-b182-11ed-97ed-ba7a069af1ca | InvocationID=0b9a501e-b182-11ed-97ed-ba7a069af1ca | Failed to process AAI event due to: 403 Client Error: Forbidden for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-02-21T00:52:55+0000 | policy_event_thread | 140002740677408 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=04b5f4a6-b182-11ed-97ed-ba7a069af1ca | InvocationID=04b5f744-b182-11ed-97ed-ba7a069af1ca | Polling MR for XNF activation/deactivation policy response events.
2023-02-21T00:52:55+0000 | policy_event_thread | 140002740677408 | INFO | pmsh_con