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-01-08T05:04:18+0000 | MainThread | 139965077261640 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Attempting to fetch PMSH Configuration from CBS.
2023-01-08T05:04:18+0000 | MainThread | 139965077261640 | 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-01-08T05:04:18+0000 | MainThread | 139965077261640 | INFO | pmsh_service_main | main | ServiceName= | RequestID= | InvocationID= | Start polling PMSH_CL_INPUT topic on DMaaP MR.
2023-01-08T05:04:18+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T05:04:18+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e7af430e-8f11-11ed-b108-72269febd526 | InvocationID=e7af45ac-8f11-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T05:04:18+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF AAI events.
2023-01-08T05:04:18+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e7b13f6a-8f11-11ed-b108-72269febd526 | InvocationID=e7b14140-8f11-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:04:18+0000 | MainThread | 139965077261640 | INFO | __init__ | launch_api_server | ServiceName= | RequestID= | InvocationID= | Launching unsecure http API server
2023-01-08T05:04:18+0000 | aai_event_thread | 139965026523936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e7b13f6a-8f11-11ed-b108-72269febd526 | InvocationID=e7b14140-8f11-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-08T05:04:18+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e7af430e-8f11-11ed-b108-72269febd526 | InvocationID=e7af45ac-8f11-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:04:18+0000 | aai_event_thread | 139965026523936 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e7b13f6a-8f11-11ed-b108-72269febd526 | InvocationID=e7b14140-8f11-11ed-b108-72269febd526 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-08T05:04:18+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e7af430e-8f11-11ed-b108-72269febd526 | InvocationID=e7af45ac-8f11-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:04:38+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e7b13f6a-8f11-11ed-b108-72269febd526 | InvocationID=e7b14140-8f11-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:04:38+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f3cd874a-8f11-11ed-b108-72269febd526 | InvocationID=f3cd901e-8f11-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:04:38+0000 | aai_event_thread | 139965026523936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f3cd874a-8f11-11ed-b108-72269febd526 | InvocationID=f3cd901e-8f11-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-08T05:04:38+0000 | aai_event_thread | 139965026523936 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f3cd874a-8f11-11ed-b108-72269febd526 | InvocationID=f3cd901e-8f11-11ed-b108-72269febd526 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-08T05:04:43+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e7af430e-8f11-11ed-b108-72269febd526 | InvocationID=e7af45ac-8f11-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T05:04:43+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f6c836de-8f11-11ed-b108-72269febd526 | InvocationID=f6c838a0-8f11-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T05:04:43+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f6c836de-8f11-11ed-b108-72269febd526 | InvocationID=f6c838a0-8f11-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:04:43+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f6c836de-8f11-11ed-b108-72269febd526 | InvocationID=f6c838a0-8f11-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:04:58+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f3cd874a-8f11-11ed-b108-72269febd526 | InvocationID=f3cd901e-8f11-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:04:58+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ffbeb448-8f11-11ed-b108-72269febd526 | InvocationID=ffbeb704-8f11-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:04:58+0000 | aai_event_thread | 139965026523936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ffbeb448-8f11-11ed-b108-72269febd526 | InvocationID=ffbeb704-8f11-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-08T05:04:58+0000 | aai_event_thread | 139965026523936 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ffbeb448-8f11-11ed-b108-72269febd526 | InvocationID=ffbeb704-8f11-11ed-b108-72269febd526 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-08T05:05:08+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f6c836de-8f11-11ed-b108-72269febd526 | InvocationID=f6c838a0-8f11-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T05:05:08+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=05b74aa4-8f12-11ed-b108-72269febd526 | InvocationID=05b74d24-8f12-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T05:05:08+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=05b74aa4-8f12-11ed-b108-72269febd526 | InvocationID=05b74d24-8f12-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:05:08+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=05b74aa4-8f12-11ed-b108-72269febd526 | InvocationID=05b74d24-8f12-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:05:18+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ffbeb448-8f11-11ed-b108-72269febd526 | InvocationID=ffbeb704-8f11-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:05:18+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0bb2e562-8f12-11ed-b108-72269febd526 | InvocationID=0bb2e7e2-8f12-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:05:18+0000 | aai_event_thread | 139965026523936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0bb2e562-8f12-11ed-b108-72269febd526 | InvocationID=0bb2e7e2-8f12-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-08T05:05:18+0000 | aai_event_thread | 139965026523936 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0bb2e562-8f12-11ed-b108-72269febd526 | InvocationID=0bb2e7e2-8f12-11ed-b108-72269febd526 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-08T05:05:33+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=05b74aa4-8f12-11ed-b108-72269febd526 | InvocationID=05b74d24-8f12-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T05:05:33+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=14a295be-8f12-11ed-b108-72269febd526 | InvocationID=14a2a004-8f12-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T05:05:33+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=14a295be-8f12-11ed-b108-72269febd526 | InvocationID=14a2a004-8f12-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:05:33+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=14a295be-8f12-11ed-b108-72269febd526 | InvocationID=14a2a004-8f12-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:05:38+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0bb2e562-8f12-11ed-b108-72269febd526 | InvocationID=0bb2e7e2-8f12-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:05:38+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=17a445e6-8f12-11ed-b108-72269febd526 | InvocationID=17a44d8e-8f12-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:05:38+0000 | aai_event_thread | 139965026523936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=17a445e6-8f12-11ed-b108-72269febd526 | InvocationID=17a44d8e-8f12-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-08T05:05:38+0000 | aai_event_thread | 139965026523936 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=17a445e6-8f12-11ed-b108-72269febd526 | InvocationID=17a44d8e-8f12-11ed-b108-72269febd526 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-08T05:05:58+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=14a295be-8f12-11ed-b108-72269febd526 | InvocationID=14a2a004-8f12-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T05:05:58+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=238e0086-8f12-11ed-b108-72269febd526 | InvocationID=238e0428-8f12-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T05:05:58+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=238e0086-8f12-11ed-b108-72269febd526 | InvocationID=238e0428-8f12-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:05:58+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=238e0086-8f12-11ed-b108-72269febd526 | InvocationID=238e0428-8f12-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:05:58+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=17a445e6-8f12-11ed-b108-72269febd526 | InvocationID=17a44d8e-8f12-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:05:58+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=23966fe6-8f12-11ed-b108-72269febd526 | InvocationID=239671f8-8f12-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:05:58+0000 | aai_event_thread | 139965026523936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=23966fe6-8f12-11ed-b108-72269febd526 | InvocationID=239671f8-8f12-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-08T05:05:58+0000 | aai_event_thread | 139965026523936 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=23966fe6-8f12-11ed-b108-72269febd526 | InvocationID=239671f8-8f12-11ed-b108-72269febd526 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-08T05:06:18+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=23966fe6-8f12-11ed-b108-72269febd526 | InvocationID=239671f8-8f12-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:06:18+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2f873768-8f12-11ed-b108-72269febd526 | InvocationID=2f873a10-8f12-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:06:18+0000 | aai_event_thread | 139965026523936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2f873768-8f12-11ed-b108-72269febd526 | InvocationID=2f873a10-8f12-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-08T05:06:18+0000 | aai_event_thread | 139965026523936 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2f873768-8f12-11ed-b108-72269febd526 | InvocationID=2f873a10-8f12-11ed-b108-72269febd526 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-08T05:06:23+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=238e0086-8f12-11ed-b108-72269febd526 | InvocationID=238e0428-8f12-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T05:06:23+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=327a3e5c-8f12-11ed-b108-72269febd526 | InvocationID=327a426c-8f12-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T05:06:23+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=327a3e5c-8f12-11ed-b108-72269febd526 | InvocationID=327a426c-8f12-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:06:23+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=327a3e5c-8f12-11ed-b108-72269febd526 | InvocationID=327a426c-8f12-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:06:38+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2f873768-8f12-11ed-b108-72269febd526 | InvocationID=2f873a10-8f12-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:06:38+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3b783e82-8f12-11ed-b108-72269febd526 | InvocationID=3b78417a-8f12-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:06:38+0000 | aai_event_thread | 139965026523936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3b783e82-8f12-11ed-b108-72269febd526 | InvocationID=3b78417a-8f12-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-08T05:06:38+0000 | aai_event_thread | 139965026523936 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3b783e82-8f12-11ed-b108-72269febd526 | InvocationID=3b78417a-8f12-11ed-b108-72269febd526 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-08T05:06:48+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=327a3e5c-8f12-11ed-b108-72269febd526 | InvocationID=327a426c-8f12-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T05:06:48+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=416565c2-8f12-11ed-b108-72269febd526 | InvocationID=4165686a-8f12-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T05:06:48+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=416565c2-8f12-11ed-b108-72269febd526 | InvocationID=4165686a-8f12-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:06:48+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=416565c2-8f12-11ed-b108-72269febd526 | InvocationID=4165686a-8f12-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:06:58+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3b783e82-8f12-11ed-b108-72269febd526 | InvocationID=3b78417a-8f12-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:06:58+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=476876e4-8f12-11ed-b108-72269febd526 | InvocationID=47687d4c-8f12-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:06:58+0000 | aai_event_thread | 139965026523936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=476876e4-8f12-11ed-b108-72269febd526 | InvocationID=47687d4c-8f12-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-08T05:06:58+0000 | aai_event_thread | 139965026523936 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=476876e4-8f12-11ed-b108-72269febd526 | InvocationID=47687d4c-8f12-11ed-b108-72269febd526 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-08T05:07:13+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=416565c2-8f12-11ed-b108-72269febd526 | InvocationID=4165686a-8f12-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T05:07:13+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5050ae66-8f12-11ed-b108-72269febd526 | InvocationID=5050b082-8f12-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T05:07:13+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5050ae66-8f12-11ed-b108-72269febd526 | InvocationID=5050b082-8f12-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:07:13+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5050ae66-8f12-11ed-b108-72269febd526 | InvocationID=5050b082-8f12-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:07:18+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=476876e4-8f12-11ed-b108-72269febd526 | InvocationID=47687d4c-8f12-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:07:18+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=53599226-8f12-11ed-b108-72269febd526 | InvocationID=535996f4-8f12-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:07:18+0000 | aai_event_thread | 139965026523936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=53599226-8f12-11ed-b108-72269febd526 | InvocationID=535996f4-8f12-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-08T05:07:18+0000 | aai_event_thread | 139965026523936 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=53599226-8f12-11ed-b108-72269febd526 | InvocationID=535996f4-8f12-11ed-b108-72269febd526 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-08T05:07:38+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5050ae66-8f12-11ed-b108-72269febd526 | InvocationID=5050b082-8f12-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T05:07:38+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5f3eb864-8f12-11ed-b108-72269febd526 | InvocationID=5f3eba9e-8f12-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T05:07:38+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5f3eb864-8f12-11ed-b108-72269febd526 | InvocationID=5f3eba9e-8f12-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:07:38+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5f3eb864-8f12-11ed-b108-72269febd526 | InvocationID=5f3eba9e-8f12-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:07:38+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=53599226-8f12-11ed-b108-72269febd526 | InvocationID=535996f4-8f12-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:07:38+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5f49f5f8-8f12-11ed-b108-72269febd526 | InvocationID=5f49fcba-8f12-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:07:38+0000 | aai_event_thread | 139965026523936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5f49f5f8-8f12-11ed-b108-72269febd526 | InvocationID=5f49fcba-8f12-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-08T05:07:38+0000 | aai_event_thread | 139965026523936 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5f49f5f8-8f12-11ed-b108-72269febd526 | InvocationID=5f49fcba-8f12-11ed-b108-72269febd526 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-08T05:07:58+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5f49f5f8-8f12-11ed-b108-72269febd526 | InvocationID=5f49fcba-8f12-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:07:58+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6b3a4d36-8f12-11ed-b108-72269febd526 | InvocationID=6b3a4fa2-8f12-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:07:58+0000 | aai_event_thread | 139965026523936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6b3a4d36-8f12-11ed-b108-72269febd526 | InvocationID=6b3a4fa2-8f12-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-08T05:07:58+0000 | aai_event_thread | 139965026523936 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6b3a4d36-8f12-11ed-b108-72269febd526 | InvocationID=6b3a4fa2-8f12-11ed-b108-72269febd526 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-08T05:08:03+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5f3eb864-8f12-11ed-b108-72269febd526 | InvocationID=5f3eba9e-8f12-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T05:08:03+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6e2a2c6e-8f12-11ed-b108-72269febd526 | InvocationID=6e2a2e62-8f12-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T05:08:03+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6e2a2c6e-8f12-11ed-b108-72269febd526 | InvocationID=6e2a2e62-8f12-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:08:03+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6e2a2c6e-8f12-11ed-b108-72269febd526 | InvocationID=6e2a2e62-8f12-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:08:18+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6b3a4d36-8f12-11ed-b108-72269febd526 | InvocationID=6b3a4fa2-8f12-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:08:18+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=772b1de6-8f12-11ed-b108-72269febd526 | InvocationID=772b20a2-8f12-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:08:19+0000 | aai_event_thread | 139965026523936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=772b1de6-8f12-11ed-b108-72269febd526 | InvocationID=772b20a2-8f12-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-08T05:08:19+0000 | aai_event_thread | 139965026523936 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=772b1de6-8f12-11ed-b108-72269febd526 | InvocationID=772b20a2-8f12-11ed-b108-72269febd526 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-08T05:08:28+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6e2a2c6e-8f12-11ed-b108-72269febd526 | InvocationID=6e2a2e62-8f12-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T05:08:28+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7d1578f0-8f12-11ed-b108-72269febd526 | InvocationID=7d157ba2-8f12-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T05:08:28+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7d1578f0-8f12-11ed-b108-72269febd526 | InvocationID=7d157ba2-8f12-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:08:28+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7d1578f0-8f12-11ed-b108-72269febd526 | InvocationID=7d157ba2-8f12-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:08:39+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=772b1de6-8f12-11ed-b108-72269febd526 | InvocationID=772b20a2-8f12-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:08:39+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=831c7762-8f12-11ed-b108-72269febd526 | InvocationID=831c7938-8f12-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:08:39+0000 | aai_event_thread | 139965026523936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=831c7762-8f12-11ed-b108-72269febd526 | InvocationID=831c7938-8f12-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-08T05:08:39+0000 | aai_event_thread | 139965026523936 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=831c7762-8f12-11ed-b108-72269febd526 | InvocationID=831c7938-8f12-11ed-b108-72269febd526 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-08T05:08:53+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7d1578f0-8f12-11ed-b108-72269febd526 | InvocationID=7d157ba2-8f12-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T05:08:53+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8c03ea68-8f12-11ed-b108-72269febd526 | InvocationID=8c03ee14-8f12-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T05:08:53+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8c03ea68-8f12-11ed-b108-72269febd526 | InvocationID=8c03ee14-8f12-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:08:53+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8c03ea68-8f12-11ed-b108-72269febd526 | InvocationID=8c03ee14-8f12-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:08:59+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=831c7762-8f12-11ed-b108-72269febd526 | InvocationID=831c7938-8f12-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:08:59+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8f0d2b7a-8f12-11ed-b108-72269febd526 | InvocationID=8f0d2d96-8f12-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:08:59+0000 | aai_event_thread | 139965026523936 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8f0d2b7a-8f12-11ed-b108-72269febd526 | InvocationID=8f0d2d96-8f12-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-08T05:08:59+0000 | aai_event_thread | 139965026523936 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8f0d2b7a-8f12-11ed-b108-72269febd526 | InvocationID=8f0d2d96-8f12-11ed-b108-72269febd526 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-08T05:09:18+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8c03ea68-8f12-11ed-b108-72269febd526 | InvocationID=8c03ee14-8f12-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T05:09:18+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9aefba52-8f12-11ed-b108-72269febd526 | InvocationID=9aefbdc2-8f12-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T05:09:19+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9aefba52-8f12-11ed-b108-72269febd526 | InvocationID=9aefbdc2-8f12-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:09:19+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9aefba52-8f12-11ed-b108-72269febd526 | InvocationID=9aefbdc2-8f12-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:09:19+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8f0d2b7a-8f12-11ed-b108-72269febd526 | InvocationID=8f0d2d96-8f12-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:09:19+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9afd5efa-8f12-11ed-b108-72269febd526 | InvocationID=9afd60c6-8f12-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:09:43+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9afd5efa-8f12-11ed-b108-72269febd526 | InvocationID=9afd60c6-8f12-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:09:43+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a96491f2-8f12-11ed-b108-72269febd526 | InvocationID=a964956c-8f12-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:09:44+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9aefba52-8f12-11ed-b108-72269febd526 | InvocationID=9aefbdc2-8f12-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T05:09:44+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a9db1318-8f12-11ed-b108-72269febd526 | InvocationID=a9db155c-8f12-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T05:09:44+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a9db1318-8f12-11ed-b108-72269febd526 | InvocationID=a9db155c-8f12-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:09:44+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a9db1318-8f12-11ed-b108-72269febd526 | InvocationID=a9db155c-8f12-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:10:03+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a96491f2-8f12-11ed-b108-72269febd526 | InvocationID=a964956c-8f12-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:10:03+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b557fd50-8f12-11ed-b108-72269febd526 | InvocationID=b558000c-8f12-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:10:09+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a9db1318-8f12-11ed-b108-72269febd526 | InvocationID=a9db155c-8f12-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T05:10:09+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b8c6831c-8f12-11ed-b108-72269febd526 | InvocationID=b8c6857e-8f12-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T05:10:09+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b8c6831c-8f12-11ed-b108-72269febd526 | InvocationID=b8c6857e-8f12-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:10:09+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b8c6831c-8f12-11ed-b108-72269febd526 | InvocationID=b8c6857e-8f12-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:10:23+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b557fd50-8f12-11ed-b108-72269febd526 | InvocationID=b558000c-8f12-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:10:23+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c14d55e2-8f12-11ed-b108-72269febd526 | InvocationID=c14d58b2-8f12-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:10:34+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b8c6831c-8f12-11ed-b108-72269febd526 | InvocationID=b8c6857e-8f12-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T05:10:34+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c7b36872-8f12-11ed-b108-72269febd526 | InvocationID=c7b36b38-8f12-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T05:10:34+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c7b36872-8f12-11ed-b108-72269febd526 | InvocationID=c7b36b38-8f12-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:10:34+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c7b36872-8f12-11ed-b108-72269febd526 | InvocationID=c7b36b38-8f12-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:10:43+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c14d55e2-8f12-11ed-b108-72269febd526 | InvocationID=c14d58b2-8f12-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:10:43+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cd56a2ee-8f12-11ed-b108-72269febd526 | InvocationID=cd56a528-8f12-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:10:59+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c7b36872-8f12-11ed-b108-72269febd526 | InvocationID=c7b36b38-8f12-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T05:10:59+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d69f96a8-8f12-11ed-b108-72269febd526 | InvocationID=d69f9a4a-8f12-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T05:10:59+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d69f96a8-8f12-11ed-b108-72269febd526 | InvocationID=d69f9a4a-8f12-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:10:59+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d69f96a8-8f12-11ed-b108-72269febd526 | InvocationID=d69f9a4a-8f12-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:11:04+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cd56a2ee-8f12-11ed-b108-72269febd526 | InvocationID=cd56a528-8f12-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:11:04+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d999272a-8f12-11ed-b108-72269febd526 | InvocationID=d99928f6-8f12-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:11:24+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d69f96a8-8f12-11ed-b108-72269febd526 | InvocationID=d69f9a4a-8f12-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T05:11:24+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e58bb43a-8f12-11ed-b108-72269febd526 | InvocationID=e58bb868-8f12-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T05:11:24+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e58bb43a-8f12-11ed-b108-72269febd526 | InvocationID=e58bb868-8f12-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:11:24+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e58bb43a-8f12-11ed-b108-72269febd526 | InvocationID=e58bb868-8f12-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:11:28+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d999272a-8f12-11ed-b108-72269febd526 | InvocationID=d99928f6-8f12-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:11:28+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e8611556-8f12-11ed-b108-72269febd526 | InvocationID=e861229e-8f12-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:11:49+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e58bb43a-8f12-11ed-b108-72269febd526 | InvocationID=e58bb868-8f12-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T05:11:49+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f4777be6-8f12-11ed-b108-72269febd526 | InvocationID=f47784ba-8f12-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T05:11:49+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f4777be6-8f12-11ed-b108-72269febd526 | InvocationID=f47784ba-8f12-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:11:49+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f4777be6-8f12-11ed-b108-72269febd526 | InvocationID=f47784ba-8f12-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:11:53+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e8611556-8f12-11ed-b108-72269febd526 | InvocationID=e861229e-8f12-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:11:53+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f722a0a0-8f12-11ed-b108-72269febd526 | InvocationID=f722a2ee-8f12-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:12:14+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f4777be6-8f12-11ed-b108-72269febd526 | InvocationID=f47784ba-8f12-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T05:12:14+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0365ea3e-8f13-11ed-b108-72269febd526 | InvocationID=0365ec96-8f13-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T05:12:14+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0365ea3e-8f13-11ed-b108-72269febd526 | InvocationID=0365ec96-8f13-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:12:14+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0365ea3e-8f13-11ed-b108-72269febd526 | InvocationID=0365ec96-8f13-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:12:18+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f722a0a0-8f12-11ed-b108-72269febd526 | InvocationID=f722a2ee-8f12-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:12:18+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=05e4025a-8f13-11ed-b108-72269febd526 | InvocationID=05e40458-8f13-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:12:39+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0365ea3e-8f13-11ed-b108-72269febd526 | InvocationID=0365ec96-8f13-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T05:12:39+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=12526194-8f13-11ed-b108-72269febd526 | InvocationID=125263d8-8f13-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T05:12:39+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=12526194-8f13-11ed-b108-72269febd526 | InvocationID=125263d8-8f13-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:12:39+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=12526194-8f13-11ed-b108-72269febd526 | InvocationID=125263d8-8f13-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:12:43+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=05e4025a-8f13-11ed-b108-72269febd526 | InvocationID=05e40458-8f13-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:12:43+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=14a68c86-8f13-11ed-b108-72269febd526 | InvocationID=14a68e66-8f13-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:13:04+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=12526194-8f13-11ed-b108-72269febd526 | InvocationID=125263d8-8f13-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T05:13:04+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=21407fba-8f13-11ed-b108-72269febd526 | InvocationID=214081e0-8f13-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T05:13:04+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=21407fba-8f13-11ed-b108-72269febd526 | InvocationID=214081e0-8f13-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:13:04+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=21407fba-8f13-11ed-b108-72269febd526 | InvocationID=214081e0-8f13-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:13:07+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=14a68c86-8f13-11ed-b108-72269febd526 | InvocationID=14a68e66-8f13-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:13:07+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=23688044-8f13-11ed-b108-72269febd526 | InvocationID=236882a6-8f13-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:13:29+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=21407fba-8f13-11ed-b108-72269febd526 | InvocationID=214081e0-8f13-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T05:13:29+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=302be992-8f13-11ed-b108-72269febd526 | InvocationID=302bec94-8f13-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T05:13:29+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=302be992-8f13-11ed-b108-72269febd526 | InvocationID=302bec94-8f13-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:13:29+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=302be992-8f13-11ed-b108-72269febd526 | InvocationID=302bec94-8f13-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:13:32+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=23688044-8f13-11ed-b108-72269febd526 | InvocationID=236882a6-8f13-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:13:32+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=322cb302-8f13-11ed-b108-72269febd526 | InvocationID=322cb4ec-8f13-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:13:54+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=302be992-8f13-11ed-b108-72269febd526 | InvocationID=302bec94-8f13-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T05:13:54+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3f17f1ee-8f13-11ed-b108-72269febd526 | InvocationID=3f17f4d2-8f13-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T05:13:54+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3f17f1ee-8f13-11ed-b108-72269febd526 | InvocationID=3f17f4d2-8f13-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:13:54+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3f17f1ee-8f13-11ed-b108-72269febd526 | InvocationID=3f17f4d2-8f13-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:13:57+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=322cb302-8f13-11ed-b108-72269febd526 | InvocationID=322cb4ec-8f13-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:13:57+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=40ee10ac-8f13-11ed-b108-72269febd526 | InvocationID=40ee12f0-8f13-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:14:19+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3f17f1ee-8f13-11ed-b108-72269febd526 | InvocationID=3f17f4d2-8f13-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T05:14:19+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4e059fa8-8f13-11ed-b108-72269febd526 | InvocationID=4e05a232-8f13-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T05:14:19+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4e059fa8-8f13-11ed-b108-72269febd526 | InvocationID=4e05a232-8f13-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:14:19+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4e059fa8-8f13-11ed-b108-72269febd526 | InvocationID=4e05a232-8f13-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:14:22+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=40ee10ac-8f13-11ed-b108-72269febd526 | InvocationID=40ee12f0-8f13-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:14:22+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4fafd224-8f13-11ed-b108-72269febd526 | InvocationID=4fafd454-8f13-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:14:44+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4e059fa8-8f13-11ed-b108-72269febd526 | InvocationID=4e05a232-8f13-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T05:14:44+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5cf5616a-8f13-11ed-b108-72269febd526 | InvocationID=5cf5639a-8f13-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T05:14:44+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5cf5616a-8f13-11ed-b108-72269febd526 | InvocationID=5cf5639a-8f13-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:14:44+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5cf5616a-8f13-11ed-b108-72269febd526 | InvocationID=5cf5639a-8f13-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:14:46+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4fafd224-8f13-11ed-b108-72269febd526 | InvocationID=4fafd454-8f13-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:14:46+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5e711598-8f13-11ed-b108-72269febd526 | InvocationID=5e711782-8f13-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:15:09+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5cf5616a-8f13-11ed-b108-72269febd526 | InvocationID=5cf5639a-8f13-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T05:15:09+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6be35dee-8f13-11ed-b108-72269febd526 | InvocationID=6be3605a-8f13-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T05:15:09+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6be35dee-8f13-11ed-b108-72269febd526 | InvocationID=6be3605a-8f13-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:15:09+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6be35dee-8f13-11ed-b108-72269febd526 | InvocationID=6be3605a-8f13-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:15:11+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5e711598-8f13-11ed-b108-72269febd526 | InvocationID=5e711782-8f13-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:15:11+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d31b088-8f13-11ed-b108-72269febd526 | InvocationID=6d31b2ea-8f13-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:15:34+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6be35dee-8f13-11ed-b108-72269febd526 | InvocationID=6be3605a-8f13-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T05:15:34+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7acf19e2-8f13-11ed-b108-72269febd526 | InvocationID=7acf1c12-8f13-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T05:15:34+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7acf19e2-8f13-11ed-b108-72269febd526 | InvocationID=7acf1c12-8f13-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:15:34+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7acf19e2-8f13-11ed-b108-72269febd526 | InvocationID=7acf1c12-8f13-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:15:36+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6d31b088-8f13-11ed-b108-72269febd526 | InvocationID=6d31b2ea-8f13-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:15:36+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7bf42768-8f13-11ed-b108-72269febd526 | InvocationID=7bf42a42-8f13-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:15:59+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7acf19e2-8f13-11ed-b108-72269febd526 | InvocationID=7acf1c12-8f13-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T05:15:59+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=89ba8e6e-8f13-11ed-b108-72269febd526 | InvocationID=89ba90f8-8f13-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T05:15:59+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=89ba8e6e-8f13-11ed-b108-72269febd526 | InvocationID=89ba90f8-8f13-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:15:59+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=89ba8e6e-8f13-11ed-b108-72269febd526 | InvocationID=89ba90f8-8f13-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:16:01+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7bf42768-8f13-11ed-b108-72269febd526 | InvocationID=7bf42a42-8f13-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:16:01+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8ab5fa42-8f13-11ed-b108-72269febd526 | InvocationID=8ab5fccc-8f13-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:16:24+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=89ba8e6e-8f13-11ed-b108-72269febd526 | InvocationID=89ba90f8-8f13-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T05:16:24+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=98a5a7ba-8f13-11ed-b108-72269febd526 | InvocationID=98a5a9a4-8f13-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T05:16:24+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=98a5a7ba-8f13-11ed-b108-72269febd526 | InvocationID=98a5a9a4-8f13-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:16:24+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=98a5a7ba-8f13-11ed-b108-72269febd526 | InvocationID=98a5a9a4-8f13-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:16:26+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8ab5fa42-8f13-11ed-b108-72269febd526 | InvocationID=8ab5fccc-8f13-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:16:26+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9976e726-8f13-11ed-b108-72269febd526 | InvocationID=9976e910-8f13-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:16:49+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=98a5a7ba-8f13-11ed-b108-72269febd526 | InvocationID=98a5a9a4-8f13-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T05:16:49+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a7916ea8-8f13-11ed-b108-72269febd526 | InvocationID=a791707e-8f13-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T05:16:49+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a7916ea8-8f13-11ed-b108-72269febd526 | InvocationID=a791707e-8f13-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:16:49+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a7916ea8-8f13-11ed-b108-72269febd526 | InvocationID=a791707e-8f13-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:16:50+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9976e726-8f13-11ed-b108-72269febd526 | InvocationID=9976e910-8f13-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:16:50+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a837f7d2-8f13-11ed-b108-72269febd526 | InvocationID=a837f9ee-8f13-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:17:14+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a7916ea8-8f13-11ed-b108-72269febd526 | InvocationID=a791707e-8f13-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T05:17:14+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b67c884e-8f13-11ed-b108-72269febd526 | InvocationID=b67ca0a4-8f13-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T05:17:14+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b67c884e-8f13-11ed-b108-72269febd526 | InvocationID=b67ca0a4-8f13-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:17:14+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b67c884e-8f13-11ed-b108-72269febd526 | InvocationID=b67ca0a4-8f13-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:17:15+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a837f7d2-8f13-11ed-b108-72269febd526 | InvocationID=a837f9ee-8f13-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:17:15+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b6f94758-8f13-11ed-b108-72269febd526 | InvocationID=b6f94942-8f13-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:17:39+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b67c884e-8f13-11ed-b108-72269febd526 | InvocationID=b67ca0a4-8f13-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T05:17:39+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c5687638-8f13-11ed-b108-72269febd526 | InvocationID=c5687818-8f13-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T05:17:39+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c5687638-8f13-11ed-b108-72269febd526 | InvocationID=c5687818-8f13-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:17:39+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c5687638-8f13-11ed-b108-72269febd526 | InvocationID=c5687818-8f13-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:17:40+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b6f94758-8f13-11ed-b108-72269febd526 | InvocationID=b6f94942-8f13-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:17:40+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c5bbabf0-8f13-11ed-b108-72269febd526 | InvocationID=c5bbae66-8f13-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:18:04+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c5687638-8f13-11ed-b108-72269febd526 | InvocationID=c5687818-8f13-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T05:18:04+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d453931c-8f13-11ed-b108-72269febd526 | InvocationID=d45394f2-8f13-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T05:18:04+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d453931c-8f13-11ed-b108-72269febd526 | InvocationID=d45394f2-8f13-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:18:04+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d453931c-8f13-11ed-b108-72269febd526 | InvocationID=d45394f2-8f13-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:18:05+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c5bbabf0-8f13-11ed-b108-72269febd526 | InvocationID=c5bbae66-8f13-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:18:05+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d47d6692-8f13-11ed-b108-72269febd526 | InvocationID=d47d6962-8f13-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:18:29+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d453931c-8f13-11ed-b108-72269febd526 | InvocationID=d45394f2-8f13-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T05:18:29+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e33ede36-8f13-11ed-b108-72269febd526 | InvocationID=e33ee318-8f13-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T05:18:29+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d47d6692-8f13-11ed-b108-72269febd526 | InvocationID=d47d6962-8f13-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:18:29+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e341883e-8f13-11ed-b108-72269febd526 | InvocationID=e34189ec-8f13-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:18:29+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e33ede36-8f13-11ed-b108-72269febd526 | InvocationID=e33ee318-8f13-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:18:29+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e33ede36-8f13-11ed-b108-72269febd526 | InvocationID=e33ee318-8f13-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:18:54+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e341883e-8f13-11ed-b108-72269febd526 | InvocationID=e34189ec-8f13-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:18:54+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f20272ca-8f13-11ed-b108-72269febd526 | InvocationID=f202754a-8f13-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:18:54+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e33ede36-8f13-11ed-b108-72269febd526 | InvocationID=e33ee318-8f13-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T05:18:54+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f22c7e9e-8f13-11ed-b108-72269febd526 | InvocationID=f22c8088-8f13-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T05:18:54+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f22c7e9e-8f13-11ed-b108-72269febd526 | InvocationID=f22c8088-8f13-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:18:54+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f22c7e9e-8f13-11ed-b108-72269febd526 | InvocationID=f22c8088-8f13-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:19:19+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f20272ca-8f13-11ed-b108-72269febd526 | InvocationID=f202754a-8f13-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:19:19+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=00c420c4-8f14-11ed-b108-72269febd526 | InvocationID=00c422ea-8f14-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:19:19+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f22c7e9e-8f13-11ed-b108-72269febd526 | InvocationID=f22c8088-8f13-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T05:19:19+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0117788c-8f14-11ed-b108-72269febd526 | InvocationID=01177dc8-8f14-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T05:19:19+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0117788c-8f14-11ed-b108-72269febd526 | InvocationID=01177dc8-8f14-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:19:19+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0117788c-8f14-11ed-b108-72269febd526 | InvocationID=01177dc8-8f14-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:19:44+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=00c420c4-8f14-11ed-b108-72269febd526 | InvocationID=00c422ea-8f14-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:19:44+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0f851528-8f14-11ed-b108-72269febd526 | InvocationID=0f852220-8f14-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:19:44+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0117788c-8f14-11ed-b108-72269febd526 | InvocationID=01177dc8-8f14-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T05:19:44+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=10047b24-8f14-11ed-b108-72269febd526 | InvocationID=10047dcc-8f14-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T05:19:44+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=10047b24-8f14-11ed-b108-72269febd526 | InvocationID=10047dcc-8f14-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:19:44+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=10047b24-8f14-11ed-b108-72269febd526 | InvocationID=10047dcc-8f14-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:20:08+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0f851528-8f14-11ed-b108-72269febd526 | InvocationID=0f852220-8f14-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:20:08+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e45e1e6-8f14-11ed-b108-72269febd526 | InvocationID=1e45e416-8f14-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:20:09+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=10047b24-8f14-11ed-b108-72269febd526 | InvocationID=10047dcc-8f14-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T05:20:09+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1eef68d8-8f14-11ed-b108-72269febd526 | InvocationID=1eef82aa-8f14-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T05:20:09+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1eef68d8-8f14-11ed-b108-72269febd526 | InvocationID=1eef82aa-8f14-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:20:09+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1eef68d8-8f14-11ed-b108-72269febd526 | InvocationID=1eef82aa-8f14-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:20:33+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1e45e1e6-8f14-11ed-b108-72269febd526 | InvocationID=1e45e416-8f14-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:20:33+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d0684ce-8f14-11ed-b108-72269febd526 | InvocationID=2d068794-8f14-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:20:34+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1eef68d8-8f14-11ed-b108-72269febd526 | InvocationID=1eef82aa-8f14-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T05:20:34+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ddb19be-8f14-11ed-b108-72269febd526 | InvocationID=2ddb1c52-8f14-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T05:20:35+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ddb19be-8f14-11ed-b108-72269febd526 | InvocationID=2ddb1c52-8f14-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:20:35+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2ddb19be-8f14-11ed-b108-72269febd526 | InvocationID=2ddb1c52-8f14-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:20:58+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2d0684ce-8f14-11ed-b108-72269febd526 | InvocationID=2d068794-8f14-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:20:58+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3bc89cb8-8f14-11ed-b108-72269febd526 | InvocationID=3bc89f6a-8f14-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:21:00+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2ddb19be-8f14-11ed-b108-72269febd526 | InvocationID=2ddb1c52-8f14-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T05:21:00+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3cc7dc78-8f14-11ed-b108-72269febd526 | InvocationID=3cc7e16e-8f14-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T05:21:00+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3cc7dc78-8f14-11ed-b108-72269febd526 | InvocationID=3cc7e16e-8f14-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:21:00+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3cc7dc78-8f14-11ed-b108-72269febd526 | InvocationID=3cc7e16e-8f14-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:21:23+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3bc89cb8-8f14-11ed-b108-72269febd526 | InvocationID=3bc89f6a-8f14-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:21:23+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4a8c41aa-8f14-11ed-b108-72269febd526 | InvocationID=4a8c55e6-8f14-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:21:25+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3cc7dc78-8f14-11ed-b108-72269febd526 | InvocationID=3cc7e16e-8f14-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T05:21:25+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4bb3d82c-8f14-11ed-b108-72269febd526 | InvocationID=4bb3da16-8f14-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T05:21:25+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4bb3d82c-8f14-11ed-b108-72269febd526 | InvocationID=4bb3da16-8f14-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:21:25+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4bb3d82c-8f14-11ed-b108-72269febd526 | InvocationID=4bb3da16-8f14-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:21:47+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4a8c41aa-8f14-11ed-b108-72269febd526 | InvocationID=4a8c55e6-8f14-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:21:47+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=594e044e-8f14-11ed-b108-72269febd526 | InvocationID=594e06ec-8f14-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:21:50+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4bb3d82c-8f14-11ed-b108-72269febd526 | InvocationID=4bb3da16-8f14-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T05:21:50+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5aa24c60-8f14-11ed-b108-72269febd526 | InvocationID=5aa3a740-8f14-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T05:21:50+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5aa24c60-8f14-11ed-b108-72269febd526 | InvocationID=5aa3a740-8f14-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:21:50+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5aa24c60-8f14-11ed-b108-72269febd526 | InvocationID=5aa3a740-8f14-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:22:12+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=594e044e-8f14-11ed-b108-72269febd526 | InvocationID=594e06ec-8f14-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:22:12+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=68158e8e-8f14-11ed-b108-72269febd526 | InvocationID=681590c8-8f14-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:22:15+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5aa24c60-8f14-11ed-b108-72269febd526 | InvocationID=5aa3a740-8f14-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T05:22:15+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=69991a28-8f14-11ed-b108-72269febd526 | InvocationID=69991bf4-8f14-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T05:22:15+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=69991a28-8f14-11ed-b108-72269febd526 | InvocationID=69991bf4-8f14-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:22:15+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=69991a28-8f14-11ed-b108-72269febd526 | InvocationID=69991bf4-8f14-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:22:37+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=68158e8e-8f14-11ed-b108-72269febd526 | InvocationID=681590c8-8f14-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:22:37+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=76db4148-8f14-11ed-b108-72269febd526 | InvocationID=76db4314-8f14-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:22:40+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=69991a28-8f14-11ed-b108-72269febd526 | InvocationID=69991bf4-8f14-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T05:22:40+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7894b014-8f14-11ed-b108-72269febd526 | InvocationID=7894b1f4-8f14-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T05:22:40+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7894b014-8f14-11ed-b108-72269febd526 | InvocationID=7894b1f4-8f14-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:22:40+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7894b014-8f14-11ed-b108-72269febd526 | InvocationID=7894b1f4-8f14-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:23:02+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=76db4148-8f14-11ed-b108-72269febd526 | InvocationID=76db4314-8f14-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:23:02+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=85a498fa-8f14-11ed-b108-72269febd526 | InvocationID=85a49b52-8f14-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:23:05+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7894b014-8f14-11ed-b108-72269febd526 | InvocationID=7894b1f4-8f14-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T05:23:05+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=878e11fa-8f14-11ed-b108-72269febd526 | InvocationID=878e13f8-8f14-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T05:23:05+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=878e11fa-8f14-11ed-b108-72269febd526 | InvocationID=878e13f8-8f14-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:23:05+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=878e11fa-8f14-11ed-b108-72269febd526 | InvocationID=878e13f8-8f14-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:23:27+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=85a498fa-8f14-11ed-b108-72269febd526 | InvocationID=85a49b52-8f14-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:23:27+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=946c0292-8f14-11ed-b108-72269febd526 | InvocationID=946c0878-8f14-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:23:30+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=878e11fa-8f14-11ed-b108-72269febd526 | InvocationID=878e13f8-8f14-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T05:23:30+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9679c4d4-8f14-11ed-b108-72269febd526 | InvocationID=9679c6b4-8f14-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T05:23:30+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9679c4d4-8f14-11ed-b108-72269febd526 | InvocationID=9679c6b4-8f14-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:23:30+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9679c4d4-8f14-11ed-b108-72269febd526 | InvocationID=9679c6b4-8f14-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:23:51+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=946c0292-8f14-11ed-b108-72269febd526 | InvocationID=946c0878-8f14-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:23:51+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a32f7c5a-8f14-11ed-b108-72269febd526 | InvocationID=a32f7ff2-8f14-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:23:55+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9679c4d4-8f14-11ed-b108-72269febd526 | InvocationID=9679c6b4-8f14-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T05:23:55+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a56552f6-8f14-11ed-b108-72269febd526 | InvocationID=a56554cc-8f14-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T05:23:55+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a56552f6-8f14-11ed-b108-72269febd526 | InvocationID=a56554cc-8f14-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:23:55+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a56552f6-8f14-11ed-b108-72269febd526 | InvocationID=a56554cc-8f14-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:24:16+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a32f7c5a-8f14-11ed-b108-72269febd526 | InvocationID=a32f7ff2-8f14-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:24:16+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b1f1ad1c-8f14-11ed-b108-72269febd526 | InvocationID=b1f1b0b4-8f14-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:24:20+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a56552f6-8f14-11ed-b108-72269febd526 | InvocationID=a56554cc-8f14-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T05:24:20+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b4504c76-8f14-11ed-b108-72269febd526 | InvocationID=b4504ee2-8f14-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T05:24:20+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b4504c76-8f14-11ed-b108-72269febd526 | InvocationID=b4504ee2-8f14-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:24:20+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b4504c76-8f14-11ed-b108-72269febd526 | InvocationID=b4504ee2-8f14-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:24:41+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b1f1ad1c-8f14-11ed-b108-72269febd526 | InvocationID=b1f1b0b4-8f14-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:24:41+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c0b9cc12-8f14-11ed-b108-72269febd526 | InvocationID=c0b9cdfc-8f14-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:24:45+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b4504c76-8f14-11ed-b108-72269febd526 | InvocationID=b4504ee2-8f14-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T05:24:45+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c340c6c0-8f14-11ed-b108-72269febd526 | InvocationID=c340c8a0-8f14-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T05:24:45+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c340c6c0-8f14-11ed-b108-72269febd526 | InvocationID=c340c8a0-8f14-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:24:45+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c340c6c0-8f14-11ed-b108-72269febd526 | InvocationID=c340c8a0-8f14-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:25:06+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c0b9cc12-8f14-11ed-b108-72269febd526 | InvocationID=c0b9cdfc-8f14-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:25:06+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cf7e6f00-8f14-11ed-b108-72269febd526 | InvocationID=cf7e70e0-8f14-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:25:10+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c340c6c0-8f14-11ed-b108-72269febd526 | InvocationID=c340c8a0-8f14-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T05:25:10+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d22cf37a-8f14-11ed-b108-72269febd526 | InvocationID=d22cf5be-8f14-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T05:25:10+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d22cf37a-8f14-11ed-b108-72269febd526 | InvocationID=d22cf5be-8f14-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:25:10+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d22cf37a-8f14-11ed-b108-72269febd526 | InvocationID=d22cf5be-8f14-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:25:30+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cf7e6f00-8f14-11ed-b108-72269febd526 | InvocationID=cf7e70e0-8f14-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:25:30+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=de44483e-8f14-11ed-b108-72269febd526 | InvocationID=de444a14-8f14-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:25:35+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d22cf37a-8f14-11ed-b108-72269febd526 | InvocationID=d22cf5be-8f14-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T05:25:35+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e117f7ea-8f14-11ed-b108-72269febd526 | InvocationID=e117fa60-8f14-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T05:25:35+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e117f7ea-8f14-11ed-b108-72269febd526 | InvocationID=e117fa60-8f14-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:25:35+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e117f7ea-8f14-11ed-b108-72269febd526 | InvocationID=e117fa60-8f14-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:25:55+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=de44483e-8f14-11ed-b108-72269febd526 | InvocationID=de444a14-8f14-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:25:55+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ed0842ee-8f14-11ed-b108-72269febd526 | InvocationID=ed0844d8-8f14-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:26:00+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e117f7ea-8f14-11ed-b108-72269febd526 | InvocationID=e117fa60-8f14-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T05:26:00+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f0049a74-8f14-11ed-b108-72269febd526 | InvocationID=f0049d26-8f14-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T05:26:00+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f0049a74-8f14-11ed-b108-72269febd526 | InvocationID=f0049d26-8f14-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:26:00+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f0049a74-8f14-11ed-b108-72269febd526 | InvocationID=f0049d26-8f14-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:26:20+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ed0842ee-8f14-11ed-b108-72269febd526 | InvocationID=ed0844d8-8f14-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:26:20+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fbca727a-8f14-11ed-b108-72269febd526 | InvocationID=fbca74f0-8f14-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:26:25+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f0049a74-8f14-11ed-b108-72269febd526 | InvocationID=f0049d26-8f14-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T05:26:25+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fef2ca06-8f14-11ed-b108-72269febd526 | InvocationID=fef2cc54-8f14-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T05:26:25+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fef2ca06-8f14-11ed-b108-72269febd526 | InvocationID=fef2cc54-8f14-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:26:25+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fef2ca06-8f14-11ed-b108-72269febd526 | InvocationID=fef2cc54-8f14-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:26:45+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fbca727a-8f14-11ed-b108-72269febd526 | InvocationID=fbca74f0-8f14-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:26:45+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0a8d7262-8f15-11ed-b108-72269febd526 | InvocationID=0a8d7456-8f15-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:26:50+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fef2ca06-8f14-11ed-b108-72269febd526 | InvocationID=fef2cc54-8f14-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T05:26:50+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0dde6700-8f15-11ed-b108-72269febd526 | InvocationID=0dde68e0-8f15-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T05:26:50+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0dde6700-8f15-11ed-b108-72269febd526 | InvocationID=0dde68e0-8f15-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:26:50+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0dde6700-8f15-11ed-b108-72269febd526 | InvocationID=0dde68e0-8f15-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:27:10+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0a8d7262-8f15-11ed-b108-72269febd526 | InvocationID=0a8d7456-8f15-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:27:10+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=19501408-8f15-11ed-b108-72269febd526 | InvocationID=195015e8-8f15-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:27:15+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0dde6700-8f15-11ed-b108-72269febd526 | InvocationID=0dde68e0-8f15-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T05:27:15+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1cca8942-8f15-11ed-b108-72269febd526 | InvocationID=1cca8b5e-8f15-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T05:27:15+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1cca8942-8f15-11ed-b108-72269febd526 | InvocationID=1cca8b5e-8f15-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:27:15+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1cca8942-8f15-11ed-b108-72269febd526 | InvocationID=1cca8b5e-8f15-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:27:34+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=19501408-8f15-11ed-b108-72269febd526 | InvocationID=195015e8-8f15-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:27:34+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2811791e-8f15-11ed-b108-72269febd526 | InvocationID=28117aea-8f15-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:27:40+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1cca8942-8f15-11ed-b108-72269febd526 | InvocationID=1cca8b5e-8f15-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T05:27:40+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2bb759d0-8f15-11ed-b108-72269febd526 | InvocationID=2bb75b92-8f15-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T05:27:40+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2bb759d0-8f15-11ed-b108-72269febd526 | InvocationID=2bb75b92-8f15-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:27:40+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2bb759d0-8f15-11ed-b108-72269febd526 | InvocationID=2bb75b92-8f15-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:27:59+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2811791e-8f15-11ed-b108-72269febd526 | InvocationID=28117aea-8f15-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:27:59+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=36d64830-8f15-11ed-b108-72269febd526 | InvocationID=36d64e3e-8f15-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:28:05+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2bb759d0-8f15-11ed-b108-72269febd526 | InvocationID=2bb75b92-8f15-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T05:28:05+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3aa622f0-8f15-11ed-b108-72269febd526 | InvocationID=3aa626b0-8f15-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T05:28:05+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3aa622f0-8f15-11ed-b108-72269febd526 | InvocationID=3aa626b0-8f15-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:28:05+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3aa622f0-8f15-11ed-b108-72269febd526 | InvocationID=3aa626b0-8f15-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:28:24+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=36d64830-8f15-11ed-b108-72269febd526 | InvocationID=36d64e3e-8f15-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:28:24+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=459a9254-8f15-11ed-b108-72269febd526 | InvocationID=459a9574-8f15-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:28:30+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3aa622f0-8f15-11ed-b108-72269febd526 | InvocationID=3aa626b0-8f15-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T05:28:30+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4993f85a-8f15-11ed-b108-72269febd526 | InvocationID=4993fa26-8f15-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T05:28:31+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4993f85a-8f15-11ed-b108-72269febd526 | InvocationID=4993fa26-8f15-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:28:31+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4993f85a-8f15-11ed-b108-72269febd526 | InvocationID=4993fa26-8f15-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:28:49+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=459a9254-8f15-11ed-b108-72269febd526 | InvocationID=459a9574-8f15-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:28:49+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=545ede3a-8f15-11ed-b108-72269febd526 | InvocationID=545ee0c4-8f15-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:28:56+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4993f85a-8f15-11ed-b108-72269febd526 | InvocationID=4993fa26-8f15-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T05:28:56+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5888c070-8f15-11ed-b108-72269febd526 | InvocationID=5888c23c-8f15-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T05:28:56+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5888c070-8f15-11ed-b108-72269febd526 | InvocationID=5888c23c-8f15-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:28:56+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5888c070-8f15-11ed-b108-72269febd526 | InvocationID=5888c23c-8f15-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:29:13+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=545ede3a-8f15-11ed-b108-72269febd526 | InvocationID=545ee0c4-8f15-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:29:13+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=63212ff4-8f15-11ed-b108-72269febd526 | InvocationID=63213256-8f15-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:29:21+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5888c070-8f15-11ed-b108-72269febd526 | InvocationID=5888c23c-8f15-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T05:29:21+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=677657f0-8f15-11ed-b108-72269febd526 | InvocationID=67765a70-8f15-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T05:29:21+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=677657f0-8f15-11ed-b108-72269febd526 | InvocationID=67765a70-8f15-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:29:21+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=677657f0-8f15-11ed-b108-72269febd526 | InvocationID=67765a70-8f15-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:29:38+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=63212ff4-8f15-11ed-b108-72269febd526 | InvocationID=63213256-8f15-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:29:38+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=71e9e3c8-8f15-11ed-b108-72269febd526 | InvocationID=71e9e5a8-8f15-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:29:46+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=677657f0-8f15-11ed-b108-72269febd526 | InvocationID=67765a70-8f15-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T05:29:46+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=766a2106-8f15-11ed-b108-72269febd526 | InvocationID=766a235e-8f15-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T05:29:46+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=766a2106-8f15-11ed-b108-72269febd526 | InvocationID=766a235e-8f15-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:29:46+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=766a2106-8f15-11ed-b108-72269febd526 | InvocationID=766a235e-8f15-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:30:03+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=71e9e3c8-8f15-11ed-b108-72269febd526 | InvocationID=71e9e5a8-8f15-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:30:03+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=80ab9ffa-8f15-11ed-b108-72269febd526 | InvocationID=80aba298-8f15-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:30:11+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=766a2106-8f15-11ed-b108-72269febd526 | InvocationID=766a235e-8f15-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T05:30:11+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8559e638-8f15-11ed-b108-72269febd526 | InvocationID=8559e8f4-8f15-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T05:30:11+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8559e638-8f15-11ed-b108-72269febd526 | InvocationID=8559e8f4-8f15-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:30:11+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8559e638-8f15-11ed-b108-72269febd526 | InvocationID=8559e8f4-8f15-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:30:28+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=80ab9ffa-8f15-11ed-b108-72269febd526 | InvocationID=80aba298-8f15-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:30:28+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8f6ea3de-8f15-11ed-b108-72269febd526 | InvocationID=8f6ea5d2-8f15-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:30:36+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8559e638-8f15-11ed-b108-72269febd526 | InvocationID=8559e8f4-8f15-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T05:30:36+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=94466860-8f15-11ed-b108-72269febd526 | InvocationID=94466ae0-8f15-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T05:30:36+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=94466860-8f15-11ed-b108-72269febd526 | InvocationID=94466ae0-8f15-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:30:36+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=94466860-8f15-11ed-b108-72269febd526 | InvocationID=94466ae0-8f15-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:30:52+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8f6ea3de-8f15-11ed-b108-72269febd526 | InvocationID=8f6ea5d2-8f15-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:30:52+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9e2f7ca4-8f15-11ed-b108-72269febd526 | InvocationID=9e2f7f4c-8f15-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:31:01+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=94466860-8f15-11ed-b108-72269febd526 | InvocationID=94466ae0-8f15-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T05:31:01+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a331934a-8f15-11ed-b108-72269febd526 | InvocationID=a3319df4-8f15-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T05:31:01+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a331934a-8f15-11ed-b108-72269febd526 | InvocationID=a3319df4-8f15-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:31:01+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a331934a-8f15-11ed-b108-72269febd526 | InvocationID=a3319df4-8f15-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:31:17+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9e2f7ca4-8f15-11ed-b108-72269febd526 | InvocationID=9e2f7f4c-8f15-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:31:17+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=acf18fc0-8f15-11ed-b108-72269febd526 | InvocationID=acf19204-8f15-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:31:26+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a331934a-8f15-11ed-b108-72269febd526 | InvocationID=a3319df4-8f15-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T05:31:26+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b21f4be0-8f15-11ed-b108-72269febd526 | InvocationID=b21f4e06-8f15-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T05:31:26+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b21f4be0-8f15-11ed-b108-72269febd526 | InvocationID=b21f4e06-8f15-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:31:26+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b21f4be0-8f15-11ed-b108-72269febd526 | InvocationID=b21f4e06-8f15-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:31:42+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=acf18fc0-8f15-11ed-b108-72269febd526 | InvocationID=acf19204-8f15-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:31:42+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bbb23ed8-8f15-11ed-b108-72269febd526 | InvocationID=bbb240a4-8f15-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:31:51+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b21f4be0-8f15-11ed-b108-72269febd526 | InvocationID=b21f4e06-8f15-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T05:31:51+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c10bd60a-8f15-11ed-b108-72269febd526 | InvocationID=c10bd7d6-8f15-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T05:31:51+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c10bd60a-8f15-11ed-b108-72269febd526 | InvocationID=c10bd7d6-8f15-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:31:51+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c10bd60a-8f15-11ed-b108-72269febd526 | InvocationID=c10bd7d6-8f15-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:32:07+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bbb23ed8-8f15-11ed-b108-72269febd526 | InvocationID=bbb240a4-8f15-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:32:07+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ca729cc4-8f15-11ed-b108-72269febd526 | InvocationID=ca729ea4-8f15-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:32:16+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c10bd60a-8f15-11ed-b108-72269febd526 | InvocationID=c10bd7d6-8f15-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T05:32:16+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cff7cebc-8f15-11ed-b108-72269febd526 | InvocationID=cff7d146-8f15-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T05:32:16+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cff7cebc-8f15-11ed-b108-72269febd526 | InvocationID=cff7d146-8f15-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:32:16+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cff7cebc-8f15-11ed-b108-72269febd526 | InvocationID=cff7d146-8f15-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:32:31+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ca729cc4-8f15-11ed-b108-72269febd526 | InvocationID=ca729ea4-8f15-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:32:31+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d9334f42-8f15-11ed-b108-72269febd526 | InvocationID=d933524e-8f15-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:32:41+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cff7cebc-8f15-11ed-b108-72269febd526 | InvocationID=cff7d146-8f15-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T05:32:41+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dee3d52e-8f15-11ed-b108-72269febd526 | InvocationID=dee3d77c-8f15-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T05:32:41+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dee3d52e-8f15-11ed-b108-72269febd526 | InvocationID=dee3d77c-8f15-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:32:41+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dee3d52e-8f15-11ed-b108-72269febd526 | InvocationID=dee3d77c-8f15-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:32:56+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d9334f42-8f15-11ed-b108-72269febd526 | InvocationID=d933524e-8f15-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:32:56+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e7f58ebe-8f15-11ed-b108-72269febd526 | InvocationID=e7f5a7b4-8f15-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:33:06+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dee3d52e-8f15-11ed-b108-72269febd526 | InvocationID=dee3d77c-8f15-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T05:33:06+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=edcf3984-8f15-11ed-b108-72269febd526 | InvocationID=edcf3b50-8f15-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T05:33:06+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=edcf3984-8f15-11ed-b108-72269febd526 | InvocationID=edcf3b50-8f15-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:33:06+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=edcf3984-8f15-11ed-b108-72269febd526 | InvocationID=edcf3b50-8f15-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:33:21+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e7f58ebe-8f15-11ed-b108-72269febd526 | InvocationID=e7f5a7b4-8f15-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:33:21+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f6b5c676-8f15-11ed-b108-72269febd526 | InvocationID=f6b5c84c-8f15-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:33:31+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=edcf3984-8f15-11ed-b108-72269febd526 | InvocationID=edcf3b50-8f15-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T05:33:31+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fcbacad0-8f15-11ed-b108-72269febd526 | InvocationID=fcbaccb0-8f15-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T05:33:31+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fcbacad0-8f15-11ed-b108-72269febd526 | InvocationID=fcbaccb0-8f15-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:33:31+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fcbacad0-8f15-11ed-b108-72269febd526 | InvocationID=fcbaccb0-8f15-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:33:46+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f6b5c676-8f15-11ed-b108-72269febd526 | InvocationID=f6b5c84c-8f15-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:33:46+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=05773d70-8f16-11ed-b108-72269febd526 | InvocationID=05773fbe-8f16-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:33:56+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fcbacad0-8f15-11ed-b108-72269febd526 | InvocationID=fcbaccb0-8f15-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T05:33:56+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0ba72390-8f16-11ed-b108-72269febd526 | InvocationID=0ba7255c-8f16-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T05:33:56+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0ba72390-8f16-11ed-b108-72269febd526 | InvocationID=0ba7255c-8f16-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:33:56+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0ba72390-8f16-11ed-b108-72269febd526 | InvocationID=0ba7255c-8f16-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:34:10+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=05773d70-8f16-11ed-b108-72269febd526 | InvocationID=05773fbe-8f16-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:34:10+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1439ea2e-8f16-11ed-b108-72269febd526 | InvocationID=1439f302-8f16-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:34:21+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0ba72390-8f16-11ed-b108-72269febd526 | InvocationID=0ba7255c-8f16-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T05:34:21+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1a926220-8f16-11ed-b108-72269febd526 | InvocationID=1a926400-8f16-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T05:34:21+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1a926220-8f16-11ed-b108-72269febd526 | InvocationID=1a926400-8f16-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:34:21+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1a926220-8f16-11ed-b108-72269febd526 | InvocationID=1a926400-8f16-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:34:35+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1439ea2e-8f16-11ed-b108-72269febd526 | InvocationID=1439f302-8f16-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:34:35+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=22fd6860-8f16-11ed-b108-72269febd526 | InvocationID=22fd6a40-8f16-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:34:46+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1a926220-8f16-11ed-b108-72269febd526 | InvocationID=1a926400-8f16-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T05:34:46+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=29804a72-8f16-11ed-b108-72269febd526 | InvocationID=29804d24-8f16-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T05:34:46+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=29804a72-8f16-11ed-b108-72269febd526 | InvocationID=29804d24-8f16-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:34:46+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=29804a72-8f16-11ed-b108-72269febd526 | InvocationID=29804d24-8f16-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:35:00+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=22fd6860-8f16-11ed-b108-72269febd526 | InvocationID=22fd6a40-8f16-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:35:00+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=31c18336-8f16-11ed-b108-72269febd526 | InvocationID=31c1882c-8f16-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:35:11+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=29804a72-8f16-11ed-b108-72269febd526 | InvocationID=29804d24-8f16-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T05:35:11+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=386b9a5a-8f16-11ed-b108-72269febd526 | InvocationID=386b9c76-8f16-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T05:35:11+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=386b9a5a-8f16-11ed-b108-72269febd526 | InvocationID=386b9c76-8f16-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:35:11+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=386b9a5a-8f16-11ed-b108-72269febd526 | InvocationID=386b9c76-8f16-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:35:25+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=31c18336-8f16-11ed-b108-72269febd526 | InvocationID=31c1882c-8f16-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:35:25+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=408286b8-8f16-11ed-b108-72269febd526 | InvocationID=408294be-8f16-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:35:36+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=386b9a5a-8f16-11ed-b108-72269febd526 | InvocationID=386b9c76-8f16-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T05:35:36+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=47591fec-8f16-11ed-b108-72269febd526 | InvocationID=47592316-8f16-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T05:35:36+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=47591fec-8f16-11ed-b108-72269febd526 | InvocationID=47592316-8f16-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:35:36+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=47591fec-8f16-11ed-b108-72269febd526 | InvocationID=47592316-8f16-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:35:50+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=408286b8-8f16-11ed-b108-72269febd526 | InvocationID=408294be-8f16-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:35:50+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4f45c05c-8f16-11ed-b108-72269febd526 | InvocationID=4f45c87c-8f16-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:36:01+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=47591fec-8f16-11ed-b108-72269febd526 | InvocationID=47592316-8f16-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T05:36:01+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5645080e-8f16-11ed-b108-72269febd526 | InvocationID=56450ba6-8f16-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T05:36:01+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5645080e-8f16-11ed-b108-72269febd526 | InvocationID=56450ba6-8f16-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:36:01+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5645080e-8f16-11ed-b108-72269febd526 | InvocationID=56450ba6-8f16-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:36:14+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4f45c05c-8f16-11ed-b108-72269febd526 | InvocationID=4f45c87c-8f16-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:36:14+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5e068914-8f16-11ed-b108-72269febd526 | InvocationID=5e068c52-8f16-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:36:26+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5645080e-8f16-11ed-b108-72269febd526 | InvocationID=56450ba6-8f16-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T05:36:26+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=65307de4-8f16-11ed-b108-72269febd526 | InvocationID=65308000-8f16-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T05:36:26+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=65307de4-8f16-11ed-b108-72269febd526 | InvocationID=65308000-8f16-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:36:26+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=65307de4-8f16-11ed-b108-72269febd526 | InvocationID=65308000-8f16-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:36:39+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5e068914-8f16-11ed-b108-72269febd526 | InvocationID=5e068c52-8f16-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:36:39+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6cc81bca-8f16-11ed-b108-72269febd526 | InvocationID=6cc81e04-8f16-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:36:51+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=65307de4-8f16-11ed-b108-72269febd526 | InvocationID=65308000-8f16-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T05:36:51+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=741ed8d2-8f16-11ed-b108-72269febd526 | InvocationID=741edb0c-8f16-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T05:36:51+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=741ed8d2-8f16-11ed-b108-72269febd526 | InvocationID=741edb0c-8f16-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:36:51+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=741ed8d2-8f16-11ed-b108-72269febd526 | InvocationID=741edb0c-8f16-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:37:04+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6cc81bca-8f16-11ed-b108-72269febd526 | InvocationID=6cc81e04-8f16-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:37:04+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7b8a55ce-8f16-11ed-b108-72269febd526 | InvocationID=7b8a623a-8f16-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:37:16+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=741ed8d2-8f16-11ed-b108-72269febd526 | InvocationID=741edb0c-8f16-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T05:37:16+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8309f2e6-8f16-11ed-b108-72269febd526 | InvocationID=8309f4bc-8f16-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T05:37:16+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8309f2e6-8f16-11ed-b108-72269febd526 | InvocationID=8309f4bc-8f16-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:37:16+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8309f2e6-8f16-11ed-b108-72269febd526 | InvocationID=8309f4bc-8f16-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:37:29+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7b8a55ce-8f16-11ed-b108-72269febd526 | InvocationID=7b8a623a-8f16-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:37:29+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8a4b8e16-8f16-11ed-b108-72269febd526 | InvocationID=8a4b929e-8f16-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:37:41+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8309f2e6-8f16-11ed-b108-72269febd526 | InvocationID=8309f4bc-8f16-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T05:37:41+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=91f4e8c4-8f16-11ed-b108-72269febd526 | InvocationID=91f4eaa4-8f16-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T05:37:41+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=91f4e8c4-8f16-11ed-b108-72269febd526 | InvocationID=91f4eaa4-8f16-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:37:41+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=91f4e8c4-8f16-11ed-b108-72269febd526 | InvocationID=91f4eaa4-8f16-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:37:53+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8a4b8e16-8f16-11ed-b108-72269febd526 | InvocationID=8a4b929e-8f16-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:37:53+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=99139dd0-8f16-11ed-b108-72269febd526 | InvocationID=9913a21c-8f16-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:38:06+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=91f4e8c4-8f16-11ed-b108-72269febd526 | InvocationID=91f4eaa4-8f16-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T05:38:06+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a0e0b430-8f16-11ed-b108-72269febd526 | InvocationID=a0e0b660-8f16-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T05:38:06+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a0e0b430-8f16-11ed-b108-72269febd526 | InvocationID=a0e0b660-8f16-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:38:06+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a0e0b430-8f16-11ed-b108-72269febd526 | InvocationID=a0e0b660-8f16-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:38:18+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=99139dd0-8f16-11ed-b108-72269febd526 | InvocationID=9913a21c-8f16-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:38:18+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a7d3e10e-8f16-11ed-b108-72269febd526 | InvocationID=a7d3e302-8f16-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:38:31+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a0e0b430-8f16-11ed-b108-72269febd526 | InvocationID=a0e0b660-8f16-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T05:38:31+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=afcbda7e-8f16-11ed-b108-72269febd526 | InvocationID=afcbdd94-8f16-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T05:38:32+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=afcbda7e-8f16-11ed-b108-72269febd526 | InvocationID=afcbdd94-8f16-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:38:32+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=afcbda7e-8f16-11ed-b108-72269febd526 | InvocationID=afcbdd94-8f16-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:38:43+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a7d3e10e-8f16-11ed-b108-72269febd526 | InvocationID=a7d3e302-8f16-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:38:43+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b69469f2-8f16-11ed-b108-72269febd526 | InvocationID=b6946c54-8f16-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:38:57+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=afcbda7e-8f16-11ed-b108-72269febd526 | InvocationID=afcbdd94-8f16-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T05:38:57+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=beb78394-8f16-11ed-b108-72269febd526 | InvocationID=beb785c4-8f16-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T05:38:57+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=beb78394-8f16-11ed-b108-72269febd526 | InvocationID=beb785c4-8f16-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:38:57+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=beb78394-8f16-11ed-b108-72269febd526 | InvocationID=beb785c4-8f16-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:39:08+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b69469f2-8f16-11ed-b108-72269febd526 | InvocationID=b6946c54-8f16-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:39:08+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c5552422-8f16-11ed-b108-72269febd526 | InvocationID=c55526b6-8f16-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:39:22+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=beb78394-8f16-11ed-b108-72269febd526 | InvocationID=beb785c4-8f16-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T05:39:22+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cda2cf80-8f16-11ed-b108-72269febd526 | InvocationID=cda2d1d8-8f16-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T05:39:22+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cda2cf80-8f16-11ed-b108-72269febd526 | InvocationID=cda2d1d8-8f16-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:39:22+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cda2cf80-8f16-11ed-b108-72269febd526 | InvocationID=cda2d1d8-8f16-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:39:32+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c5552422-8f16-11ed-b108-72269febd526 | InvocationID=c55526b6-8f16-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:39:32+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d41a41b8-8f16-11ed-b108-72269febd526 | InvocationID=d41a51c6-8f16-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:39:47+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cda2cf80-8f16-11ed-b108-72269febd526 | InvocationID=cda2d1d8-8f16-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T05:39:47+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dc8ddddc-8f16-11ed-b108-72269febd526 | InvocationID=dc8de07a-8f16-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T05:39:47+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dc8ddddc-8f16-11ed-b108-72269febd526 | InvocationID=dc8de07a-8f16-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:39:47+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dc8ddddc-8f16-11ed-b108-72269febd526 | InvocationID=dc8de07a-8f16-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:39:57+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d41a41b8-8f16-11ed-b108-72269febd526 | InvocationID=d41a51c6-8f16-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:39:57+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e2df20b0-8f16-11ed-b108-72269febd526 | InvocationID=e2df24f2-8f16-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:40:12+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dc8ddddc-8f16-11ed-b108-72269febd526 | InvocationID=dc8de07a-8f16-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T05:40:12+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eb79ad9e-8f16-11ed-b108-72269febd526 | InvocationID=eb79af88-8f16-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T05:40:12+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eb79ad9e-8f16-11ed-b108-72269febd526 | InvocationID=eb79af88-8f16-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:40:12+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eb79ad9e-8f16-11ed-b108-72269febd526 | InvocationID=eb79af88-8f16-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:40:22+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e2df20b0-8f16-11ed-b108-72269febd526 | InvocationID=e2df24f2-8f16-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:40:22+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f1a36ed0-8f16-11ed-b108-72269febd526 | InvocationID=f1a378b2-8f16-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:40:37+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eb79ad9e-8f16-11ed-b108-72269febd526 | InvocationID=eb79af88-8f16-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T05:40:37+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fa64dffe-8f16-11ed-b108-72269febd526 | InvocationID=fa64e1de-8f16-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T05:40:37+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fa64dffe-8f16-11ed-b108-72269febd526 | InvocationID=fa64e1de-8f16-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:40:37+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fa64dffe-8f16-11ed-b108-72269febd526 | InvocationID=fa64e1de-8f16-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:40:47+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f1a36ed0-8f16-11ed-b108-72269febd526 | InvocationID=f1a378b2-8f16-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:40:47+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0065cd78-8f17-11ed-b108-72269febd526 | InvocationID=0065cfb2-8f17-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:41:02+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fa64dffe-8f16-11ed-b108-72269febd526 | InvocationID=fa64e1de-8f16-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T05:41:02+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0950f782-8f17-11ed-b108-72269febd526 | InvocationID=0950fb7e-8f17-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T05:41:02+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0950f782-8f17-11ed-b108-72269febd526 | InvocationID=0950fb7e-8f17-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:41:02+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0950f782-8f17-11ed-b108-72269febd526 | InvocationID=0950fb7e-8f17-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:41:11+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0065cd78-8f17-11ed-b108-72269febd526 | InvocationID=0065cfb2-8f17-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:41:11+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0f25e37a-8f17-11ed-b108-72269febd526 | InvocationID=0f25e5dc-8f17-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:41:27+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0950f782-8f17-11ed-b108-72269febd526 | InvocationID=0950fb7e-8f17-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T05:41:27+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=183c228a-8f17-11ed-b108-72269febd526 | InvocationID=183c24f6-8f17-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T05:41:27+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=183c228a-8f17-11ed-b108-72269febd526 | InvocationID=183c24f6-8f17-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:41:27+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=183c228a-8f17-11ed-b108-72269febd526 | InvocationID=183c24f6-8f17-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:41:36+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0f25e37a-8f17-11ed-b108-72269febd526 | InvocationID=0f25e5dc-8f17-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:41:36+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1de6f5c0-8f17-11ed-b108-72269febd526 | InvocationID=1de6f80e-8f17-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:41:52+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=183c228a-8f17-11ed-b108-72269febd526 | InvocationID=183c24f6-8f17-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T05:41:52+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2727121e-8f17-11ed-b108-72269febd526 | InvocationID=27271412-8f17-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T05:41:52+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2727121e-8f17-11ed-b108-72269febd526 | InvocationID=27271412-8f17-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:41:52+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2727121e-8f17-11ed-b108-72269febd526 | InvocationID=27271412-8f17-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:42:01+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1de6f5c0-8f17-11ed-b108-72269febd526 | InvocationID=1de6f80e-8f17-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:42:01+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2caa0520-8f17-11ed-b108-72269febd526 | InvocationID=2caa0746-8f17-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:42:17+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2727121e-8f17-11ed-b108-72269febd526 | InvocationID=27271412-8f17-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T05:42:17+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=36125806-8f17-11ed-b108-72269febd526 | InvocationID=36125a90-8f17-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T05:42:17+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=36125806-8f17-11ed-b108-72269febd526 | InvocationID=36125a90-8f17-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:42:17+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=36125806-8f17-11ed-b108-72269febd526 | InvocationID=36125a90-8f17-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:42:26+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2caa0520-8f17-11ed-b108-72269febd526 | InvocationID=2caa0746-8f17-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:42:26+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3b6baf00-8f17-11ed-b108-72269febd526 | InvocationID=3b6bb0e0-8f17-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:42:42+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=36125806-8f17-11ed-b108-72269febd526 | InvocationID=36125a90-8f17-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T05:42:42+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=44fe7732-8f17-11ed-b108-72269febd526 | InvocationID=44fe78fe-8f17-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T05:42:42+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=44fe7732-8f17-11ed-b108-72269febd526 | InvocationID=44fe78fe-8f17-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:42:42+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=44fe7732-8f17-11ed-b108-72269febd526 | InvocationID=44fe78fe-8f17-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:42:50+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3b6baf00-8f17-11ed-b108-72269febd526 | InvocationID=3b6bb0e0-8f17-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:42:50+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4a2d07be-8f17-11ed-b108-72269febd526 | InvocationID=4a2d0a70-8f17-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:43:07+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=44fe7732-8f17-11ed-b108-72269febd526 | InvocationID=44fe78fe-8f17-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T05:43:07+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=53eb4a7c-8f17-11ed-b108-72269febd526 | InvocationID=53eb4c66-8f17-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T05:43:07+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=53eb4a7c-8f17-11ed-b108-72269febd526 | InvocationID=53eb4c66-8f17-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:43:07+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=53eb4a7c-8f17-11ed-b108-72269febd526 | InvocationID=53eb4c66-8f17-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:43:15+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4a2d07be-8f17-11ed-b108-72269febd526 | InvocationID=4a2d0a70-8f17-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:43:15+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=58ed95de-8f17-11ed-b108-72269febd526 | InvocationID=58ed9cfa-8f17-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:43:32+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=53eb4a7c-8f17-11ed-b108-72269febd526 | InvocationID=53eb4c66-8f17-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T05:43:32+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=62d653ec-8f17-11ed-b108-72269febd526 | InvocationID=62d656a8-8f17-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T05:43:32+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=62d653ec-8f17-11ed-b108-72269febd526 | InvocationID=62d656a8-8f17-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:43:32+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=62d653ec-8f17-11ed-b108-72269febd526 | InvocationID=62d656a8-8f17-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:43:40+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=58ed95de-8f17-11ed-b108-72269febd526 | InvocationID=58ed9cfa-8f17-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:43:40+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=67b00174-8f17-11ed-b108-72269febd526 | InvocationID=67b004a8-8f17-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:43:57+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=62d653ec-8f17-11ed-b108-72269febd526 | InvocationID=62d656a8-8f17-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T05:43:57+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=71c1846c-8f17-11ed-b108-72269febd526 | InvocationID=71c19362-8f17-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T05:43:57+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=71c1846c-8f17-11ed-b108-72269febd526 | InvocationID=71c19362-8f17-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:43:57+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=71c1846c-8f17-11ed-b108-72269febd526 | InvocationID=71c19362-8f17-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:44:05+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=67b00174-8f17-11ed-b108-72269febd526 | InvocationID=67b004a8-8f17-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:44:05+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7672fab8-8f17-11ed-b108-72269febd526 | InvocationID=7672fdf6-8f17-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:44:22+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=71c1846c-8f17-11ed-b108-72269febd526 | InvocationID=71c19362-8f17-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T05:44:22+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=80ae21e2-8f17-11ed-b108-72269febd526 | InvocationID=80ae2480-8f17-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T05:44:22+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=80ae21e2-8f17-11ed-b108-72269febd526 | InvocationID=80ae2480-8f17-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:44:22+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=80ae21e2-8f17-11ed-b108-72269febd526 | InvocationID=80ae2480-8f17-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:44:30+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7672fab8-8f17-11ed-b108-72269febd526 | InvocationID=7672fdf6-8f17-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:44:30+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=85359984-8f17-11ed-b108-72269febd526 | InvocationID=8535a456-8f17-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:44:47+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=80ae21e2-8f17-11ed-b108-72269febd526 | InvocationID=80ae2480-8f17-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T05:44:47+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8f9d13c0-8f17-11ed-b108-72269febd526 | InvocationID=8f9d18e8-8f17-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T05:44:47+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8f9d13c0-8f17-11ed-b108-72269febd526 | InvocationID=8f9d18e8-8f17-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:44:47+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8f9d13c0-8f17-11ed-b108-72269febd526 | InvocationID=8f9d18e8-8f17-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:44:54+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=85359984-8f17-11ed-b108-72269febd526 | InvocationID=8535a456-8f17-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:44:54+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=93f7de28-8f17-11ed-b108-72269febd526 | InvocationID=93f7e0a8-8f17-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:45:12+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8f9d13c0-8f17-11ed-b108-72269febd526 | InvocationID=8f9d18e8-8f17-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T05:45:12+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9e8a72a6-8f17-11ed-b108-72269febd526 | InvocationID=9e8a74ea-8f17-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T05:45:12+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9e8a72a6-8f17-11ed-b108-72269febd526 | InvocationID=9e8a74ea-8f17-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:45:12+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9e8a72a6-8f17-11ed-b108-72269febd526 | InvocationID=9e8a74ea-8f17-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:45:19+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=93f7de28-8f17-11ed-b108-72269febd526 | InvocationID=93f7e0a8-8f17-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:45:19+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a2b8a3c0-8f17-11ed-b108-72269febd526 | InvocationID=a2b8a816-8f17-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:45:37+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9e8a72a6-8f17-11ed-b108-72269febd526 | InvocationID=9e8a74ea-8f17-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T05:45:37+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ad7635e8-8f17-11ed-b108-72269febd526 | InvocationID=ad763854-8f17-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T05:45:37+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ad7635e8-8f17-11ed-b108-72269febd526 | InvocationID=ad763854-8f17-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:45:37+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ad7635e8-8f17-11ed-b108-72269febd526 | InvocationID=ad763854-8f17-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:45:44+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a2b8a3c0-8f17-11ed-b108-72269febd526 | InvocationID=a2b8a816-8f17-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:45:44+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b179abca-8f17-11ed-b108-72269febd526 | InvocationID=b179bc6e-8f17-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:46:02+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ad7635e8-8f17-11ed-b108-72269febd526 | InvocationID=ad763854-8f17-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T05:46:02+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bc65a9bc-8f17-11ed-b108-72269febd526 | InvocationID=bc65abd8-8f17-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T05:46:02+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bc65a9bc-8f17-11ed-b108-72269febd526 | InvocationID=bc65abd8-8f17-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:46:02+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bc65a9bc-8f17-11ed-b108-72269febd526 | InvocationID=bc65abd8-8f17-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:46:09+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b179abca-8f17-11ed-b108-72269febd526 | InvocationID=b179bc6e-8f17-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:46:09+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c03b00e6-8f17-11ed-b108-72269febd526 | InvocationID=c03b0f14-8f17-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:46:27+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bc65a9bc-8f17-11ed-b108-72269febd526 | InvocationID=bc65abd8-8f17-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T05:46:27+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cb51d43c-8f17-11ed-b108-72269febd526 | InvocationID=cb51d7c0-8f17-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T05:46:27+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cb51d43c-8f17-11ed-b108-72269febd526 | InvocationID=cb51d7c0-8f17-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:46:27+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cb51d43c-8f17-11ed-b108-72269febd526 | InvocationID=cb51d7c0-8f17-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:46:33+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c03b00e6-8f17-11ed-b108-72269febd526 | InvocationID=c03b0f14-8f17-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:46:33+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cefb2d18-8f17-11ed-b108-72269febd526 | InvocationID=cefb2fac-8f17-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:46:52+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cb51d43c-8f17-11ed-b108-72269febd526 | InvocationID=cb51d7c0-8f17-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T05:46:52+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=da3e054c-8f17-11ed-b108-72269febd526 | InvocationID=da3e083a-8f17-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T05:46:52+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=da3e054c-8f17-11ed-b108-72269febd526 | InvocationID=da3e083a-8f17-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:46:52+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=da3e054c-8f17-11ed-b108-72269febd526 | InvocationID=da3e083a-8f17-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:46:58+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cefb2d18-8f17-11ed-b108-72269febd526 | InvocationID=cefb2fac-8f17-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:46:58+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ddbbf97c-8f17-11ed-b108-72269febd526 | InvocationID=ddbbfba2-8f17-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:47:17+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=da3e054c-8f17-11ed-b108-72269febd526 | InvocationID=da3e083a-8f17-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T05:47:17+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e9299d96-8f17-11ed-b108-72269febd526 | InvocationID=e9299f76-8f17-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T05:47:17+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e9299d96-8f17-11ed-b108-72269febd526 | InvocationID=e9299f76-8f17-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:47:17+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e9299d96-8f17-11ed-b108-72269febd526 | InvocationID=e9299f76-8f17-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:47:23+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ddbbf97c-8f17-11ed-b108-72269febd526 | InvocationID=ddbbfba2-8f17-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:47:23+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ec7ee23a-8f17-11ed-b108-72269febd526 | InvocationID=ec7ee41a-8f17-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:47:42+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e9299d96-8f17-11ed-b108-72269febd526 | InvocationID=e9299f76-8f17-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T05:47:42+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f8170898-8f17-11ed-b108-72269febd526 | InvocationID=f8170a82-8f17-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T05:47:42+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f8170898-8f17-11ed-b108-72269febd526 | InvocationID=f8170a82-8f17-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:47:42+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f8170898-8f17-11ed-b108-72269febd526 | InvocationID=f8170a82-8f17-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:47:48+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ec7ee23a-8f17-11ed-b108-72269febd526 | InvocationID=ec7ee41a-8f17-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:47:48+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fb3f1218-8f17-11ed-b108-72269febd526 | InvocationID=fb3f1452-8f17-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:48:07+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f8170898-8f17-11ed-b108-72269febd526 | InvocationID=f8170a82-8f17-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T05:48:07+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=07018e82-8f18-11ed-b108-72269febd526 | InvocationID=07019062-8f18-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T05:48:07+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=07018e82-8f18-11ed-b108-72269febd526 | InvocationID=07019062-8f18-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:48:07+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=07018e82-8f18-11ed-b108-72269febd526 | InvocationID=07019062-8f18-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:48:12+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fb3f1218-8f17-11ed-b108-72269febd526 | InvocationID=fb3f1452-8f17-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:48:12+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=09ff0556-8f18-11ed-b108-72269febd526 | InvocationID=09ff072c-8f18-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:48:32+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=07018e82-8f18-11ed-b108-72269febd526 | InvocationID=07019062-8f18-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T05:48:32+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=15ed45e4-8f18-11ed-b108-72269febd526 | InvocationID=15ed47c4-8f18-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T05:48:32+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=15ed45e4-8f18-11ed-b108-72269febd526 | InvocationID=15ed47c4-8f18-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:48:32+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=15ed45e4-8f18-11ed-b108-72269febd526 | InvocationID=15ed47c4-8f18-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:48:37+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=09ff0556-8f18-11ed-b108-72269febd526 | InvocationID=09ff072c-8f18-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:48:37+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=18bf9f1a-8f18-11ed-b108-72269febd526 | InvocationID=18bfa0dc-8f18-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:48:57+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=15ed45e4-8f18-11ed-b108-72269febd526 | InvocationID=15ed47c4-8f18-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T05:48:57+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=24d8f670-8f18-11ed-b108-72269febd526 | InvocationID=24d8f918-8f18-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T05:48:57+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=24d8f670-8f18-11ed-b108-72269febd526 | InvocationID=24d8f918-8f18-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:48:57+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=24d8f670-8f18-11ed-b108-72269febd526 | InvocationID=24d8f918-8f18-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:49:02+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=18bf9f1a-8f18-11ed-b108-72269febd526 | InvocationID=18bfa0dc-8f18-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:49:02+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=278053aa-8f18-11ed-b108-72269febd526 | InvocationID=278055d0-8f18-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:49:22+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=24d8f670-8f18-11ed-b108-72269febd526 | InvocationID=24d8f918-8f18-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T05:49:22+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=33c52f50-8f18-11ed-b108-72269febd526 | InvocationID=33c53144-8f18-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T05:49:22+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=33c52f50-8f18-11ed-b108-72269febd526 | InvocationID=33c53144-8f18-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:49:22+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=33c52f50-8f18-11ed-b108-72269febd526 | InvocationID=33c53144-8f18-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:49:27+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=278053aa-8f18-11ed-b108-72269febd526 | InvocationID=278055d0-8f18-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:49:27+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=364223fa-8f18-11ed-b108-72269febd526 | InvocationID=364225e4-8f18-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:49:47+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=33c52f50-8f18-11ed-b108-72269febd526 | InvocationID=33c53144-8f18-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T05:49:47+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=42b0540e-8f18-11ed-b108-72269febd526 | InvocationID=42b059ae-8f18-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T05:49:47+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=42b0540e-8f18-11ed-b108-72269febd526 | InvocationID=42b059ae-8f18-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:49:47+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=42b0540e-8f18-11ed-b108-72269febd526 | InvocationID=42b059ae-8f18-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:49:51+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=364223fa-8f18-11ed-b108-72269febd526 | InvocationID=364225e4-8f18-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:49:51+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4503c2ae-8f18-11ed-b108-72269febd526 | InvocationID=4503c470-8f18-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:50:12+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=42b0540e-8f18-11ed-b108-72269febd526 | InvocationID=42b059ae-8f18-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T05:50:12+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=519b8b82-8f18-11ed-b108-72269febd526 | InvocationID=519b9078-8f18-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T05:50:12+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=519b8b82-8f18-11ed-b108-72269febd526 | InvocationID=519b9078-8f18-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:50:12+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=519b8b82-8f18-11ed-b108-72269febd526 | InvocationID=519b9078-8f18-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:50:16+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4503c2ae-8f18-11ed-b108-72269febd526 | InvocationID=4503c470-8f18-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:50:16+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=53c84e4a-8f18-11ed-b108-72269febd526 | InvocationID=53c850ca-8f18-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:50:37+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=519b8b82-8f18-11ed-b108-72269febd526 | InvocationID=519b9078-8f18-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T05:50:37+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6086c6de-8f18-11ed-b108-72269febd526 | InvocationID=6086d430-8f18-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T05:50:38+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6086c6de-8f18-11ed-b108-72269febd526 | InvocationID=6086d430-8f18-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:50:38+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6086c6de-8f18-11ed-b108-72269febd526 | InvocationID=6086d430-8f18-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:50:41+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=53c84e4a-8f18-11ed-b108-72269febd526 | InvocationID=53c850ca-8f18-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:50:41+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=628a9384-8f18-11ed-b108-72269febd526 | InvocationID=628a95b4-8f18-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:51:03+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6086c6de-8f18-11ed-b108-72269febd526 | InvocationID=6086d430-8f18-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T05:51:03+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6f72e934-8f18-11ed-b108-72269febd526 | InvocationID=6f72ef24-8f18-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T05:51:03+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6f72e934-8f18-11ed-b108-72269febd526 | InvocationID=6f72ef24-8f18-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:51:03+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6f72e934-8f18-11ed-b108-72269febd526 | InvocationID=6f72ef24-8f18-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:51:06+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=628a9384-8f18-11ed-b108-72269febd526 | InvocationID=628a95b4-8f18-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:51:06+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=714c3a12-8f18-11ed-b108-72269febd526 | InvocationID=714c3c9c-8f18-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:51:28+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6f72e934-8f18-11ed-b108-72269febd526 | InvocationID=6f72ef24-8f18-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T05:51:28+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7e5f36d2-8f18-11ed-b108-72269febd526 | InvocationID=7e5f38f8-8f18-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T05:51:28+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7e5f36d2-8f18-11ed-b108-72269febd526 | InvocationID=7e5f38f8-8f18-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:51:28+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7e5f36d2-8f18-11ed-b108-72269febd526 | InvocationID=7e5f38f8-8f18-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:51:30+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=714c3a12-8f18-11ed-b108-72269febd526 | InvocationID=714c3c9c-8f18-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:51:30+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=800f4f76-8f18-11ed-b108-72269febd526 | InvocationID=800f5160-8f18-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:51:53+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7e5f36d2-8f18-11ed-b108-72269febd526 | InvocationID=7e5f38f8-8f18-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T05:51:53+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8d4ad750-8f18-11ed-b108-72269febd526 | InvocationID=8d4ad9da-8f18-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T05:51:53+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8d4ad750-8f18-11ed-b108-72269febd526 | InvocationID=8d4ad9da-8f18-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:51:53+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8d4ad750-8f18-11ed-b108-72269febd526 | InvocationID=8d4ad9da-8f18-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:51:55+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=800f4f76-8f18-11ed-b108-72269febd526 | InvocationID=800f5160-8f18-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:51:55+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8ecf4386-8f18-11ed-b108-72269febd526 | InvocationID=8ecf461a-8f18-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:52:18+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8d4ad750-8f18-11ed-b108-72269febd526 | InvocationID=8d4ad9da-8f18-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T05:52:18+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9c38f1de-8f18-11ed-b108-72269febd526 | InvocationID=9c38f4fe-8f18-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T05:52:18+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9c38f1de-8f18-11ed-b108-72269febd526 | InvocationID=9c38f4fe-8f18-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:52:18+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9c38f1de-8f18-11ed-b108-72269febd526 | InvocationID=9c38f4fe-8f18-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:52:20+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8ecf4386-8f18-11ed-b108-72269febd526 | InvocationID=8ecf461a-8f18-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:52:20+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9d8fb5ea-8f18-11ed-b108-72269febd526 | InvocationID=9d8fb91e-8f18-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:52:43+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9c38f1de-8f18-11ed-b108-72269febd526 | InvocationID=9c38f4fe-8f18-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T05:52:43+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ab23fbb2-8f18-11ed-b108-72269febd526 | InvocationID=ab23fd92-8f18-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T05:52:43+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ab23fbb2-8f18-11ed-b108-72269febd526 | InvocationID=ab23fd92-8f18-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:52:43+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ab23fbb2-8f18-11ed-b108-72269febd526 | InvocationID=ab23fd92-8f18-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:52:45+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9d8fb5ea-8f18-11ed-b108-72269febd526 | InvocationID=9d8fb91e-8f18-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:52:45+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ac522a0e-8f18-11ed-b108-72269febd526 | InvocationID=ac522cc0-8f18-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:53:08+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ab23fbb2-8f18-11ed-b108-72269febd526 | InvocationID=ab23fd92-8f18-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T05:53:08+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ba105b3e-8f18-11ed-b108-72269febd526 | InvocationID=ba105d14-8f18-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T05:53:08+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ba105b3e-8f18-11ed-b108-72269febd526 | InvocationID=ba105d14-8f18-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:53:08+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ba105b3e-8f18-11ed-b108-72269febd526 | InvocationID=ba105d14-8f18-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:53:09+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ac522a0e-8f18-11ed-b108-72269febd526 | InvocationID=ac522cc0-8f18-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:53:09+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bb12bb58-8f18-11ed-b108-72269febd526 | InvocationID=bb12c6d4-8f18-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:53:33+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ba105b3e-8f18-11ed-b108-72269febd526 | InvocationID=ba105d14-8f18-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T05:53:33+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c8fb8452-8f18-11ed-b108-72269febd526 | InvocationID=c8fb86e6-8f18-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T05:53:33+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c8fb8452-8f18-11ed-b108-72269febd526 | InvocationID=c8fb86e6-8f18-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:53:33+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c8fb8452-8f18-11ed-b108-72269febd526 | InvocationID=c8fb86e6-8f18-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:53:34+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bb12bb58-8f18-11ed-b108-72269febd526 | InvocationID=bb12c6d4-8f18-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:53:34+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c9d9f9da-8f18-11ed-b108-72269febd526 | InvocationID=c9d9fc6e-8f18-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:53:58+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c8fb8452-8f18-11ed-b108-72269febd526 | InvocationID=c8fb86e6-8f18-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T05:53:58+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d7e8f6a2-8f18-11ed-b108-72269febd526 | InvocationID=d7e8fe2c-8f18-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T05:53:58+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d7e8f6a2-8f18-11ed-b108-72269febd526 | InvocationID=d7e8fe2c-8f18-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:53:58+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d7e8f6a2-8f18-11ed-b108-72269febd526 | InvocationID=d7e8fe2c-8f18-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:53:59+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c9d9f9da-8f18-11ed-b108-72269febd526 | InvocationID=c9d9fc6e-8f18-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:53:59+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d89c4c34-8f18-11ed-b108-72269febd526 | InvocationID=d89c4fd6-8f18-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:54:23+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d7e8f6a2-8f18-11ed-b108-72269febd526 | InvocationID=d7e8fe2c-8f18-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T05:54:23+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e6d56704-8f18-11ed-b108-72269febd526 | InvocationID=e6d56bbe-8f18-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T05:54:23+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e6d56704-8f18-11ed-b108-72269febd526 | InvocationID=e6d56bbe-8f18-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:54:23+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e6d56704-8f18-11ed-b108-72269febd526 | InvocationID=e6d56bbe-8f18-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:54:24+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d89c4c34-8f18-11ed-b108-72269febd526 | InvocationID=d89c4fd6-8f18-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:54:24+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e75e1f5e-8f18-11ed-b108-72269febd526 | InvocationID=e75e213e-8f18-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:54:48+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e6d56704-8f18-11ed-b108-72269febd526 | InvocationID=e6d56bbe-8f18-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T05:54:48+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f5c3de6c-8f18-11ed-b108-72269febd526 | InvocationID=f5c3e33a-8f18-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T05:54:48+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f5c3de6c-8f18-11ed-b108-72269febd526 | InvocationID=f5c3e33a-8f18-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:54:48+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f5c3de6c-8f18-11ed-b108-72269febd526 | InvocationID=f5c3e33a-8f18-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:54:48+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e75e1f5e-8f18-11ed-b108-72269febd526 | InvocationID=e75e213e-8f18-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:54:48+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f61ebed6-8f18-11ed-b108-72269febd526 | InvocationID=f61ec0de-8f18-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:55:13+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f5c3de6c-8f18-11ed-b108-72269febd526 | InvocationID=f5c3e33a-8f18-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T05:55:13+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=04af0316-8f19-11ed-b108-72269febd526 | InvocationID=04af05e6-8f19-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T05:55:13+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=04af0316-8f19-11ed-b108-72269febd526 | InvocationID=04af05e6-8f19-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:55:13+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=04af0316-8f19-11ed-b108-72269febd526 | InvocationID=04af05e6-8f19-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:55:13+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f61ebed6-8f18-11ed-b108-72269febd526 | InvocationID=f61ec0de-8f18-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:55:13+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=04e09822-8f19-11ed-b108-72269febd526 | InvocationID=04e09a7a-8f19-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:55:38+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=04af0316-8f19-11ed-b108-72269febd526 | InvocationID=04af05e6-8f19-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T05:55:38+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=139a179e-8f19-11ed-b108-72269febd526 | InvocationID=139a1992-8f19-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T05:55:38+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=139a179e-8f19-11ed-b108-72269febd526 | InvocationID=139a1992-8f19-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:55:38+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=139a179e-8f19-11ed-b108-72269febd526 | InvocationID=139a1992-8f19-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:55:38+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=04e09822-8f19-11ed-b108-72269febd526 | InvocationID=04e09a7a-8f19-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:55:38+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=13a28ec4-8f19-11ed-b108-72269febd526 | InvocationID=13a2909a-8f19-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:56:03+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=13a28ec4-8f19-11ed-b108-72269febd526 | InvocationID=13a2909a-8f19-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:56:03+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=22633120-8f19-11ed-b108-72269febd526 | InvocationID=22633396-8f19-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:56:03+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=139a179e-8f19-11ed-b108-72269febd526 | InvocationID=139a1992-8f19-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T05:56:03+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=22856baa-8f19-11ed-b108-72269febd526 | InvocationID=22856dc6-8f19-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T05:56:03+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=22856baa-8f19-11ed-b108-72269febd526 | InvocationID=22856dc6-8f19-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:56:03+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=22856baa-8f19-11ed-b108-72269febd526 | InvocationID=22856dc6-8f19-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:56:28+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=22633120-8f19-11ed-b108-72269febd526 | InvocationID=22633396-8f19-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:56:28+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=312d3d0e-8f19-11ed-b108-72269febd526 | InvocationID=312d4510-8f19-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:56:28+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=22856baa-8f19-11ed-b108-72269febd526 | InvocationID=22856dc6-8f19-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T05:56:28+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=31704a0e-8f19-11ed-b108-72269febd526 | InvocationID=31704cd4-8f19-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T05:56:28+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=31704a0e-8f19-11ed-b108-72269febd526 | InvocationID=31704cd4-8f19-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:56:28+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=31704a0e-8f19-11ed-b108-72269febd526 | InvocationID=31704cd4-8f19-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:56:52+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=312d3d0e-8f19-11ed-b108-72269febd526 | InvocationID=312d4510-8f19-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:56:52+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3fedf4d2-8f19-11ed-b108-72269febd526 | InvocationID=3fedf73e-8f19-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:56:53+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=31704a0e-8f19-11ed-b108-72269febd526 | InvocationID=31704cd4-8f19-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T05:56:53+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=405b4d16-8f19-11ed-b108-72269febd526 | InvocationID=405b4ee2-8f19-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T05:56:53+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=405b4d16-8f19-11ed-b108-72269febd526 | InvocationID=405b4ee2-8f19-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:56:53+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=405b4d16-8f19-11ed-b108-72269febd526 | InvocationID=405b4ee2-8f19-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:57:17+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3fedf4d2-8f19-11ed-b108-72269febd526 | InvocationID=3fedf73e-8f19-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:57:17+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4eb098bc-8f19-11ed-b108-72269febd526 | InvocationID=4eb09a88-8f19-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:57:18+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=405b4d16-8f19-11ed-b108-72269febd526 | InvocationID=405b4ee2-8f19-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T05:57:18+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4f4783da-8f19-11ed-b108-72269febd526 | InvocationID=4f478880-8f19-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T05:57:18+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4f4783da-8f19-11ed-b108-72269febd526 | InvocationID=4f478880-8f19-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:57:18+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4f4783da-8f19-11ed-b108-72269febd526 | InvocationID=4f478880-8f19-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:57:42+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4eb098bc-8f19-11ed-b108-72269febd526 | InvocationID=4eb09a88-8f19-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:57:42+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5d7417c0-8f19-11ed-b108-72269febd526 | InvocationID=5d741a36-8f19-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:57:43+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4f4783da-8f19-11ed-b108-72269febd526 | InvocationID=4f478880-8f19-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T05:57:43+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5e32f1fe-8f19-11ed-b108-72269febd526 | InvocationID=5e32f46a-8f19-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T05:57:43+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5e32f1fe-8f19-11ed-b108-72269febd526 | InvocationID=5e32f46a-8f19-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:57:43+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5e32f1fe-8f19-11ed-b108-72269febd526 | InvocationID=5e32f46a-8f19-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:58:07+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5d7417c0-8f19-11ed-b108-72269febd526 | InvocationID=5d741a36-8f19-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:58:07+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6c34613e-8f19-11ed-b108-72269febd526 | InvocationID=6c34633c-8f19-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:58:08+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5e32f1fe-8f19-11ed-b108-72269febd526 | InvocationID=5e32f46a-8f19-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T05:58:08+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d1e8d40-8f19-11ed-b108-72269febd526 | InvocationID=6d1e8f0c-8f19-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T05:58:08+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d1e8d40-8f19-11ed-b108-72269febd526 | InvocationID=6d1e8f0c-8f19-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:58:08+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6d1e8d40-8f19-11ed-b108-72269febd526 | InvocationID=6d1e8f0c-8f19-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:58:31+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6c34613e-8f19-11ed-b108-72269febd526 | InvocationID=6c34633c-8f19-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:58:31+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7af5fa98-8f19-11ed-b108-72269febd526 | InvocationID=7af5fc5a-8f19-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:58:33+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6d1e8d40-8f19-11ed-b108-72269febd526 | InvocationID=6d1e8f0c-8f19-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T05:58:33+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7c09ba32-8f19-11ed-b108-72269febd526 | InvocationID=7c09bbfe-8f19-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T05:58:33+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7c09ba32-8f19-11ed-b108-72269febd526 | InvocationID=7c09bbfe-8f19-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:58:33+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7c09ba32-8f19-11ed-b108-72269febd526 | InvocationID=7c09bbfe-8f19-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:58:56+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7af5fa98-8f19-11ed-b108-72269febd526 | InvocationID=7af5fc5a-8f19-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:58:56+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=89b5f92a-8f19-11ed-b108-72269febd526 | InvocationID=89b5fcea-8f19-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:58:58+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7c09ba32-8f19-11ed-b108-72269febd526 | InvocationID=7c09bbfe-8f19-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T05:58:58+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8af48572-8f19-11ed-b108-72269febd526 | InvocationID=8af4878e-8f19-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T05:58:58+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8af48572-8f19-11ed-b108-72269febd526 | InvocationID=8af4878e-8f19-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:58:58+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8af48572-8f19-11ed-b108-72269febd526 | InvocationID=8af4878e-8f19-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:59:21+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=89b5f92a-8f19-11ed-b108-72269febd526 | InvocationID=89b5fcea-8f19-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:59:21+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9875eb28-8f19-11ed-b108-72269febd526 | InvocationID=9875ed9e-8f19-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:59:23+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8af48572-8f19-11ed-b108-72269febd526 | InvocationID=8af4878e-8f19-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T05:59:23+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=99dfc1dc-8f19-11ed-b108-72269febd526 | InvocationID=99dfc3f8-8f19-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T05:59:23+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=99dfc1dc-8f19-11ed-b108-72269febd526 | InvocationID=99dfc3f8-8f19-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:59:23+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=99dfc1dc-8f19-11ed-b108-72269febd526 | InvocationID=99dfc3f8-8f19-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:59:46+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9875eb28-8f19-11ed-b108-72269febd526 | InvocationID=9875ed9e-8f19-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T05:59:46+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a738eeda-8f19-11ed-b108-72269febd526 | InvocationID=a738f0e2-8f19-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T05:59:48+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=99dfc1dc-8f19-11ed-b108-72269febd526 | InvocationID=99dfc3f8-8f19-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T05:59:48+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a8cac728-8f19-11ed-b108-72269febd526 | InvocationID=a8cac9b2-8f19-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T05:59:48+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a8cac728-8f19-11ed-b108-72269febd526 | InvocationID=a8cac9b2-8f19-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T05:59:48+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a8cac728-8f19-11ed-b108-72269febd526 | InvocationID=a8cac9b2-8f19-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T06:00:10+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a738eeda-8f19-11ed-b108-72269febd526 | InvocationID=a738f0e2-8f19-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T06:00:10+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b5f8f4b0-8f19-11ed-b108-72269febd526 | InvocationID=b5f8f730-8f19-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T06:00:13+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a8cac728-8f19-11ed-b108-72269febd526 | InvocationID=a8cac9b2-8f19-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T06:00:13+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b7b74144-8f19-11ed-b108-72269febd526 | InvocationID=b7b7431a-8f19-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T06:00:13+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b7b74144-8f19-11ed-b108-72269febd526 | InvocationID=b7b7431a-8f19-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T06:00:13+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b7b74144-8f19-11ed-b108-72269febd526 | InvocationID=b7b7431a-8f19-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T06:00:35+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b5f8f4b0-8f19-11ed-b108-72269febd526 | InvocationID=b5f8f730-8f19-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T06:00:35+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c4bac744-8f19-11ed-b108-72269febd526 | InvocationID=c4bac992-8f19-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T06:00:38+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b7b74144-8f19-11ed-b108-72269febd526 | InvocationID=b7b7431a-8f19-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T06:00:38+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c6a1e178-8f19-11ed-b108-72269febd526 | InvocationID=c6a1e34e-8f19-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T06:00:38+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c6a1e178-8f19-11ed-b108-72269febd526 | InvocationID=c6a1e34e-8f19-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T06:00:38+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c6a1e178-8f19-11ed-b108-72269febd526 | InvocationID=c6a1e34e-8f19-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T06:01:00+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c4bac744-8f19-11ed-b108-72269febd526 | InvocationID=c4bac992-8f19-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T06:01:00+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d37e9008-8f19-11ed-b108-72269febd526 | InvocationID=d37e91d4-8f19-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T06:01:03+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c6a1e178-8f19-11ed-b108-72269febd526 | InvocationID=c6a1e34e-8f19-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T06:01:03+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d58c953e-8f19-11ed-b108-72269febd526 | InvocationID=d58c97b4-8f19-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T06:01:03+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d58c953e-8f19-11ed-b108-72269febd526 | InvocationID=d58c97b4-8f19-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T06:01:03+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d58c953e-8f19-11ed-b108-72269febd526 | InvocationID=d58c97b4-8f19-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T06:01:25+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d37e9008-8f19-11ed-b108-72269febd526 | InvocationID=d37e91d4-8f19-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T06:01:25+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e23f3552-8f19-11ed-b108-72269febd526 | InvocationID=e23f37d2-8f19-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T06:01:28+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d58c953e-8f19-11ed-b108-72269febd526 | InvocationID=d58c97b4-8f19-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T06:01:28+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e4779e22-8f19-11ed-b108-72269febd526 | InvocationID=e477a048-8f19-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T06:01:28+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e4779e22-8f19-11ed-b108-72269febd526 | InvocationID=e477a048-8f19-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T06:01:28+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e4779e22-8f19-11ed-b108-72269febd526 | InvocationID=e477a048-8f19-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T06:01:49+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e23f3552-8f19-11ed-b108-72269febd526 | InvocationID=e23f37d2-8f19-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T06:01:49+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f0ff6990-8f19-11ed-b108-72269febd526 | InvocationID=f0ff6c2e-8f19-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T06:01:53+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e4779e22-8f19-11ed-b108-72269febd526 | InvocationID=e477a048-8f19-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T06:01:53+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f3626ac0-8f19-11ed-b108-72269febd526 | InvocationID=f3626d4a-8f19-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T06:01:53+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f3626ac0-8f19-11ed-b108-72269febd526 | InvocationID=f3626d4a-8f19-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T06:01:53+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f3626ac0-8f19-11ed-b108-72269febd526 | InvocationID=f3626d4a-8f19-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T06:02:14+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f0ff6990-8f19-11ed-b108-72269febd526 | InvocationID=f0ff6c2e-8f19-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T06:02:14+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ffbf9c8e-8f19-11ed-b108-72269febd526 | InvocationID=ffbf9e82-8f19-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T06:02:18+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f3626ac0-8f19-11ed-b108-72269febd526 | InvocationID=f3626d4a-8f19-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T06:02:18+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=024dd7d6-8f1a-11ed-b108-72269febd526 | InvocationID=024dda6a-8f1a-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T06:02:18+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=024dd7d6-8f1a-11ed-b108-72269febd526 | InvocationID=024dda6a-8f1a-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T06:02:18+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=024dd7d6-8f1a-11ed-b108-72269febd526 | InvocationID=024dda6a-8f1a-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T06:02:39+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ffbf9c8e-8f19-11ed-b108-72269febd526 | InvocationID=ffbf9e82-8f19-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T06:02:39+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0e81a3de-8f1a-11ed-b108-72269febd526 | InvocationID=0e81a5d2-8f1a-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T06:02:43+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=024dd7d6-8f1a-11ed-b108-72269febd526 | InvocationID=024dda6a-8f1a-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T06:02:43+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=113b4666-8f1a-11ed-b108-72269febd526 | InvocationID=113b561a-8f1a-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T06:02:43+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=113b4666-8f1a-11ed-b108-72269febd526 | InvocationID=113b561a-8f1a-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T06:02:43+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=113b4666-8f1a-11ed-b108-72269febd526 | InvocationID=113b561a-8f1a-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T06:03:04+0000 | aai_event_thread | 139965026523936 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0e81a3de-8f1a-11ed-b108-72269febd526 | InvocationID=0e81a5d2-8f1a-11ed-b108-72269febd526 | Polling MR for XNF AAI events.
2023-01-08T06:03:04+0000 | aai_event_thread | 139965026523936 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1d4852b4-8f1a-11ed-b108-72269febd526 | InvocationID=1d48548a-8f1a-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-08T06:03:08+0000 | policy_event_thread | 139965027584800 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=113b4666-8f1a-11ed-b108-72269febd526 | InvocationID=113b561a-8f1a-11ed-b108-72269febd526 | Polling MR for XNF activation/deactivation policy response events.
2023-01-08T06:03:08+0000 | policy_event_thread | 139965027584800 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=20266016-8f1a-11ed-b108-72269febd526 | InvocationID=202661f6-8f1a-11ed-b108-72269febd526 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-08T06:03:08+0000 | policy_event_thread | 139965027584800 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=20266016-8f1a-11ed-b108-72269febd526 | InvocationID=202661f6-8f1a-11ed-b108-72269febd526 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-08T06:03:08+0000 | policy_event_thread | 139965027584800 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=20266016-8f1a-11ed-b108-72269febd526 | InvocationID=202661f6-8f1a-11ed-b108-72269febd526 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000