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-10T03:12:45+0000 | MainThread | 140210261962056 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Attempting to fetch PMSH Configuration from CBS.
2023-01-10T03:12:45+0000 | MainThread | 140210261962056 | 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-10T03:12:45+0000 | MainThread | 140210261962056 | INFO | pmsh_service_main | main | ServiceName= | RequestID= | InvocationID= | Start polling PMSH_CL_INPUT topic on DMaaP MR.
2023-01-10T03:12:45+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T03:12:45+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a794e39e-9094-11ed-81dd-2e70685f2746 | InvocationID=a794e74a-9094-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T03:12:45+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF AAI events.
2023-01-10T03:12:45+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a79caae8-9094-11ed-81dd-2e70685f2746 | InvocationID=a79cae30-9094-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T03:12:46+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a794e39e-9094-11ed-81dd-2e70685f2746 | InvocationID=a794e74a-9094-11ed-81dd-2e70685f2746 | 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-10T03:12:46+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a794e39e-9094-11ed-81dd-2e70685f2746 | InvocationID=a794e74a-9094-11ed-81dd-2e70685f2746 | 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-10T03:12:46+0000 | aai_event_thread | 140210211224352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a79caae8-9094-11ed-81dd-2e70685f2746 | InvocationID=a79cae30-9094-11ed-81dd-2e70685f2746 | 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-10T03:12:46+0000 | aai_event_thread | 140210211224352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a79caae8-9094-11ed-81dd-2e70685f2746 | InvocationID=a79cae30-9094-11ed-81dd-2e70685f2746 | 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-10T03:12:46+0000 | MainThread | 140210261962056 | INFO | __init__ | launch_api_server | ServiceName= | RequestID= | InvocationID= | Launching unsecure http API server
2023-01-10T03:13:06+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a79caae8-9094-11ed-81dd-2e70685f2746 | InvocationID=a79cae30-9094-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T03:13:06+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b3e850ea-9094-11ed-81dd-2e70685f2746 | InvocationID=b3e853f6-9094-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T03:13:06+0000 | aai_event_thread | 140210211224352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b3e850ea-9094-11ed-81dd-2e70685f2746 | InvocationID=b3e853f6-9094-11ed-81dd-2e70685f2746 | 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-10T03:13:06+0000 | aai_event_thread | 140210211224352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b3e850ea-9094-11ed-81dd-2e70685f2746 | InvocationID=b3e853f6-9094-11ed-81dd-2e70685f2746 | 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-10T03:13:11+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a794e39e-9094-11ed-81dd-2e70685f2746 | InvocationID=a794e74a-9094-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T03:13:11+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b6e44ba0-9094-11ed-81dd-2e70685f2746 | InvocationID=b6e455f0-9094-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T03:13:11+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b6e44ba0-9094-11ed-81dd-2e70685f2746 | InvocationID=b6e455f0-9094-11ed-81dd-2e70685f2746 | 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-10T03:13:11+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b6e44ba0-9094-11ed-81dd-2e70685f2746 | InvocationID=b6e455f0-9094-11ed-81dd-2e70685f2746 | 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-10T03:13:26+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b3e850ea-9094-11ed-81dd-2e70685f2746 | InvocationID=b3e853f6-9094-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T03:13:26+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bfe2f4cc-9094-11ed-81dd-2e70685f2746 | InvocationID=bfe2f90e-9094-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T03:13:26+0000 | aai_event_thread | 140210211224352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bfe2f4cc-9094-11ed-81dd-2e70685f2746 | InvocationID=bfe2f90e-9094-11ed-81dd-2e70685f2746 | 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-10T03:13:26+0000 | aai_event_thread | 140210211224352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bfe2f4cc-9094-11ed-81dd-2e70685f2746 | InvocationID=bfe2f90e-9094-11ed-81dd-2e70685f2746 | 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-10T03:13:36+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b6e44ba0-9094-11ed-81dd-2e70685f2746 | InvocationID=b6e455f0-9094-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T03:13:36+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c5de024a-9094-11ed-81dd-2e70685f2746 | InvocationID=c5de042a-9094-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T03:13:36+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c5de024a-9094-11ed-81dd-2e70685f2746 | InvocationID=c5de042a-9094-11ed-81dd-2e70685f2746 | 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-10T03:13:36+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c5de024a-9094-11ed-81dd-2e70685f2746 | InvocationID=c5de042a-9094-11ed-81dd-2e70685f2746 | 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-10T03:13:46+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bfe2f4cc-9094-11ed-81dd-2e70685f2746 | InvocationID=bfe2f90e-9094-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T03:13:46+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cbde60fe-9094-11ed-81dd-2e70685f2746 | InvocationID=cbde63d8-9094-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T03:13:46+0000 | aai_event_thread | 140210211224352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cbde60fe-9094-11ed-81dd-2e70685f2746 | InvocationID=cbde63d8-9094-11ed-81dd-2e70685f2746 | 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-10T03:13:46+0000 | aai_event_thread | 140210211224352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cbde60fe-9094-11ed-81dd-2e70685f2746 | InvocationID=cbde63d8-9094-11ed-81dd-2e70685f2746 | 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-10T03:14:01+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c5de024a-9094-11ed-81dd-2e70685f2746 | InvocationID=c5de042a-9094-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T03:14:01+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d4ccf432-9094-11ed-81dd-2e70685f2746 | InvocationID=d4ccf6c6-9094-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T03:14:01+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d4ccf432-9094-11ed-81dd-2e70685f2746 | InvocationID=d4ccf6c6-9094-11ed-81dd-2e70685f2746 | 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-10T03:14:01+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d4ccf432-9094-11ed-81dd-2e70685f2746 | InvocationID=d4ccf6c6-9094-11ed-81dd-2e70685f2746 | 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-10T03:14:06+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cbde60fe-9094-11ed-81dd-2e70685f2746 | InvocationID=cbde63d8-9094-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T03:14:06+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d7d44bf8-9094-11ed-81dd-2e70685f2746 | InvocationID=d7d45814-9094-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T03:14:06+0000 | aai_event_thread | 140210211224352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d7d44bf8-9094-11ed-81dd-2e70685f2746 | InvocationID=d7d45814-9094-11ed-81dd-2e70685f2746 | 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-10T03:14:06+0000 | aai_event_thread | 140210211224352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d7d44bf8-9094-11ed-81dd-2e70685f2746 | InvocationID=d7d45814-9094-11ed-81dd-2e70685f2746 | 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-10T03:14:26+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d4ccf432-9094-11ed-81dd-2e70685f2746 | InvocationID=d4ccf6c6-9094-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T03:14:26+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e3bcfa3c-9094-11ed-81dd-2e70685f2746 | InvocationID=e3bcfeec-9094-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T03:14:26+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e3bcfa3c-9094-11ed-81dd-2e70685f2746 | InvocationID=e3bcfeec-9094-11ed-81dd-2e70685f2746 | 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-10T03:14:26+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e3bcfa3c-9094-11ed-81dd-2e70685f2746 | InvocationID=e3bcfeec-9094-11ed-81dd-2e70685f2746 | 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-10T03:14:26+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d7d44bf8-9094-11ed-81dd-2e70685f2746 | InvocationID=d7d45814-9094-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T03:14:26+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e3ca3990-9094-11ed-81dd-2e70685f2746 | InvocationID=e3ca3cd8-9094-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T03:14:27+0000 | aai_event_thread | 140210211224352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e3ca3990-9094-11ed-81dd-2e70685f2746 | InvocationID=e3ca3cd8-9094-11ed-81dd-2e70685f2746 | 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-10T03:14:27+0000 | aai_event_thread | 140210211224352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e3ca3990-9094-11ed-81dd-2e70685f2746 | InvocationID=e3ca3cd8-9094-11ed-81dd-2e70685f2746 | 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-10T03:14:47+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e3ca3990-9094-11ed-81dd-2e70685f2746 | InvocationID=e3ca3cd8-9094-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T03:14:47+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=efc32b44-9094-11ed-81dd-2e70685f2746 | InvocationID=efc32df6-9094-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T03:14:47+0000 | aai_event_thread | 140210211224352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=efc32b44-9094-11ed-81dd-2e70685f2746 | InvocationID=efc32df6-9094-11ed-81dd-2e70685f2746 | 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-10T03:14:47+0000 | aai_event_thread | 140210211224352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=efc32b44-9094-11ed-81dd-2e70685f2746 | InvocationID=efc32df6-9094-11ed-81dd-2e70685f2746 | 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-10T03:14:51+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e3bcfa3c-9094-11ed-81dd-2e70685f2746 | InvocationID=e3bcfeec-9094-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T03:14:51+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f2aa92f2-9094-11ed-81dd-2e70685f2746 | InvocationID=f2aa94e6-9094-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T03:14:51+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f2aa92f2-9094-11ed-81dd-2e70685f2746 | InvocationID=f2aa94e6-9094-11ed-81dd-2e70685f2746 | 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-10T03:14:51+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f2aa92f2-9094-11ed-81dd-2e70685f2746 | InvocationID=f2aa94e6-9094-11ed-81dd-2e70685f2746 | 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-10T03:15:07+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=efc32b44-9094-11ed-81dd-2e70685f2746 | InvocationID=efc32df6-9094-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T03:15:07+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fbbf7fec-9094-11ed-81dd-2e70685f2746 | InvocationID=fbbf82bc-9094-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T03:15:07+0000 | aai_event_thread | 140210211224352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fbbf7fec-9094-11ed-81dd-2e70685f2746 | InvocationID=fbbf82bc-9094-11ed-81dd-2e70685f2746 | 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-10T03:15:07+0000 | aai_event_thread | 140210211224352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fbbf7fec-9094-11ed-81dd-2e70685f2746 | InvocationID=fbbf82bc-9094-11ed-81dd-2e70685f2746 | 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-10T03:15:16+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f2aa92f2-9094-11ed-81dd-2e70685f2746 | InvocationID=f2aa94e6-9094-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T03:15:16+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=019c5138-9095-11ed-81dd-2e70685f2746 | InvocationID=019c53e0-9095-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T03:15:17+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=019c5138-9095-11ed-81dd-2e70685f2746 | InvocationID=019c53e0-9095-11ed-81dd-2e70685f2746 | 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-10T03:15:17+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=019c5138-9095-11ed-81dd-2e70685f2746 | InvocationID=019c53e0-9095-11ed-81dd-2e70685f2746 | 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-10T03:15:27+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fbbf7fec-9094-11ed-81dd-2e70685f2746 | InvocationID=fbbf82bc-9094-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T03:15:27+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=07b467ea-9095-11ed-81dd-2e70685f2746 | InvocationID=07b46ac4-9095-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T03:15:27+0000 | aai_event_thread | 140210211224352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=07b467ea-9095-11ed-81dd-2e70685f2746 | InvocationID=07b46ac4-9095-11ed-81dd-2e70685f2746 | 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-10T03:15:27+0000 | aai_event_thread | 140210211224352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=07b467ea-9095-11ed-81dd-2e70685f2746 | InvocationID=07b46ac4-9095-11ed-81dd-2e70685f2746 | 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-10T03:15:42+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=019c5138-9095-11ed-81dd-2e70685f2746 | InvocationID=019c53e0-9095-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T03:15:42+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1092f62e-9095-11ed-81dd-2e70685f2746 | InvocationID=1092f8ae-9095-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T03:15:42+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1092f62e-9095-11ed-81dd-2e70685f2746 | InvocationID=1092f8ae-9095-11ed-81dd-2e70685f2746 | 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-10T03:15:42+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1092f62e-9095-11ed-81dd-2e70685f2746 | InvocationID=1092f8ae-9095-11ed-81dd-2e70685f2746 | 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-10T03:15:47+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=07b467ea-9095-11ed-81dd-2e70685f2746 | InvocationID=07b46ac4-9095-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T03:15:47+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=13acb480-9095-11ed-81dd-2e70685f2746 | InvocationID=13acb70a-9095-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T03:15:47+0000 | aai_event_thread | 140210211224352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=13acb480-9095-11ed-81dd-2e70685f2746 | InvocationID=13acb70a-9095-11ed-81dd-2e70685f2746 | 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-10T03:15:47+0000 | aai_event_thread | 140210211224352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=13acb480-9095-11ed-81dd-2e70685f2746 | InvocationID=13acb70a-9095-11ed-81dd-2e70685f2746 | 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-10T03:16:07+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1092f62e-9095-11ed-81dd-2e70685f2746 | InvocationID=1092f8ae-9095-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T03:16:07+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1f83c956-9095-11ed-81dd-2e70685f2746 | InvocationID=1f83cbfe-9095-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T03:16:07+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1f83c956-9095-11ed-81dd-2e70685f2746 | InvocationID=1f83cbfe-9095-11ed-81dd-2e70685f2746 | 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-10T03:16:07+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1f83c956-9095-11ed-81dd-2e70685f2746 | InvocationID=1f83cbfe-9095-11ed-81dd-2e70685f2746 | 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-10T03:16:07+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=13acb480-9095-11ed-81dd-2e70685f2746 | InvocationID=13acb70a-9095-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T03:16:07+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1fa14738-9095-11ed-81dd-2e70685f2746 | InvocationID=1fa14a62-9095-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T03:16:07+0000 | aai_event_thread | 140210211224352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1fa14738-9095-11ed-81dd-2e70685f2746 | InvocationID=1fa14a62-9095-11ed-81dd-2e70685f2746 | 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-10T03:16:07+0000 | aai_event_thread | 140210211224352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1fa14738-9095-11ed-81dd-2e70685f2746 | InvocationID=1fa14a62-9095-11ed-81dd-2e70685f2746 | 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-10T03:16:27+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1fa14738-9095-11ed-81dd-2e70685f2746 | InvocationID=1fa14a62-9095-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T03:16:27+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2b94fc56-9095-11ed-81dd-2e70685f2746 | InvocationID=2b950052-9095-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T03:16:27+0000 | aai_event_thread | 140210211224352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2b94fc56-9095-11ed-81dd-2e70685f2746 | InvocationID=2b950052-9095-11ed-81dd-2e70685f2746 | 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-10T03:16:27+0000 | aai_event_thread | 140210211224352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2b94fc56-9095-11ed-81dd-2e70685f2746 | InvocationID=2b950052-9095-11ed-81dd-2e70685f2746 | 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-10T03:16:32+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1f83c956-9095-11ed-81dd-2e70685f2746 | InvocationID=1f83cbfe-9095-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T03:16:32+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2e731552-9095-11ed-81dd-2e70685f2746 | InvocationID=2e731778-9095-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T03:16:32+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2e731552-9095-11ed-81dd-2e70685f2746 | InvocationID=2e731778-9095-11ed-81dd-2e70685f2746 | 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-10T03:16:32+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2e731552-9095-11ed-81dd-2e70685f2746 | InvocationID=2e731778-9095-11ed-81dd-2e70685f2746 | 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-10T03:16:47+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2b94fc56-9095-11ed-81dd-2e70685f2746 | InvocationID=2b950052-9095-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T03:16:47+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=378ef430-9095-11ed-81dd-2e70685f2746 | InvocationID=378f00ce-9095-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T03:16:47+0000 | aai_event_thread | 140210211224352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=378ef430-9095-11ed-81dd-2e70685f2746 | InvocationID=378f00ce-9095-11ed-81dd-2e70685f2746 | 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-10T03:16:47+0000 | aai_event_thread | 140210211224352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=378ef430-9095-11ed-81dd-2e70685f2746 | InvocationID=378f00ce-9095-11ed-81dd-2e70685f2746 | 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-10T03:16:57+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2e731552-9095-11ed-81dd-2e70685f2746 | InvocationID=2e731778-9095-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T03:16:57+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3d632c14-9095-11ed-81dd-2e70685f2746 | InvocationID=3d632ff2-9095-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T03:16:57+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3d632c14-9095-11ed-81dd-2e70685f2746 | InvocationID=3d632ff2-9095-11ed-81dd-2e70685f2746 | 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-10T03:16:57+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3d632c14-9095-11ed-81dd-2e70685f2746 | InvocationID=3d632ff2-9095-11ed-81dd-2e70685f2746 | 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-10T03:17:07+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=378ef430-9095-11ed-81dd-2e70685f2746 | InvocationID=378f00ce-9095-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T03:17:07+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=438c048a-9095-11ed-81dd-2e70685f2746 | InvocationID=438c082c-9095-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T03:17:07+0000 | aai_event_thread | 140210211224352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=438c048a-9095-11ed-81dd-2e70685f2746 | InvocationID=438c082c-9095-11ed-81dd-2e70685f2746 | 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-10T03:17:07+0000 | aai_event_thread | 140210211224352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=438c048a-9095-11ed-81dd-2e70685f2746 | InvocationID=438c082c-9095-11ed-81dd-2e70685f2746 | 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-10T03:17:22+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3d632c14-9095-11ed-81dd-2e70685f2746 | InvocationID=3d632ff2-9095-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T03:17:22+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4c537c7e-9095-11ed-81dd-2e70685f2746 | InvocationID=4c537fe4-9095-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T03:17:22+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4c537c7e-9095-11ed-81dd-2e70685f2746 | InvocationID=4c537fe4-9095-11ed-81dd-2e70685f2746 | 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-10T03:17:22+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4c537c7e-9095-11ed-81dd-2e70685f2746 | InvocationID=4c537fe4-9095-11ed-81dd-2e70685f2746 | 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-10T03:17:27+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=438c048a-9095-11ed-81dd-2e70685f2746 | InvocationID=438c082c-9095-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T03:17:27+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4f817c0c-9095-11ed-81dd-2e70685f2746 | InvocationID=4f817f36-9095-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T03:17:27+0000 | aai_event_thread | 140210211224352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4f817c0c-9095-11ed-81dd-2e70685f2746 | InvocationID=4f817f36-9095-11ed-81dd-2e70685f2746 | 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-10T03:17:27+0000 | aai_event_thread | 140210211224352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4f817c0c-9095-11ed-81dd-2e70685f2746 | InvocationID=4f817f36-9095-11ed-81dd-2e70685f2746 | 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-10T03:17:47+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4c537c7e-9095-11ed-81dd-2e70685f2746 | InvocationID=4c537fe4-9095-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T03:17:47+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5b48e71e-9095-11ed-81dd-2e70685f2746 | InvocationID=5b48e9f8-9095-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T03:17:47+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5b48e71e-9095-11ed-81dd-2e70685f2746 | InvocationID=5b48e9f8-9095-11ed-81dd-2e70685f2746 | 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-10T03:17:47+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5b48e71e-9095-11ed-81dd-2e70685f2746 | InvocationID=5b48e9f8-9095-11ed-81dd-2e70685f2746 | 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-10T03:17:47+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4f817c0c-9095-11ed-81dd-2e70685f2746 | InvocationID=4f817f36-9095-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T03:17:47+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5b7aa416-9095-11ed-81dd-2e70685f2746 | InvocationID=5b7aa6be-9095-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T03:17:47+0000 | aai_event_thread | 140210211224352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5b7aa416-9095-11ed-81dd-2e70685f2746 | InvocationID=5b7aa6be-9095-11ed-81dd-2e70685f2746 | 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-10T03:17:47+0000 | aai_event_thread | 140210211224352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5b7aa416-9095-11ed-81dd-2e70685f2746 | InvocationID=5b7aa6be-9095-11ed-81dd-2e70685f2746 | 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-10T03:18:07+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5b7aa416-9095-11ed-81dd-2e70685f2746 | InvocationID=5b7aa6be-9095-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T03:18:07+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=677a3bbe-9095-11ed-81dd-2e70685f2746 | InvocationID=677a3da8-9095-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T03:18:07+0000 | aai_event_thread | 140210211224352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=677a3bbe-9095-11ed-81dd-2e70685f2746 | InvocationID=677a3da8-9095-11ed-81dd-2e70685f2746 | 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-10T03:18:07+0000 | aai_event_thread | 140210211224352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=677a3bbe-9095-11ed-81dd-2e70685f2746 | InvocationID=677a3da8-9095-11ed-81dd-2e70685f2746 | 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-10T03:18:12+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5b48e71e-9095-11ed-81dd-2e70685f2746 | InvocationID=5b48e9f8-9095-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T03:18:12+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6a3c94c8-9095-11ed-81dd-2e70685f2746 | InvocationID=6a3c977a-9095-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T03:18:12+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6a3c94c8-9095-11ed-81dd-2e70685f2746 | InvocationID=6a3c977a-9095-11ed-81dd-2e70685f2746 | 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-10T03:18:12+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6a3c94c8-9095-11ed-81dd-2e70685f2746 | InvocationID=6a3c977a-9095-11ed-81dd-2e70685f2746 | 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-10T03:18:27+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=677a3bbe-9095-11ed-81dd-2e70685f2746 | InvocationID=677a3da8-9095-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T03:18:27+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=736ba278-9095-11ed-81dd-2e70685f2746 | InvocationID=736ba4f8-9095-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T03:18:27+0000 | aai_event_thread | 140210211224352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=736ba278-9095-11ed-81dd-2e70685f2746 | InvocationID=736ba4f8-9095-11ed-81dd-2e70685f2746 | 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-10T03:18:27+0000 | aai_event_thread | 140210211224352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=736ba278-9095-11ed-81dd-2e70685f2746 | InvocationID=736ba4f8-9095-11ed-81dd-2e70685f2746 | 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-10T03:18:37+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6a3c94c8-9095-11ed-81dd-2e70685f2746 | InvocationID=6a3c977a-9095-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T03:18:37+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=792c5284-9095-11ed-81dd-2e70685f2746 | InvocationID=792c5572-9095-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T03:18:37+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=792c5284-9095-11ed-81dd-2e70685f2746 | InvocationID=792c5572-9095-11ed-81dd-2e70685f2746 | 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-10T03:18:37+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=792c5284-9095-11ed-81dd-2e70685f2746 | InvocationID=792c5572-9095-11ed-81dd-2e70685f2746 | 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-10T03:18:47+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=736ba278-9095-11ed-81dd-2e70685f2746 | InvocationID=736ba4f8-9095-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T03:18:47+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7f5f4c88-9095-11ed-81dd-2e70685f2746 | InvocationID=7f5f4f58-9095-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T03:18:48+0000 | aai_event_thread | 140210211224352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7f5f4c88-9095-11ed-81dd-2e70685f2746 | InvocationID=7f5f4f58-9095-11ed-81dd-2e70685f2746 | 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-10T03:18:48+0000 | aai_event_thread | 140210211224352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7f5f4c88-9095-11ed-81dd-2e70685f2746 | InvocationID=7f5f4f58-9095-11ed-81dd-2e70685f2746 | 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-10T03:19:02+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=792c5284-9095-11ed-81dd-2e70685f2746 | InvocationID=792c5572-9095-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T03:19:02+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=881eae68-9095-11ed-81dd-2e70685f2746 | InvocationID=881eb0e8-9095-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T03:19:02+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=881eae68-9095-11ed-81dd-2e70685f2746 | InvocationID=881eb0e8-9095-11ed-81dd-2e70685f2746 | 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-10T03:19:02+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=881eae68-9095-11ed-81dd-2e70685f2746 | InvocationID=881eb0e8-9095-11ed-81dd-2e70685f2746 | 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-10T03:19:08+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7f5f4c88-9095-11ed-81dd-2e70685f2746 | InvocationID=7f5f4f58-9095-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T03:19:08+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8b590f10-9095-11ed-81dd-2e70685f2746 | InvocationID=8b591212-9095-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T03:19:08+0000 | aai_event_thread | 140210211224352 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8b590f10-9095-11ed-81dd-2e70685f2746 | InvocationID=8b591212-9095-11ed-81dd-2e70685f2746 | 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-10T03:19:08+0000 | aai_event_thread | 140210211224352 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8b590f10-9095-11ed-81dd-2e70685f2746 | InvocationID=8b591212-9095-11ed-81dd-2e70685f2746 | 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-10T03:19:27+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=881eae68-9095-11ed-81dd-2e70685f2746 | InvocationID=881eb0e8-9095-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T03:19:27+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=970e4028-9095-11ed-81dd-2e70685f2746 | InvocationID=970e4294-9095-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T03:19:27+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=970e4028-9095-11ed-81dd-2e70685f2746 | InvocationID=970e4294-9095-11ed-81dd-2e70685f2746 | 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-10T03:19:27+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=970e4028-9095-11ed-81dd-2e70685f2746 | InvocationID=970e4294-9095-11ed-81dd-2e70685f2746 | 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-10T03:19:28+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8b590f10-9095-11ed-81dd-2e70685f2746 | InvocationID=8b591212-9095-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T03:19:28+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=974ed96c-9095-11ed-81dd-2e70685f2746 | InvocationID=974ee02e-9095-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T03:19:52+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=974ed96c-9095-11ed-81dd-2e70685f2746 | InvocationID=974ee02e-9095-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T03:19:52+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a5b362b6-9095-11ed-81dd-2e70685f2746 | InvocationID=a5b3659a-9095-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T03:19:52+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=970e4028-9095-11ed-81dd-2e70685f2746 | InvocationID=970e4294-9095-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T03:19:52+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a607e962-9095-11ed-81dd-2e70685f2746 | InvocationID=a607f7ea-9095-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T03:19:52+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a607e962-9095-11ed-81dd-2e70685f2746 | InvocationID=a607f7ea-9095-11ed-81dd-2e70685f2746 | 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-10T03:19:52+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a607e962-9095-11ed-81dd-2e70685f2746 | InvocationID=a607f7ea-9095-11ed-81dd-2e70685f2746 | 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-10T03:20:12+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a5b362b6-9095-11ed-81dd-2e70685f2746 | InvocationID=a5b3659a-9095-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T03:20:12+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b1af384c-9095-11ed-81dd-2e70685f2746 | InvocationID=b1af3a2c-9095-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T03:20:17+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a607e962-9095-11ed-81dd-2e70685f2746 | InvocationID=a607f7ea-9095-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T03:20:17+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b4fb242a-9095-11ed-81dd-2e70685f2746 | InvocationID=b4fb2ed4-9095-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T03:20:18+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b4fb242a-9095-11ed-81dd-2e70685f2746 | InvocationID=b4fb2ed4-9095-11ed-81dd-2e70685f2746 | 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-10T03:20:18+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b4fb242a-9095-11ed-81dd-2e70685f2746 | InvocationID=b4fb2ed4-9095-11ed-81dd-2e70685f2746 | 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-10T03:20:32+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b1af384c-9095-11ed-81dd-2e70685f2746 | InvocationID=b1af3a2c-9095-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T03:20:32+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bda8a886-9095-11ed-81dd-2e70685f2746 | InvocationID=bda8ab56-9095-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T03:20:43+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b4fb242a-9095-11ed-81dd-2e70685f2746 | InvocationID=b4fb2ed4-9095-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T03:20:43+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c3f2bc4a-9095-11ed-81dd-2e70685f2746 | InvocationID=c3f2bf4c-9095-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T03:20:43+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c3f2bc4a-9095-11ed-81dd-2e70685f2746 | InvocationID=c3f2bf4c-9095-11ed-81dd-2e70685f2746 | 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-10T03:20:43+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c3f2bc4a-9095-11ed-81dd-2e70685f2746 | InvocationID=c3f2bf4c-9095-11ed-81dd-2e70685f2746 | 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-10T03:20:52+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bda8a886-9095-11ed-81dd-2e70685f2746 | InvocationID=bda8ab56-9095-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T03:20:52+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c9c4fc5a-9095-11ed-81dd-2e70685f2746 | InvocationID=c9c4ff66-9095-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T03:21:08+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c3f2bc4a-9095-11ed-81dd-2e70685f2746 | InvocationID=c3f2bf4c-9095-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T03:21:08+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d2e5a62c-9095-11ed-81dd-2e70685f2746 | InvocationID=d2e5a92e-9095-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T03:21:08+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d2e5a62c-9095-11ed-81dd-2e70685f2746 | InvocationID=d2e5a92e-9095-11ed-81dd-2e70685f2746 | 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-10T03:21:08+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d2e5a62c-9095-11ed-81dd-2e70685f2746 | InvocationID=d2e5a92e-9095-11ed-81dd-2e70685f2746 | 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-10T03:21:13+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c9c4fc5a-9095-11ed-81dd-2e70685f2746 | InvocationID=c9c4ff66-9095-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T03:21:13+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d60fd9f8-9095-11ed-81dd-2e70685f2746 | InvocationID=d60fdcbe-9095-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T03:21:33+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d2e5a62c-9095-11ed-81dd-2e70685f2746 | InvocationID=d2e5a92e-9095-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T03:21:33+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e1d615ae-9095-11ed-81dd-2e70685f2746 | InvocationID=e1d61b44-9095-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T03:21:33+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e1d615ae-9095-11ed-81dd-2e70685f2746 | InvocationID=e1d61b44-9095-11ed-81dd-2e70685f2746 | 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-10T03:21:33+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e1d615ae-9095-11ed-81dd-2e70685f2746 | InvocationID=e1d61b44-9095-11ed-81dd-2e70685f2746 | 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-10T03:21:38+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d60fd9f8-9095-11ed-81dd-2e70685f2746 | InvocationID=d60fdcbe-9095-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T03:21:38+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e4da0878-9095-11ed-81dd-2e70685f2746 | InvocationID=e4da0af8-9095-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T03:21:58+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e1d615ae-9095-11ed-81dd-2e70685f2746 | InvocationID=e1d61b44-9095-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T03:21:58+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f0c8af54-9095-11ed-81dd-2e70685f2746 | InvocationID=f0c8b1f2-9095-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T03:21:58+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f0c8af54-9095-11ed-81dd-2e70685f2746 | InvocationID=f0c8b1f2-9095-11ed-81dd-2e70685f2746 | 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-10T03:21:58+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f0c8af54-9095-11ed-81dd-2e70685f2746 | InvocationID=f0c8b1f2-9095-11ed-81dd-2e70685f2746 | 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-10T03:22:03+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e4da0878-9095-11ed-81dd-2e70685f2746 | InvocationID=e4da0af8-9095-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T03:22:03+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f3a47212-9095-11ed-81dd-2e70685f2746 | InvocationID=f3a4749c-9095-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T03:22:23+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f0c8af54-9095-11ed-81dd-2e70685f2746 | InvocationID=f0c8b1f2-9095-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T03:22:23+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ffc07be0-9095-11ed-81dd-2e70685f2746 | InvocationID=ffc07e6a-9095-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T03:22:23+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ffc07be0-9095-11ed-81dd-2e70685f2746 | InvocationID=ffc07e6a-9095-11ed-81dd-2e70685f2746 | 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-10T03:22:23+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ffc07be0-9095-11ed-81dd-2e70685f2746 | InvocationID=ffc07e6a-9095-11ed-81dd-2e70685f2746 | 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-10T03:22:27+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f3a47212-9095-11ed-81dd-2e70685f2746 | InvocationID=f3a4749c-9095-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T03:22:27+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0269563c-9096-11ed-81dd-2e70685f2746 | InvocationID=026958ee-9096-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T03:22:48+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ffc07be0-9095-11ed-81dd-2e70685f2746 | InvocationID=ffc07e6a-9095-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T03:22:48+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0eaee0a6-9096-11ed-81dd-2e70685f2746 | InvocationID=0eaee39e-9096-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T03:22:48+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0eaee0a6-9096-11ed-81dd-2e70685f2746 | InvocationID=0eaee39e-9096-11ed-81dd-2e70685f2746 | 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-10T03:22:48+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0eaee0a6-9096-11ed-81dd-2e70685f2746 | InvocationID=0eaee39e-9096-11ed-81dd-2e70685f2746 | 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-10T03:22:52+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0269563c-9096-11ed-81dd-2e70685f2746 | InvocationID=026958ee-9096-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T03:22:52+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=112e302a-9096-11ed-81dd-2e70685f2746 | InvocationID=112e32a0-9096-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T03:23:13+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0eaee0a6-9096-11ed-81dd-2e70685f2746 | InvocationID=0eaee39e-9096-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T03:23:13+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1da3e566-9096-11ed-81dd-2e70685f2746 | InvocationID=1da3ea20-9096-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T03:23:13+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1da3e566-9096-11ed-81dd-2e70685f2746 | InvocationID=1da3ea20-9096-11ed-81dd-2e70685f2746 | 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-10T03:23:13+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1da3e566-9096-11ed-81dd-2e70685f2746 | InvocationID=1da3ea20-9096-11ed-81dd-2e70685f2746 | 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-10T03:23:17+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=112e302a-9096-11ed-81dd-2e70685f2746 | InvocationID=112e32a0-9096-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T03:23:17+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1ff3915e-9096-11ed-81dd-2e70685f2746 | InvocationID=1ff39492-9096-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T03:23:38+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1da3e566-9096-11ed-81dd-2e70685f2746 | InvocationID=1da3ea20-9096-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T03:23:38+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2c952396-9096-11ed-81dd-2e70685f2746 | InvocationID=2c952648-9096-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T03:23:38+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2c952396-9096-11ed-81dd-2e70685f2746 | InvocationID=2c952648-9096-11ed-81dd-2e70685f2746 | 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-10T03:23:38+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2c952396-9096-11ed-81dd-2e70685f2746 | InvocationID=2c952648-9096-11ed-81dd-2e70685f2746 | 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-10T03:23:42+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1ff3915e-9096-11ed-81dd-2e70685f2746 | InvocationID=1ff39492-9096-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T03:23:42+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ebe652e-9096-11ed-81dd-2e70685f2746 | InvocationID=2ebe67b8-9096-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T03:24:03+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2c952396-9096-11ed-81dd-2e70685f2746 | InvocationID=2c952648-9096-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T03:24:03+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3b8257fc-9096-11ed-81dd-2e70685f2746 | InvocationID=3b825ab8-9096-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T03:24:03+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3b8257fc-9096-11ed-81dd-2e70685f2746 | InvocationID=3b825ab8-9096-11ed-81dd-2e70685f2746 | 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-10T03:24:03+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3b8257fc-9096-11ed-81dd-2e70685f2746 | InvocationID=3b825ab8-9096-11ed-81dd-2e70685f2746 | 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-10T03:24:06+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2ebe652e-9096-11ed-81dd-2e70685f2746 | InvocationID=2ebe67b8-9096-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T03:24:06+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3d82eb84-9096-11ed-81dd-2e70685f2746 | InvocationID=3d82eec2-9096-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T03:24:28+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3b8257fc-9096-11ed-81dd-2e70685f2746 | InvocationID=3b825ab8-9096-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T03:24:28+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4a7436c2-9096-11ed-81dd-2e70685f2746 | InvocationID=4a74391a-9096-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T03:24:28+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4a7436c2-9096-11ed-81dd-2e70685f2746 | InvocationID=4a74391a-9096-11ed-81dd-2e70685f2746 | 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-10T03:24:28+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4a7436c2-9096-11ed-81dd-2e70685f2746 | InvocationID=4a74391a-9096-11ed-81dd-2e70685f2746 | 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-10T03:24:31+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3d82eb84-9096-11ed-81dd-2e70685f2746 | InvocationID=3d82eec2-9096-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T03:24:31+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4c44aa54-9096-11ed-81dd-2e70685f2746 | InvocationID=4c44ba4e-9096-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T03:24:53+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4a7436c2-9096-11ed-81dd-2e70685f2746 | InvocationID=4a74391a-9096-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T03:24:53+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=59682e18-9096-11ed-81dd-2e70685f2746 | InvocationID=59683098-9096-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T03:24:53+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=59682e18-9096-11ed-81dd-2e70685f2746 | InvocationID=59683098-9096-11ed-81dd-2e70685f2746 | 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-10T03:24:53+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=59682e18-9096-11ed-81dd-2e70685f2746 | InvocationID=59683098-9096-11ed-81dd-2e70685f2746 | 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-10T03:24:56+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4c44aa54-9096-11ed-81dd-2e70685f2746 | InvocationID=4c44ba4e-9096-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T03:24:56+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5b08c110-9096-11ed-81dd-2e70685f2746 | InvocationID=5b08c3ae-9096-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T03:25:18+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=59682e18-9096-11ed-81dd-2e70685f2746 | InvocationID=59683098-9096-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T03:25:18+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6857f5a2-9096-11ed-81dd-2e70685f2746 | InvocationID=68580218-9096-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T03:25:18+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6857f5a2-9096-11ed-81dd-2e70685f2746 | InvocationID=68580218-9096-11ed-81dd-2e70685f2746 | 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-10T03:25:18+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6857f5a2-9096-11ed-81dd-2e70685f2746 | InvocationID=68580218-9096-11ed-81dd-2e70685f2746 | 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-10T03:25:21+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5b08c110-9096-11ed-81dd-2e70685f2746 | InvocationID=5b08c3ae-9096-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T03:25:21+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=69cc8556-9096-11ed-81dd-2e70685f2746 | InvocationID=69cc8772-9096-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T03:25:43+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6857f5a2-9096-11ed-81dd-2e70685f2746 | InvocationID=68580218-9096-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T03:25:43+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7750ce26-9096-11ed-81dd-2e70685f2746 | InvocationID=7750d236-9096-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T03:25:44+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7750ce26-9096-11ed-81dd-2e70685f2746 | InvocationID=7750d236-9096-11ed-81dd-2e70685f2746 | 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-10T03:25:44+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7750ce26-9096-11ed-81dd-2e70685f2746 | InvocationID=7750d236-9096-11ed-81dd-2e70685f2746 | 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-10T03:25:46+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=69cc8556-9096-11ed-81dd-2e70685f2746 | InvocationID=69cc8772-9096-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T03:25:46+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=78909ece-9096-11ed-81dd-2e70685f2746 | InvocationID=7890a180-9096-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T03:26:09+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7750ce26-9096-11ed-81dd-2e70685f2746 | InvocationID=7750d236-9096-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T03:26:09+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=863e999a-9096-11ed-81dd-2e70685f2746 | InvocationID=863e9bf2-9096-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T03:26:09+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=863e999a-9096-11ed-81dd-2e70685f2746 | InvocationID=863e9bf2-9096-11ed-81dd-2e70685f2746 | 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-10T03:26:09+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=863e999a-9096-11ed-81dd-2e70685f2746 | InvocationID=863e9bf2-9096-11ed-81dd-2e70685f2746 | 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-10T03:26:10+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=78909ece-9096-11ed-81dd-2e70685f2746 | InvocationID=7890a180-9096-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T03:26:10+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=87540036-9096-11ed-81dd-2e70685f2746 | InvocationID=875402f2-9096-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T03:26:34+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=863e999a-9096-11ed-81dd-2e70685f2746 | InvocationID=863e9bf2-9096-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T03:26:34+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=952b4b6a-9096-11ed-81dd-2e70685f2746 | InvocationID=952b4dea-9096-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T03:26:34+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=952b4b6a-9096-11ed-81dd-2e70685f2746 | InvocationID=952b4dea-9096-11ed-81dd-2e70685f2746 | 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-10T03:26:34+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=952b4b6a-9096-11ed-81dd-2e70685f2746 | InvocationID=952b4dea-9096-11ed-81dd-2e70685f2746 | 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-10T03:26:35+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=87540036-9096-11ed-81dd-2e70685f2746 | InvocationID=875402f2-9096-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T03:26:35+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9616dabc-9096-11ed-81dd-2e70685f2746 | InvocationID=9616e0fc-9096-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T03:26:59+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=952b4b6a-9096-11ed-81dd-2e70685f2746 | InvocationID=952b4dea-9096-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T03:26:59+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a4183de0-9096-11ed-81dd-2e70685f2746 | InvocationID=a4183fca-9096-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T03:26:59+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a4183de0-9096-11ed-81dd-2e70685f2746 | InvocationID=a4183fca-9096-11ed-81dd-2e70685f2746 | 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-10T03:26:59+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a4183de0-9096-11ed-81dd-2e70685f2746 | InvocationID=a4183fca-9096-11ed-81dd-2e70685f2746 | 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-10T03:27:00+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9616dabc-9096-11ed-81dd-2e70685f2746 | InvocationID=9616e0fc-9096-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T03:27:00+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a4d97230-9096-11ed-81dd-2e70685f2746 | InvocationID=a4d9750a-9096-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T03:27:24+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a4183de0-9096-11ed-81dd-2e70685f2746 | InvocationID=a4183fca-9096-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T03:27:24+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b3074a1c-9096-11ed-81dd-2e70685f2746 | InvocationID=b3074c24-9096-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T03:27:24+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b3074a1c-9096-11ed-81dd-2e70685f2746 | InvocationID=b3074c24-9096-11ed-81dd-2e70685f2746 | 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-10T03:27:24+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b3074a1c-9096-11ed-81dd-2e70685f2746 | InvocationID=b3074c24-9096-11ed-81dd-2e70685f2746 | 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-10T03:27:25+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a4d97230-9096-11ed-81dd-2e70685f2746 | InvocationID=a4d9750a-9096-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T03:27:25+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b39e0ec0-9096-11ed-81dd-2e70685f2746 | InvocationID=b39e13d4-9096-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T03:27:49+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b3074a1c-9096-11ed-81dd-2e70685f2746 | InvocationID=b3074c24-9096-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T03:27:49+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c1f42798-9096-11ed-81dd-2e70685f2746 | InvocationID=c1f42a36-9096-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T03:27:49+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c1f42798-9096-11ed-81dd-2e70685f2746 | InvocationID=c1f42a36-9096-11ed-81dd-2e70685f2746 | 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-10T03:27:49+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c1f42798-9096-11ed-81dd-2e70685f2746 | InvocationID=c1f42a36-9096-11ed-81dd-2e70685f2746 | 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-10T03:27:49+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b39e0ec0-9096-11ed-81dd-2e70685f2746 | InvocationID=b39e13d4-9096-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T03:27:49+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c2611858-9096-11ed-81dd-2e70685f2746 | InvocationID=c2611a42-9096-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T03:28:14+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c1f42798-9096-11ed-81dd-2e70685f2746 | InvocationID=c1f42a36-9096-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T03:28:14+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d0e451a6-9096-11ed-81dd-2e70685f2746 | InvocationID=d0e459da-9096-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T03:28:14+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d0e451a6-9096-11ed-81dd-2e70685f2746 | InvocationID=d0e459da-9096-11ed-81dd-2e70685f2746 | 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-10T03:28:14+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d0e451a6-9096-11ed-81dd-2e70685f2746 | InvocationID=d0e459da-9096-11ed-81dd-2e70685f2746 | 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-10T03:28:14+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c2611858-9096-11ed-81dd-2e70685f2746 | InvocationID=c2611a42-9096-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T03:28:14+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d12432e4-9096-11ed-81dd-2e70685f2746 | InvocationID=d1244bc6-9096-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T03:28:39+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d0e451a6-9096-11ed-81dd-2e70685f2746 | InvocationID=d0e459da-9096-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T03:28:39+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dfd3cade-9096-11ed-81dd-2e70685f2746 | InvocationID=dfd3cd68-9096-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T03:28:39+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dfd3cade-9096-11ed-81dd-2e70685f2746 | InvocationID=dfd3cd68-9096-11ed-81dd-2e70685f2746 | 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-10T03:28:39+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dfd3cade-9096-11ed-81dd-2e70685f2746 | InvocationID=dfd3cd68-9096-11ed-81dd-2e70685f2746 | 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-10T03:28:39+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d12432e4-9096-11ed-81dd-2e70685f2746 | InvocationID=d1244bc6-9096-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T03:28:39+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dfe8126e-9096-11ed-81dd-2e70685f2746 | InvocationID=dfe81462-9096-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T03:29:04+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dfe8126e-9096-11ed-81dd-2e70685f2746 | InvocationID=dfe81462-9096-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T03:29:04+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eeaad138-9096-11ed-81dd-2e70685f2746 | InvocationID=eeaad37c-9096-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T03:29:04+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dfd3cade-9096-11ed-81dd-2e70685f2746 | InvocationID=dfd3cd68-9096-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T03:29:04+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eec084e2-9096-11ed-81dd-2e70685f2746 | InvocationID=eec086cc-9096-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T03:29:04+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eec084e2-9096-11ed-81dd-2e70685f2746 | InvocationID=eec086cc-9096-11ed-81dd-2e70685f2746 | 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-10T03:29:04+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eec084e2-9096-11ed-81dd-2e70685f2746 | InvocationID=eec086cc-9096-11ed-81dd-2e70685f2746 | 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-10T03:29:28+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=eeaad138-9096-11ed-81dd-2e70685f2746 | InvocationID=eeaad37c-9096-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T03:29:28+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fd6ed8b8-9096-11ed-81dd-2e70685f2746 | InvocationID=fd6edb38-9096-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T03:29:29+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eec084e2-9096-11ed-81dd-2e70685f2746 | InvocationID=eec086cc-9096-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T03:29:29+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fdaebadc-9096-11ed-81dd-2e70685f2746 | InvocationID=fdaebd98-9096-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T03:29:29+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fdaebadc-9096-11ed-81dd-2e70685f2746 | InvocationID=fdaebd98-9096-11ed-81dd-2e70685f2746 | 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-10T03:29:29+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fdaebadc-9096-11ed-81dd-2e70685f2746 | InvocationID=fdaebd98-9096-11ed-81dd-2e70685f2746 | 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-10T03:29:53+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fd6ed8b8-9096-11ed-81dd-2e70685f2746 | InvocationID=fd6edb38-9096-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T03:29:53+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0c42e0dc-9097-11ed-81dd-2e70685f2746 | InvocationID=0c42e320-9097-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T03:29:54+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fdaebadc-9096-11ed-81dd-2e70685f2746 | InvocationID=fdaebd98-9096-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T03:29:54+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0c9abdde-9097-11ed-81dd-2e70685f2746 | InvocationID=0c9ac0f4-9097-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T03:29:54+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0c9abdde-9097-11ed-81dd-2e70685f2746 | InvocationID=0c9ac0f4-9097-11ed-81dd-2e70685f2746 | 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-10T03:29:54+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0c9abdde-9097-11ed-81dd-2e70685f2746 | InvocationID=0c9ac0f4-9097-11ed-81dd-2e70685f2746 | 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-10T03:30:18+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0c42e0dc-9097-11ed-81dd-2e70685f2746 | InvocationID=0c42e320-9097-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T03:30:18+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1b1829e6-9097-11ed-81dd-2e70685f2746 | InvocationID=1b1831f2-9097-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T03:30:19+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0c9abdde-9097-11ed-81dd-2e70685f2746 | InvocationID=0c9ac0f4-9097-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T03:30:19+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1b8dfe28-9097-11ed-81dd-2e70685f2746 | InvocationID=1b8e04f4-9097-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T03:30:19+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1b8dfe28-9097-11ed-81dd-2e70685f2746 | InvocationID=1b8e04f4-9097-11ed-81dd-2e70685f2746 | 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-10T03:30:19+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1b8dfe28-9097-11ed-81dd-2e70685f2746 | InvocationID=1b8e04f4-9097-11ed-81dd-2e70685f2746 | 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-10T03:30:43+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1b1829e6-9097-11ed-81dd-2e70685f2746 | InvocationID=1b1831f2-9097-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T03:30:43+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2a1a473a-9097-11ed-81dd-2e70685f2746 | InvocationID=2a1a4ad2-9097-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T03:30:44+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1b8dfe28-9097-11ed-81dd-2e70685f2746 | InvocationID=1b8e04f4-9097-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T03:30:44+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2a8ad680-9097-11ed-81dd-2e70685f2746 | InvocationID=2a8ad8d8-9097-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T03:30:44+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2a8ad680-9097-11ed-81dd-2e70685f2746 | InvocationID=2a8ad8d8-9097-11ed-81dd-2e70685f2746 | 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-10T03:30:44+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2a8ad680-9097-11ed-81dd-2e70685f2746 | InvocationID=2a8ad8d8-9097-11ed-81dd-2e70685f2746 | 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-10T03:31:08+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2a1a473a-9097-11ed-81dd-2e70685f2746 | InvocationID=2a1a4ad2-9097-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T03:31:08+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=38ecd87c-9097-11ed-81dd-2e70685f2746 | InvocationID=38ecdb24-9097-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T03:31:09+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2a8ad680-9097-11ed-81dd-2e70685f2746 | InvocationID=2a8ad8d8-9097-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T03:31:09+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3985a462-9097-11ed-81dd-2e70685f2746 | InvocationID=3985a6ba-9097-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T03:31:09+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3985a462-9097-11ed-81dd-2e70685f2746 | InvocationID=3985a6ba-9097-11ed-81dd-2e70685f2746 | 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-10T03:31:09+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3985a462-9097-11ed-81dd-2e70685f2746 | InvocationID=3985a6ba-9097-11ed-81dd-2e70685f2746 | 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-10T03:31:33+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=38ecd87c-9097-11ed-81dd-2e70685f2746 | InvocationID=38ecdb24-9097-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T03:31:33+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=47aff010-9097-11ed-81dd-2e70685f2746 | InvocationID=47aff1d2-9097-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T03:31:34+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3985a462-9097-11ed-81dd-2e70685f2746 | InvocationID=3985a6ba-9097-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T03:31:34+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4876944a-9097-11ed-81dd-2e70685f2746 | InvocationID=48769666-9097-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T03:31:34+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4876944a-9097-11ed-81dd-2e70685f2746 | InvocationID=48769666-9097-11ed-81dd-2e70685f2746 | 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-10T03:31:34+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4876944a-9097-11ed-81dd-2e70685f2746 | InvocationID=48769666-9097-11ed-81dd-2e70685f2746 | 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-10T03:31:58+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=47aff010-9097-11ed-81dd-2e70685f2746 | InvocationID=47aff1d2-9097-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T03:31:58+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=56726c68-9097-11ed-81dd-2e70685f2746 | InvocationID=56726e16-9097-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T03:31:59+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4876944a-9097-11ed-81dd-2e70685f2746 | InvocationID=48769666-9097-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T03:31:59+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=576247b0-9097-11ed-81dd-2e70685f2746 | InvocationID=57624a12-9097-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T03:31:59+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=576247b0-9097-11ed-81dd-2e70685f2746 | InvocationID=57624a12-9097-11ed-81dd-2e70685f2746 | 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-10T03:31:59+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=576247b0-9097-11ed-81dd-2e70685f2746 | InvocationID=57624a12-9097-11ed-81dd-2e70685f2746 | 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-10T03:32:23+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=56726c68-9097-11ed-81dd-2e70685f2746 | InvocationID=56726e16-9097-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T03:32:23+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=65377a22-9097-11ed-81dd-2e70685f2746 | InvocationID=65378418-9097-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T03:32:24+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=576247b0-9097-11ed-81dd-2e70685f2746 | InvocationID=57624a12-9097-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T03:32:24+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=664e1506-9097-11ed-81dd-2e70685f2746 | InvocationID=664e1a60-9097-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T03:32:24+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=664e1506-9097-11ed-81dd-2e70685f2746 | InvocationID=664e1a60-9097-11ed-81dd-2e70685f2746 | 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-10T03:32:24+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=664e1506-9097-11ed-81dd-2e70685f2746 | InvocationID=664e1a60-9097-11ed-81dd-2e70685f2746 | 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-10T03:32:47+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=65377a22-9097-11ed-81dd-2e70685f2746 | InvocationID=65378418-9097-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T03:32:47+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=73f92240-9097-11ed-81dd-2e70685f2746 | InvocationID=73f924b6-9097-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T03:32:49+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=664e1506-9097-11ed-81dd-2e70685f2746 | InvocationID=664e1a60-9097-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T03:32:49+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=753a0e08-9097-11ed-81dd-2e70685f2746 | InvocationID=753a10ba-9097-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T03:32:50+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=753a0e08-9097-11ed-81dd-2e70685f2746 | InvocationID=753a10ba-9097-11ed-81dd-2e70685f2746 | 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-10T03:32:50+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=753a0e08-9097-11ed-81dd-2e70685f2746 | InvocationID=753a10ba-9097-11ed-81dd-2e70685f2746 | 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-10T03:33:12+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=73f92240-9097-11ed-81dd-2e70685f2746 | InvocationID=73f924b6-9097-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T03:33:12+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=82c34e7c-9097-11ed-81dd-2e70685f2746 | InvocationID=82c350e8-9097-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T03:33:15+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=753a0e08-9097-11ed-81dd-2e70685f2746 | InvocationID=753a10ba-9097-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T03:33:15+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=842ca7b8-9097-11ed-81dd-2e70685f2746 | InvocationID=842caa1a-9097-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T03:33:15+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=842ca7b8-9097-11ed-81dd-2e70685f2746 | InvocationID=842caa1a-9097-11ed-81dd-2e70685f2746 | 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-10T03:33:15+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=842ca7b8-9097-11ed-81dd-2e70685f2746 | InvocationID=842caa1a-9097-11ed-81dd-2e70685f2746 | 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-10T03:33:37+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=82c34e7c-9097-11ed-81dd-2e70685f2746 | InvocationID=82c350e8-9097-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T03:33:37+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9187f8a4-9097-11ed-81dd-2e70685f2746 | InvocationID=9187faa2-9097-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T03:33:40+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=842ca7b8-9097-11ed-81dd-2e70685f2746 | InvocationID=842caa1a-9097-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T03:33:40+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=931c660a-9097-11ed-81dd-2e70685f2746 | InvocationID=931c67cc-9097-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T03:33:40+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=931c660a-9097-11ed-81dd-2e70685f2746 | InvocationID=931c67cc-9097-11ed-81dd-2e70685f2746 | 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-10T03:33:40+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=931c660a-9097-11ed-81dd-2e70685f2746 | InvocationID=931c67cc-9097-11ed-81dd-2e70685f2746 | 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-10T03:34:02+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9187f8a4-9097-11ed-81dd-2e70685f2746 | InvocationID=9187faa2-9097-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T03:34:02+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a04d1e5a-9097-11ed-81dd-2e70685f2746 | InvocationID=a04d2026-9097-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T03:34:05+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=931c660a-9097-11ed-81dd-2e70685f2746 | InvocationID=931c67cc-9097-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T03:34:05+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a208729e-9097-11ed-81dd-2e70685f2746 | InvocationID=a20874b0-9097-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T03:34:05+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a208729e-9097-11ed-81dd-2e70685f2746 | InvocationID=a20874b0-9097-11ed-81dd-2e70685f2746 | 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-10T03:34:05+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a208729e-9097-11ed-81dd-2e70685f2746 | InvocationID=a20874b0-9097-11ed-81dd-2e70685f2746 | 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-10T03:34:26+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a04d1e5a-9097-11ed-81dd-2e70685f2746 | InvocationID=a04d2026-9097-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T03:34:26+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=af0e533c-9097-11ed-81dd-2e70685f2746 | InvocationID=af0e666a-9097-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T03:34:30+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a208729e-9097-11ed-81dd-2e70685f2746 | InvocationID=a20874b0-9097-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T03:34:30+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b0f44a80-9097-11ed-81dd-2e70685f2746 | InvocationID=b0f44d50-9097-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T03:34:30+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b0f44a80-9097-11ed-81dd-2e70685f2746 | InvocationID=b0f44d50-9097-11ed-81dd-2e70685f2746 | 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-10T03:34:30+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b0f44a80-9097-11ed-81dd-2e70685f2746 | InvocationID=b0f44d50-9097-11ed-81dd-2e70685f2746 | 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-10T03:34:51+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=af0e533c-9097-11ed-81dd-2e70685f2746 | InvocationID=af0e666a-9097-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T03:34:51+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bdd307fa-9097-11ed-81dd-2e70685f2746 | InvocationID=bdd30a02-9097-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T03:34:55+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b0f44a80-9097-11ed-81dd-2e70685f2746 | InvocationID=b0f44d50-9097-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T03:34:55+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bfe19d86-9097-11ed-81dd-2e70685f2746 | InvocationID=bfe1a0d8-9097-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T03:34:55+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bfe19d86-9097-11ed-81dd-2e70685f2746 | InvocationID=bfe1a0d8-9097-11ed-81dd-2e70685f2746 | 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-10T03:34:55+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bfe19d86-9097-11ed-81dd-2e70685f2746 | InvocationID=bfe1a0d8-9097-11ed-81dd-2e70685f2746 | 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-10T03:35:16+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bdd307fa-9097-11ed-81dd-2e70685f2746 | InvocationID=bdd30a02-9097-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T03:35:16+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cc958574-9097-11ed-81dd-2e70685f2746 | InvocationID=cc95890c-9097-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T03:35:20+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bfe19d86-9097-11ed-81dd-2e70685f2746 | InvocationID=bfe1a0d8-9097-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T03:35:20+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cecdb636-9097-11ed-81dd-2e70685f2746 | InvocationID=cecdb8a2-9097-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T03:35:20+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cecdb636-9097-11ed-81dd-2e70685f2746 | InvocationID=cecdb8a2-9097-11ed-81dd-2e70685f2746 | 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-10T03:35:20+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cecdb636-9097-11ed-81dd-2e70685f2746 | InvocationID=cecdb8a2-9097-11ed-81dd-2e70685f2746 | 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-10T03:35:41+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cc958574-9097-11ed-81dd-2e70685f2746 | InvocationID=cc95890c-9097-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T03:35:41+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=db5cc25c-9097-11ed-81dd-2e70685f2746 | InvocationID=db5cc428-9097-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T03:35:45+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cecdb636-9097-11ed-81dd-2e70685f2746 | InvocationID=cecdb8a2-9097-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T03:35:45+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ddbbc25a-9097-11ed-81dd-2e70685f2746 | InvocationID=ddbbc4e4-9097-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T03:35:45+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ddbbc25a-9097-11ed-81dd-2e70685f2746 | InvocationID=ddbbc4e4-9097-11ed-81dd-2e70685f2746 | 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-10T03:35:45+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ddbbc25a-9097-11ed-81dd-2e70685f2746 | InvocationID=ddbbc4e4-9097-11ed-81dd-2e70685f2746 | 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-10T03:36:06+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=db5cc25c-9097-11ed-81dd-2e70685f2746 | InvocationID=db5cc428-9097-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T03:36:06+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ea2850a8-9097-11ed-81dd-2e70685f2746 | InvocationID=ea285364-9097-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T03:36:10+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ddbbc25a-9097-11ed-81dd-2e70685f2746 | InvocationID=ddbbc4e4-9097-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T03:36:10+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eca82f10-9097-11ed-81dd-2e70685f2746 | InvocationID=eca83122-9097-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T03:36:10+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eca82f10-9097-11ed-81dd-2e70685f2746 | InvocationID=eca83122-9097-11ed-81dd-2e70685f2746 | 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-10T03:36:10+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eca82f10-9097-11ed-81dd-2e70685f2746 | InvocationID=eca83122-9097-11ed-81dd-2e70685f2746 | 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-10T03:36:30+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ea2850a8-9097-11ed-81dd-2e70685f2746 | InvocationID=ea285364-9097-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T03:36:30+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f8eb57e8-9097-11ed-81dd-2e70685f2746 | InvocationID=f8eb5aae-9097-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T03:36:35+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eca82f10-9097-11ed-81dd-2e70685f2746 | InvocationID=eca83122-9097-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T03:36:35+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fb95836a-9097-11ed-81dd-2e70685f2746 | InvocationID=fb9585ae-9097-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T03:36:35+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fb95836a-9097-11ed-81dd-2e70685f2746 | InvocationID=fb9585ae-9097-11ed-81dd-2e70685f2746 | 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-10T03:36:35+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fb95836a-9097-11ed-81dd-2e70685f2746 | InvocationID=fb9585ae-9097-11ed-81dd-2e70685f2746 | 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-10T03:36:55+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f8eb57e8-9097-11ed-81dd-2e70685f2746 | InvocationID=f8eb5aae-9097-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T03:36:55+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=07ae1d88-9098-11ed-81dd-2e70685f2746 | InvocationID=07ae20f8-9098-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T03:37:00+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fb95836a-9097-11ed-81dd-2e70685f2746 | InvocationID=fb9585ae-9097-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T03:37:00+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0a828436-9098-11ed-81dd-2e70685f2746 | InvocationID=0a8285f8-9098-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T03:37:00+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0a828436-9098-11ed-81dd-2e70685f2746 | InvocationID=0a8285f8-9098-11ed-81dd-2e70685f2746 | 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-10T03:37:00+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0a828436-9098-11ed-81dd-2e70685f2746 | InvocationID=0a8285f8-9098-11ed-81dd-2e70685f2746 | 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-10T03:37:20+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=07ae1d88-9098-11ed-81dd-2e70685f2746 | InvocationID=07ae20f8-9098-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T03:37:20+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=167233b8-9098-11ed-81dd-2e70685f2746 | InvocationID=16723660-9098-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T03:37:25+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0a828436-9098-11ed-81dd-2e70685f2746 | InvocationID=0a8285f8-9098-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T03:37:25+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=196f6b9e-9098-11ed-81dd-2e70685f2746 | InvocationID=196f6e1e-9098-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T03:37:25+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=196f6b9e-9098-11ed-81dd-2e70685f2746 | InvocationID=196f6e1e-9098-11ed-81dd-2e70685f2746 | 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-10T03:37:25+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=196f6b9e-9098-11ed-81dd-2e70685f2746 | InvocationID=196f6e1e-9098-11ed-81dd-2e70685f2746 | 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-10T03:37:45+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=167233b8-9098-11ed-81dd-2e70685f2746 | InvocationID=16723660-9098-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T03:37:45+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=25360096-9098-11ed-81dd-2e70685f2746 | InvocationID=25360244-9098-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T03:37:50+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=196f6b9e-9098-11ed-81dd-2e70685f2746 | InvocationID=196f6e1e-9098-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T03:37:50+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=285b6a18-9098-11ed-81dd-2e70685f2746 | InvocationID=285b6c8e-9098-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T03:37:50+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=285b6a18-9098-11ed-81dd-2e70685f2746 | InvocationID=285b6c8e-9098-11ed-81dd-2e70685f2746 | 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-10T03:37:50+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=285b6a18-9098-11ed-81dd-2e70685f2746 | InvocationID=285b6c8e-9098-11ed-81dd-2e70685f2746 | 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-10T03:38:10+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=25360096-9098-11ed-81dd-2e70685f2746 | InvocationID=25360244-9098-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T03:38:10+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=340830bc-9098-11ed-81dd-2e70685f2746 | InvocationID=3408331e-9098-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T03:38:15+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=285b6a18-9098-11ed-81dd-2e70685f2746 | InvocationID=285b6c8e-9098-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T03:38:15+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=37483f60-9098-11ed-81dd-2e70685f2746 | InvocationID=374841cc-9098-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T03:38:15+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=37483f60-9098-11ed-81dd-2e70685f2746 | InvocationID=374841cc-9098-11ed-81dd-2e70685f2746 | 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-10T03:38:15+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=37483f60-9098-11ed-81dd-2e70685f2746 | InvocationID=374841cc-9098-11ed-81dd-2e70685f2746 | 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-10T03:38:34+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=340830bc-9098-11ed-81dd-2e70685f2746 | InvocationID=3408331e-9098-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T03:38:34+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=42c9efaa-9098-11ed-81dd-2e70685f2746 | InvocationID=42c9f1e4-9098-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T03:38:40+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=37483f60-9098-11ed-81dd-2e70685f2746 | InvocationID=374841cc-9098-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T03:38:40+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4633fb5e-9098-11ed-81dd-2e70685f2746 | InvocationID=4633fdd4-9098-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T03:38:40+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4633fb5e-9098-11ed-81dd-2e70685f2746 | InvocationID=4633fdd4-9098-11ed-81dd-2e70685f2746 | 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-10T03:38:40+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4633fb5e-9098-11ed-81dd-2e70685f2746 | InvocationID=4633fdd4-9098-11ed-81dd-2e70685f2746 | 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-10T03:38:59+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=42c9efaa-9098-11ed-81dd-2e70685f2746 | InvocationID=42c9f1e4-9098-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T03:38:59+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=518cfe56-9098-11ed-81dd-2e70685f2746 | InvocationID=518d00e0-9098-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T03:39:05+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4633fb5e-9098-11ed-81dd-2e70685f2746 | InvocationID=4633fdd4-9098-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T03:39:05+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=55213f46-9098-11ed-81dd-2e70685f2746 | InvocationID=552141d0-9098-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T03:39:05+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=55213f46-9098-11ed-81dd-2e70685f2746 | InvocationID=552141d0-9098-11ed-81dd-2e70685f2746 | 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-10T03:39:05+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=55213f46-9098-11ed-81dd-2e70685f2746 | InvocationID=552141d0-9098-11ed-81dd-2e70685f2746 | 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-10T03:39:24+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=518cfe56-9098-11ed-81dd-2e70685f2746 | InvocationID=518d00e0-9098-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T03:39:24+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=604f89f4-9098-11ed-81dd-2e70685f2746 | InvocationID=604f8cb0-9098-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T03:39:30+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=55213f46-9098-11ed-81dd-2e70685f2746 | InvocationID=552141d0-9098-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T03:39:30+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=640ce654-9098-11ed-81dd-2e70685f2746 | InvocationID=640ce92e-9098-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T03:39:30+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=640ce654-9098-11ed-81dd-2e70685f2746 | InvocationID=640ce92e-9098-11ed-81dd-2e70685f2746 | 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-10T03:39:30+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=640ce654-9098-11ed-81dd-2e70685f2746 | InvocationID=640ce92e-9098-11ed-81dd-2e70685f2746 | 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-10T03:39:49+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=604f89f4-9098-11ed-81dd-2e70685f2746 | InvocationID=604f8cb0-9098-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T03:39:49+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6f136f46-9098-11ed-81dd-2e70685f2746 | InvocationID=6f1371bc-9098-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T03:39:55+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=640ce654-9098-11ed-81dd-2e70685f2746 | InvocationID=640ce92e-9098-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T03:39:55+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=72f89a96-9098-11ed-81dd-2e70685f2746 | InvocationID=72f89c4e-9098-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T03:39:55+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=72f89a96-9098-11ed-81dd-2e70685f2746 | InvocationID=72f89c4e-9098-11ed-81dd-2e70685f2746 | 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-10T03:39:55+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=72f89a96-9098-11ed-81dd-2e70685f2746 | InvocationID=72f89c4e-9098-11ed-81dd-2e70685f2746 | 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-10T03:40:13+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6f136f46-9098-11ed-81dd-2e70685f2746 | InvocationID=6f1371bc-9098-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T03:40:13+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7dd83ae8-9098-11ed-81dd-2e70685f2746 | InvocationID=7dd83dae-9098-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T03:40:20+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=72f89a96-9098-11ed-81dd-2e70685f2746 | InvocationID=72f89c4e-9098-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T03:40:20+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=81e42480-9098-11ed-81dd-2e70685f2746 | InvocationID=81e426e2-9098-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T03:40:20+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=81e42480-9098-11ed-81dd-2e70685f2746 | InvocationID=81e426e2-9098-11ed-81dd-2e70685f2746 | 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-10T03:40:20+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=81e42480-9098-11ed-81dd-2e70685f2746 | InvocationID=81e426e2-9098-11ed-81dd-2e70685f2746 | 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-10T03:40:38+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7dd83ae8-9098-11ed-81dd-2e70685f2746 | InvocationID=7dd83dae-9098-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T03:40:38+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8c9f0282-9098-11ed-81dd-2e70685f2746 | InvocationID=8c9f05e8-9098-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T03:40:45+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=81e42480-9098-11ed-81dd-2e70685f2746 | InvocationID=81e426e2-9098-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T03:40:45+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=90d33148-9098-11ed-81dd-2e70685f2746 | InvocationID=90d338b4-9098-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T03:40:45+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=90d33148-9098-11ed-81dd-2e70685f2746 | InvocationID=90d338b4-9098-11ed-81dd-2e70685f2746 | 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-10T03:40:45+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=90d33148-9098-11ed-81dd-2e70685f2746 | InvocationID=90d338b4-9098-11ed-81dd-2e70685f2746 | 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-10T03:41:03+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8c9f0282-9098-11ed-81dd-2e70685f2746 | InvocationID=8c9f05e8-9098-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T03:41:03+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9b630750-9098-11ed-81dd-2e70685f2746 | InvocationID=9b630a02-9098-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T03:41:10+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=90d33148-9098-11ed-81dd-2e70685f2746 | InvocationID=90d338b4-9098-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T03:41:10+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9fc3dfae-9098-11ed-81dd-2e70685f2746 | InvocationID=9fc3e3be-9098-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T03:41:10+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9fc3dfae-9098-11ed-81dd-2e70685f2746 | InvocationID=9fc3e3be-9098-11ed-81dd-2e70685f2746 | 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-10T03:41:10+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9fc3dfae-9098-11ed-81dd-2e70685f2746 | InvocationID=9fc3e3be-9098-11ed-81dd-2e70685f2746 | 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-10T03:41:28+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9b630750-9098-11ed-81dd-2e70685f2746 | InvocationID=9b630a02-9098-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T03:41:28+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aa25a78e-9098-11ed-81dd-2e70685f2746 | InvocationID=aa25ab26-9098-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T03:41:35+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9fc3dfae-9098-11ed-81dd-2e70685f2746 | InvocationID=9fc3e3be-9098-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T03:41:35+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aeb306fc-9098-11ed-81dd-2e70685f2746 | InvocationID=aeb30954-9098-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T03:41:35+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aeb306fc-9098-11ed-81dd-2e70685f2746 | InvocationID=aeb30954-9098-11ed-81dd-2e70685f2746 | 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-10T03:41:35+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aeb306fc-9098-11ed-81dd-2e70685f2746 | InvocationID=aeb30954-9098-11ed-81dd-2e70685f2746 | 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-10T03:41:53+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=aa25a78e-9098-11ed-81dd-2e70685f2746 | InvocationID=aa25ab26-9098-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T03:41:53+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b8ea126e-9098-11ed-81dd-2e70685f2746 | InvocationID=b8ea1534-9098-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T03:42:00+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aeb306fc-9098-11ed-81dd-2e70685f2746 | InvocationID=aeb30954-9098-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T03:42:00+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bda05a48-9098-11ed-81dd-2e70685f2746 | InvocationID=bda05c3c-9098-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T03:42:00+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bda05a48-9098-11ed-81dd-2e70685f2746 | InvocationID=bda05c3c-9098-11ed-81dd-2e70685f2746 | 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-10T03:42:00+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bda05a48-9098-11ed-81dd-2e70685f2746 | InvocationID=bda05c3c-9098-11ed-81dd-2e70685f2746 | 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-10T03:42:17+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b8ea126e-9098-11ed-81dd-2e70685f2746 | InvocationID=b8ea1534-9098-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T03:42:17+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c7b090d4-9098-11ed-81dd-2e70685f2746 | InvocationID=c7b09390-9098-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T03:42:25+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bda05a48-9098-11ed-81dd-2e70685f2746 | InvocationID=bda05c3c-9098-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T03:42:25+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cc8cd3ce-9098-11ed-81dd-2e70685f2746 | InvocationID=cc8cd720-9098-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T03:42:25+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cc8cd3ce-9098-11ed-81dd-2e70685f2746 | InvocationID=cc8cd720-9098-11ed-81dd-2e70685f2746 | 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-10T03:42:25+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cc8cd3ce-9098-11ed-81dd-2e70685f2746 | InvocationID=cc8cd720-9098-11ed-81dd-2e70685f2746 | 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-10T03:42:42+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c7b090d4-9098-11ed-81dd-2e70685f2746 | InvocationID=c7b09390-9098-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T03:42:42+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d6780b2e-9098-11ed-81dd-2e70685f2746 | InvocationID=d6780de0-9098-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T03:42:50+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cc8cd3ce-9098-11ed-81dd-2e70685f2746 | InvocationID=cc8cd720-9098-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T03:42:51+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=db7a1dec-9098-11ed-81dd-2e70685f2746 | InvocationID=db7a1fea-9098-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T03:42:51+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=db7a1dec-9098-11ed-81dd-2e70685f2746 | InvocationID=db7a1fea-9098-11ed-81dd-2e70685f2746 | 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-10T03:42:51+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=db7a1dec-9098-11ed-81dd-2e70685f2746 | InvocationID=db7a1fea-9098-11ed-81dd-2e70685f2746 | 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-10T03:43:07+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d6780b2e-9098-11ed-81dd-2e70685f2746 | InvocationID=d6780de0-9098-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T03:43:07+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e53b6656-9098-11ed-81dd-2e70685f2746 | InvocationID=e53b6a02-9098-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T03:43:16+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=db7a1dec-9098-11ed-81dd-2e70685f2746 | InvocationID=db7a1fea-9098-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T03:43:16+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ea6a5948-9098-11ed-81dd-2e70685f2746 | InvocationID=ea6a5c04-9098-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T03:43:16+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ea6a5948-9098-11ed-81dd-2e70685f2746 | InvocationID=ea6a5c04-9098-11ed-81dd-2e70685f2746 | 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-10T03:43:16+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ea6a5948-9098-11ed-81dd-2e70685f2746 | InvocationID=ea6a5c04-9098-11ed-81dd-2e70685f2746 | 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-10T03:43:32+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e53b6656-9098-11ed-81dd-2e70685f2746 | InvocationID=e53b6a02-9098-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T03:43:32+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f3fd40ec-9098-11ed-81dd-2e70685f2746 | InvocationID=f3fd43c6-9098-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T03:43:41+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ea6a5948-9098-11ed-81dd-2e70685f2746 | InvocationID=ea6a5c04-9098-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T03:43:41+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f9578476-9098-11ed-81dd-2e70685f2746 | InvocationID=f957866a-9098-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T03:43:41+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f9578476-9098-11ed-81dd-2e70685f2746 | InvocationID=f957866a-9098-11ed-81dd-2e70685f2746 | 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-10T03:43:41+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f9578476-9098-11ed-81dd-2e70685f2746 | InvocationID=f957866a-9098-11ed-81dd-2e70685f2746 | 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-10T03:43:56+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f3fd40ec-9098-11ed-81dd-2e70685f2746 | InvocationID=f3fd43c6-9098-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T03:43:56+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=02bfbcf4-9099-11ed-81dd-2e70685f2746 | InvocationID=02bfbf4c-9099-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T03:44:06+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f9578476-9098-11ed-81dd-2e70685f2746 | InvocationID=f957866a-9098-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T03:44:06+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=08446b20-9099-11ed-81dd-2e70685f2746 | InvocationID=08446e18-9099-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T03:44:06+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=08446b20-9099-11ed-81dd-2e70685f2746 | InvocationID=08446e18-9099-11ed-81dd-2e70685f2746 | 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-10T03:44:06+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=08446b20-9099-11ed-81dd-2e70685f2746 | InvocationID=08446e18-9099-11ed-81dd-2e70685f2746 | 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-10T03:44:21+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=02bfbcf4-9099-11ed-81dd-2e70685f2746 | InvocationID=02bfbf4c-9099-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T03:44:21+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1181df38-9099-11ed-81dd-2e70685f2746 | InvocationID=1181e2c6-9099-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T03:44:31+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=08446b20-9099-11ed-81dd-2e70685f2746 | InvocationID=08446e18-9099-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T03:44:31+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=173443c6-9099-11ed-81dd-2e70685f2746 | InvocationID=173445c4-9099-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T03:44:31+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=173443c6-9099-11ed-81dd-2e70685f2746 | InvocationID=173445c4-9099-11ed-81dd-2e70685f2746 | 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-10T03:44:31+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=173443c6-9099-11ed-81dd-2e70685f2746 | InvocationID=173445c4-9099-11ed-81dd-2e70685f2746 | 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-10T03:44:46+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1181df38-9099-11ed-81dd-2e70685f2746 | InvocationID=1181e2c6-9099-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T03:44:46+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2045fdba-9099-11ed-81dd-2e70685f2746 | InvocationID=20460044-9099-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T03:44:56+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=173443c6-9099-11ed-81dd-2e70685f2746 | InvocationID=173445c4-9099-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T03:44:56+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=26208c6e-9099-11ed-81dd-2e70685f2746 | InvocationID=26208e76-9099-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T03:44:56+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=26208c6e-9099-11ed-81dd-2e70685f2746 | InvocationID=26208e76-9099-11ed-81dd-2e70685f2746 | 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-10T03:44:56+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=26208c6e-9099-11ed-81dd-2e70685f2746 | InvocationID=26208e76-9099-11ed-81dd-2e70685f2746 | 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-10T03:45:11+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2045fdba-9099-11ed-81dd-2e70685f2746 | InvocationID=20460044-9099-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T03:45:11+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2f07240a-9099-11ed-81dd-2e70685f2746 | InvocationID=2f072720-9099-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T03:45:21+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=26208c6e-9099-11ed-81dd-2e70685f2746 | InvocationID=26208e76-9099-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T03:45:21+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=350da04a-9099-11ed-81dd-2e70685f2746 | InvocationID=350da2ca-9099-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T03:45:21+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=350da04a-9099-11ed-81dd-2e70685f2746 | InvocationID=350da2ca-9099-11ed-81dd-2e70685f2746 | 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-10T03:45:21+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=350da04a-9099-11ed-81dd-2e70685f2746 | InvocationID=350da2ca-9099-11ed-81dd-2e70685f2746 | 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-10T03:45:35+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2f07240a-9099-11ed-81dd-2e70685f2746 | InvocationID=2f072720-9099-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T03:45:35+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3dc9d096-9099-11ed-81dd-2e70685f2746 | InvocationID=3dc9d334-9099-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T03:45:46+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=350da04a-9099-11ed-81dd-2e70685f2746 | InvocationID=350da2ca-9099-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T03:45:46+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=43fb79e2-9099-11ed-81dd-2e70685f2746 | InvocationID=43fb7c58-9099-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T03:45:46+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=43fb79e2-9099-11ed-81dd-2e70685f2746 | InvocationID=43fb7c58-9099-11ed-81dd-2e70685f2746 | 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-10T03:45:46+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=43fb79e2-9099-11ed-81dd-2e70685f2746 | InvocationID=43fb7c58-9099-11ed-81dd-2e70685f2746 | 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-10T03:46:00+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3dc9d096-9099-11ed-81dd-2e70685f2746 | InvocationID=3dc9d334-9099-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T03:46:00+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4c8fad8a-9099-11ed-81dd-2e70685f2746 | InvocationID=4c8faff6-9099-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T03:46:11+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=43fb79e2-9099-11ed-81dd-2e70685f2746 | InvocationID=43fb7c58-9099-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T03:46:11+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=52eb9892-9099-11ed-81dd-2e70685f2746 | InvocationID=52eb9ebe-9099-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T03:46:11+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=52eb9892-9099-11ed-81dd-2e70685f2746 | InvocationID=52eb9ebe-9099-11ed-81dd-2e70685f2746 | 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-10T03:46:11+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=52eb9892-9099-11ed-81dd-2e70685f2746 | InvocationID=52eb9ebe-9099-11ed-81dd-2e70685f2746 | 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-10T03:46:25+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4c8fad8a-9099-11ed-81dd-2e70685f2746 | InvocationID=4c8faff6-9099-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T03:46:25+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5b50e820-9099-11ed-81dd-2e70685f2746 | InvocationID=5b50e9ec-9099-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T03:46:36+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=52eb9892-9099-11ed-81dd-2e70685f2746 | InvocationID=52eb9ebe-9099-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T03:46:36+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=61de9e8a-9099-11ed-81dd-2e70685f2746 | InvocationID=61dea0e2-9099-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T03:46:36+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=61de9e8a-9099-11ed-81dd-2e70685f2746 | InvocationID=61dea0e2-9099-11ed-81dd-2e70685f2746 | 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-10T03:46:36+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=61de9e8a-9099-11ed-81dd-2e70685f2746 | InvocationID=61dea0e2-9099-11ed-81dd-2e70685f2746 | 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-10T03:46:50+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5b50e820-9099-11ed-81dd-2e70685f2746 | InvocationID=5b50e9ec-9099-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T03:46:50+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6a1272ac-9099-11ed-81dd-2e70685f2746 | InvocationID=6a127608-9099-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T03:47:01+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=61de9e8a-9099-11ed-81dd-2e70685f2746 | InvocationID=61dea0e2-9099-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T03:47:01+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=70ca90de-9099-11ed-81dd-2e70685f2746 | InvocationID=70ca9322-9099-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T03:47:01+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=70ca90de-9099-11ed-81dd-2e70685f2746 | InvocationID=70ca9322-9099-11ed-81dd-2e70685f2746 | 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-10T03:47:01+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=70ca90de-9099-11ed-81dd-2e70685f2746 | InvocationID=70ca9322-9099-11ed-81dd-2e70685f2746 | 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-10T03:47:14+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6a1272ac-9099-11ed-81dd-2e70685f2746 | InvocationID=6a127608-9099-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T03:47:14+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=78d41b4c-9099-11ed-81dd-2e70685f2746 | InvocationID=78d41e62-9099-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T03:47:26+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=70ca90de-9099-11ed-81dd-2e70685f2746 | InvocationID=70ca9322-9099-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T03:47:26+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7fb83d44-9099-11ed-81dd-2e70685f2746 | InvocationID=7fb849a6-9099-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T03:47:26+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7fb83d44-9099-11ed-81dd-2e70685f2746 | InvocationID=7fb849a6-9099-11ed-81dd-2e70685f2746 | 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-10T03:47:26+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7fb83d44-9099-11ed-81dd-2e70685f2746 | InvocationID=7fb849a6-9099-11ed-81dd-2e70685f2746 | 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-10T03:47:39+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=78d41b4c-9099-11ed-81dd-2e70685f2746 | InvocationID=78d41e62-9099-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T03:47:39+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8797b4ea-9099-11ed-81dd-2e70685f2746 | InvocationID=8797b72e-9099-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T03:47:51+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7fb83d44-9099-11ed-81dd-2e70685f2746 | InvocationID=7fb849a6-9099-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T03:47:51+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8ea4a1da-9099-11ed-81dd-2e70685f2746 | InvocationID=8ea4a392-9099-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T03:47:51+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8ea4a1da-9099-11ed-81dd-2e70685f2746 | InvocationID=8ea4a392-9099-11ed-81dd-2e70685f2746 | 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-10T03:47:51+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8ea4a1da-9099-11ed-81dd-2e70685f2746 | InvocationID=8ea4a392-9099-11ed-81dd-2e70685f2746 | 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-10T03:48:04+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8797b4ea-9099-11ed-81dd-2e70685f2746 | InvocationID=8797b72e-9099-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T03:48:04+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=965a33cc-9099-11ed-81dd-2e70685f2746 | InvocationID=965a3610-9099-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T03:48:16+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8ea4a1da-9099-11ed-81dd-2e70685f2746 | InvocationID=8ea4a392-9099-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T03:48:16+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9d9398a4-9099-11ed-81dd-2e70685f2746 | InvocationID=9d939af2-9099-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T03:48:16+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9d9398a4-9099-11ed-81dd-2e70685f2746 | InvocationID=9d939af2-9099-11ed-81dd-2e70685f2746 | 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-10T03:48:16+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9d9398a4-9099-11ed-81dd-2e70685f2746 | InvocationID=9d939af2-9099-11ed-81dd-2e70685f2746 | 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-10T03:48:29+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=965a33cc-9099-11ed-81dd-2e70685f2746 | InvocationID=965a3610-9099-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T03:48:29+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a51d02cc-9099-11ed-81dd-2e70685f2746 | InvocationID=a51d0524-9099-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T03:48:41+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9d9398a4-9099-11ed-81dd-2e70685f2746 | InvocationID=9d939af2-9099-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T03:48:41+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ac7f8db4-9099-11ed-81dd-2e70685f2746 | InvocationID=ac7f9052-9099-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T03:48:41+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ac7f8db4-9099-11ed-81dd-2e70685f2746 | InvocationID=ac7f9052-9099-11ed-81dd-2e70685f2746 | 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-10T03:48:41+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ac7f8db4-9099-11ed-81dd-2e70685f2746 | InvocationID=ac7f9052-9099-11ed-81dd-2e70685f2746 | 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-10T03:48:54+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a51d02cc-9099-11ed-81dd-2e70685f2746 | InvocationID=a51d0524-9099-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T03:48:54+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b3df47a2-9099-11ed-81dd-2e70685f2746 | InvocationID=b3df4a18-9099-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T03:49:06+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ac7f8db4-9099-11ed-81dd-2e70685f2746 | InvocationID=ac7f9052-9099-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T03:49:06+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bb6fc2ee-9099-11ed-81dd-2e70685f2746 | InvocationID=bb6fd590-9099-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T03:49:06+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bb6fc2ee-9099-11ed-81dd-2e70685f2746 | InvocationID=bb6fd590-9099-11ed-81dd-2e70685f2746 | 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-10T03:49:06+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bb6fc2ee-9099-11ed-81dd-2e70685f2746 | InvocationID=bb6fd590-9099-11ed-81dd-2e70685f2746 | 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-10T03:49:18+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b3df47a2-9099-11ed-81dd-2e70685f2746 | InvocationID=b3df4a18-9099-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T03:49:18+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c2a09660-9099-11ed-81dd-2e70685f2746 | InvocationID=c2a098d6-9099-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T03:49:31+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bb6fc2ee-9099-11ed-81dd-2e70685f2746 | InvocationID=bb6fd590-9099-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T03:49:31+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ca5bdee6-9099-11ed-81dd-2e70685f2746 | InvocationID=ca5be3aa-9099-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T03:49:31+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ca5bdee6-9099-11ed-81dd-2e70685f2746 | InvocationID=ca5be3aa-9099-11ed-81dd-2e70685f2746 | 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-10T03:49:31+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ca5bdee6-9099-11ed-81dd-2e70685f2746 | InvocationID=ca5be3aa-9099-11ed-81dd-2e70685f2746 | 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-10T03:49:43+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c2a09660-9099-11ed-81dd-2e70685f2746 | InvocationID=c2a098d6-9099-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T03:49:43+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d1676d2c-9099-11ed-81dd-2e70685f2746 | InvocationID=d1676ff2-9099-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T03:49:56+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ca5bdee6-9099-11ed-81dd-2e70685f2746 | InvocationID=ca5be3aa-9099-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T03:49:56+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d94967de-9099-11ed-81dd-2e70685f2746 | InvocationID=d94976d4-9099-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T03:49:56+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d94967de-9099-11ed-81dd-2e70685f2746 | InvocationID=d94976d4-9099-11ed-81dd-2e70685f2746 | 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-10T03:49:56+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d94967de-9099-11ed-81dd-2e70685f2746 | InvocationID=d94976d4-9099-11ed-81dd-2e70685f2746 | 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-10T03:50:08+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d1676d2c-9099-11ed-81dd-2e70685f2746 | InvocationID=d1676ff2-9099-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T03:50:08+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e0297882-9099-11ed-81dd-2e70685f2746 | InvocationID=e0297eae-9099-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T03:50:21+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d94967de-9099-11ed-81dd-2e70685f2746 | InvocationID=d94976d4-9099-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T03:50:21+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e837dd84-9099-11ed-81dd-2e70685f2746 | InvocationID=e837e022-9099-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T03:50:21+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e837dd84-9099-11ed-81dd-2e70685f2746 | InvocationID=e837e022-9099-11ed-81dd-2e70685f2746 | 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-10T03:50:21+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e837dd84-9099-11ed-81dd-2e70685f2746 | InvocationID=e837e022-9099-11ed-81dd-2e70685f2746 | 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-10T03:50:33+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e0297882-9099-11ed-81dd-2e70685f2746 | InvocationID=e0297eae-9099-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T03:50:33+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eeec6604-9099-11ed-81dd-2e70685f2746 | InvocationID=eeec6802-9099-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T03:50:46+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e837dd84-9099-11ed-81dd-2e70685f2746 | InvocationID=e837e022-9099-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T03:50:46+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f726d994-9099-11ed-81dd-2e70685f2746 | InvocationID=f726dc46-9099-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T03:50:46+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f726d994-9099-11ed-81dd-2e70685f2746 | InvocationID=f726dc46-9099-11ed-81dd-2e70685f2746 | 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-10T03:50:46+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f726d994-9099-11ed-81dd-2e70685f2746 | InvocationID=f726dc46-9099-11ed-81dd-2e70685f2746 | 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-10T03:50:57+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=eeec6604-9099-11ed-81dd-2e70685f2746 | InvocationID=eeec6802-9099-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T03:50:57+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fdaee3e2-9099-11ed-81dd-2e70685f2746 | InvocationID=fdaeea04-9099-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T03:51:11+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f726d994-9099-11ed-81dd-2e70685f2746 | InvocationID=f726dc46-9099-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T03:51:11+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=06149fcc-909a-11ed-81dd-2e70685f2746 | InvocationID=0614a292-909a-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T03:51:12+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=06149fcc-909a-11ed-81dd-2e70685f2746 | InvocationID=0614a292-909a-11ed-81dd-2e70685f2746 | 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-10T03:51:12+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=06149fcc-909a-11ed-81dd-2e70685f2746 | InvocationID=0614a292-909a-11ed-81dd-2e70685f2746 | 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-10T03:51:22+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fdaee3e2-9099-11ed-81dd-2e70685f2746 | InvocationID=fdaeea04-9099-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T03:51:22+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0c735a8e-909a-11ed-81dd-2e70685f2746 | InvocationID=0c735dcc-909a-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T03:51:37+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=06149fcc-909a-11ed-81dd-2e70685f2746 | InvocationID=0614a292-909a-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T03:51:37+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=150740ac-909a-11ed-81dd-2e70685f2746 | InvocationID=15074368-909a-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T03:51:37+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=150740ac-909a-11ed-81dd-2e70685f2746 | InvocationID=15074368-909a-11ed-81dd-2e70685f2746 | 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-10T03:51:37+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=150740ac-909a-11ed-81dd-2e70685f2746 | InvocationID=15074368-909a-11ed-81dd-2e70685f2746 | 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-10T03:51:47+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0c735a8e-909a-11ed-81dd-2e70685f2746 | InvocationID=0c735dcc-909a-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T03:51:47+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1b385268-909a-11ed-81dd-2e70685f2746 | InvocationID=1b385470-909a-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T03:52:02+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=150740ac-909a-11ed-81dd-2e70685f2746 | InvocationID=15074368-909a-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T03:52:02+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=23f3637a-909a-11ed-81dd-2e70685f2746 | InvocationID=23f36604-909a-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T03:52:02+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=23f3637a-909a-11ed-81dd-2e70685f2746 | InvocationID=23f36604-909a-11ed-81dd-2e70685f2746 | 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-10T03:52:02+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=23f3637a-909a-11ed-81dd-2e70685f2746 | InvocationID=23f36604-909a-11ed-81dd-2e70685f2746 | 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-10T03:52:12+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1b385268-909a-11ed-81dd-2e70685f2746 | InvocationID=1b385470-909a-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T03:52:12+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2a001560-909a-11ed-81dd-2e70685f2746 | InvocationID=2a001bdc-909a-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T03:52:27+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=23f3637a-909a-11ed-81dd-2e70685f2746 | InvocationID=23f36604-909a-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T03:52:27+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=32e086c4-909a-11ed-81dd-2e70685f2746 | InvocationID=32e08a48-909a-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T03:52:27+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=32e086c4-909a-11ed-81dd-2e70685f2746 | InvocationID=32e08a48-909a-11ed-81dd-2e70685f2746 | 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-10T03:52:27+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=32e086c4-909a-11ed-81dd-2e70685f2746 | InvocationID=32e08a48-909a-11ed-81dd-2e70685f2746 | 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-10T03:52:37+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2a001560-909a-11ed-81dd-2e70685f2746 | InvocationID=2a001bdc-909a-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T03:52:37+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=38ca9db8-909a-11ed-81dd-2e70685f2746 | InvocationID=38caa0ce-909a-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T03:52:52+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=32e086c4-909a-11ed-81dd-2e70685f2746 | InvocationID=32e08a48-909a-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T03:52:52+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=41cd1684-909a-11ed-81dd-2e70685f2746 | InvocationID=41cd1940-909a-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T03:52:52+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=41cd1684-909a-11ed-81dd-2e70685f2746 | InvocationID=41cd1940-909a-11ed-81dd-2e70685f2746 | 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-10T03:52:52+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=41cd1684-909a-11ed-81dd-2e70685f2746 | InvocationID=41cd1940-909a-11ed-81dd-2e70685f2746 | 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-10T03:53:01+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=38ca9db8-909a-11ed-81dd-2e70685f2746 | InvocationID=38caa0ce-909a-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T03:53:01+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=478c1f20-909a-11ed-81dd-2e70685f2746 | InvocationID=478c218c-909a-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T03:53:17+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=41cd1684-909a-11ed-81dd-2e70685f2746 | InvocationID=41cd1940-909a-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T03:53:17+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=50bf6822-909a-11ed-81dd-2e70685f2746 | InvocationID=50bf6b7e-909a-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T03:53:17+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=50bf6822-909a-11ed-81dd-2e70685f2746 | InvocationID=50bf6b7e-909a-11ed-81dd-2e70685f2746 | 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-10T03:53:17+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=50bf6822-909a-11ed-81dd-2e70685f2746 | InvocationID=50bf6b7e-909a-11ed-81dd-2e70685f2746 | 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-10T03:53:26+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=478c1f20-909a-11ed-81dd-2e70685f2746 | InvocationID=478c218c-909a-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T03:53:26+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=564f958c-909a-11ed-81dd-2e70685f2746 | InvocationID=564f98ca-909a-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T03:53:42+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=50bf6822-909a-11ed-81dd-2e70685f2746 | InvocationID=50bf6b7e-909a-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T03:53:42+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5fad9dae-909a-11ed-81dd-2e70685f2746 | InvocationID=5fad9fb6-909a-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T03:53:42+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5fad9dae-909a-11ed-81dd-2e70685f2746 | InvocationID=5fad9fb6-909a-11ed-81dd-2e70685f2746 | 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-10T03:53:42+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5fad9dae-909a-11ed-81dd-2e70685f2746 | InvocationID=5fad9fb6-909a-11ed-81dd-2e70685f2746 | 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-10T03:53:51+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=564f958c-909a-11ed-81dd-2e70685f2746 | InvocationID=564f98ca-909a-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T03:53:51+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6513d4d4-909a-11ed-81dd-2e70685f2746 | InvocationID=6513d7ae-909a-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T03:54:07+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5fad9dae-909a-11ed-81dd-2e70685f2746 | InvocationID=5fad9fb6-909a-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T03:54:07+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6e9a52d0-909a-11ed-81dd-2e70685f2746 | InvocationID=6e9a55b4-909a-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T03:54:07+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6e9a52d0-909a-11ed-81dd-2e70685f2746 | InvocationID=6e9a55b4-909a-11ed-81dd-2e70685f2746 | 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-10T03:54:07+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6e9a52d0-909a-11ed-81dd-2e70685f2746 | InvocationID=6e9a55b4-909a-11ed-81dd-2e70685f2746 | 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-10T03:54:16+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6513d4d4-909a-11ed-81dd-2e70685f2746 | InvocationID=6513d7ae-909a-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T03:54:16+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=73dbf5b4-909a-11ed-81dd-2e70685f2746 | InvocationID=73dbf87a-909a-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T03:54:32+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6e9a52d0-909a-11ed-81dd-2e70685f2746 | InvocationID=6e9a55b4-909a-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T03:54:32+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7d87345c-909a-11ed-81dd-2e70685f2746 | InvocationID=7d8751f8-909a-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T03:54:32+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7d87345c-909a-11ed-81dd-2e70685f2746 | InvocationID=7d8751f8-909a-11ed-81dd-2e70685f2746 | 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-10T03:54:32+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7d87345c-909a-11ed-81dd-2e70685f2746 | InvocationID=7d8751f8-909a-11ed-81dd-2e70685f2746 | 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-10T03:54:40+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=73dbf5b4-909a-11ed-81dd-2e70685f2746 | InvocationID=73dbf87a-909a-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T03:54:40+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=82a087fe-909a-11ed-81dd-2e70685f2746 | InvocationID=82a08ac4-909a-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T03:54:57+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7d87345c-909a-11ed-81dd-2e70685f2746 | InvocationID=7d8751f8-909a-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T03:54:57+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8c7428c6-909a-11ed-81dd-2e70685f2746 | InvocationID=8c742b96-909a-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T03:54:57+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8c7428c6-909a-11ed-81dd-2e70685f2746 | InvocationID=8c742b96-909a-11ed-81dd-2e70685f2746 | 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-10T03:54:57+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8c7428c6-909a-11ed-81dd-2e70685f2746 | InvocationID=8c742b96-909a-11ed-81dd-2e70685f2746 | 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-10T03:55:05+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=82a087fe-909a-11ed-81dd-2e70685f2746 | InvocationID=82a08ac4-909a-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T03:55:05+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9168b536-909a-11ed-81dd-2e70685f2746 | InvocationID=9168b72a-909a-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T03:55:22+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8c7428c6-909a-11ed-81dd-2e70685f2746 | InvocationID=8c742b96-909a-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T03:55:22+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9b619d5a-909a-11ed-81dd-2e70685f2746 | InvocationID=9b619fee-909a-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T03:55:22+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9b619d5a-909a-11ed-81dd-2e70685f2746 | InvocationID=9b619fee-909a-11ed-81dd-2e70685f2746 | 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-10T03:55:22+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9b619d5a-909a-11ed-81dd-2e70685f2746 | InvocationID=9b619fee-909a-11ed-81dd-2e70685f2746 | 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-10T03:55:30+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9168b536-909a-11ed-81dd-2e70685f2746 | InvocationID=9168b72a-909a-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T03:55:30+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a02b45d4-909a-11ed-81dd-2e70685f2746 | InvocationID=a02b54c0-909a-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T03:55:47+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9b619d5a-909a-11ed-81dd-2e70685f2746 | InvocationID=9b619fee-909a-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T03:55:47+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aa4def1c-909a-11ed-81dd-2e70685f2746 | InvocationID=aa4df232-909a-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T03:55:47+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aa4def1c-909a-11ed-81dd-2e70685f2746 | InvocationID=aa4df232-909a-11ed-81dd-2e70685f2746 | 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-10T03:55:47+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aa4def1c-909a-11ed-81dd-2e70685f2746 | InvocationID=aa4df232-909a-11ed-81dd-2e70685f2746 | 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-10T03:55:55+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a02b45d4-909a-11ed-81dd-2e70685f2746 | InvocationID=a02b54c0-909a-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T03:55:55+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aeee0192-909a-11ed-81dd-2e70685f2746 | InvocationID=aeee0386-909a-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T03:56:12+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aa4def1c-909a-11ed-81dd-2e70685f2746 | InvocationID=aa4df232-909a-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T03:56:12+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b93b32f0-909a-11ed-81dd-2e70685f2746 | InvocationID=b93b35a2-909a-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T03:56:12+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b93b32f0-909a-11ed-81dd-2e70685f2746 | InvocationID=b93b35a2-909a-11ed-81dd-2e70685f2746 | 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-10T03:56:12+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b93b32f0-909a-11ed-81dd-2e70685f2746 | InvocationID=b93b35a2-909a-11ed-81dd-2e70685f2746 | 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-10T03:56:20+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=aeee0192-909a-11ed-81dd-2e70685f2746 | InvocationID=aeee0386-909a-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T03:56:20+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bdaedc56-909a-11ed-81dd-2e70685f2746 | InvocationID=bdaede54-909a-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T03:56:37+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b93b32f0-909a-11ed-81dd-2e70685f2746 | InvocationID=b93b35a2-909a-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T03:56:37+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c828a662-909a-11ed-81dd-2e70685f2746 | InvocationID=c828a91e-909a-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T03:56:37+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c828a662-909a-11ed-81dd-2e70685f2746 | InvocationID=c828a91e-909a-11ed-81dd-2e70685f2746 | 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-10T03:56:37+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c828a662-909a-11ed-81dd-2e70685f2746 | InvocationID=c828a91e-909a-11ed-81dd-2e70685f2746 | 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-10T03:56:44+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bdaedc56-909a-11ed-81dd-2e70685f2746 | InvocationID=bdaede54-909a-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T03:56:44+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cc751dcc-909a-11ed-81dd-2e70685f2746 | InvocationID=cc752132-909a-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T03:57:02+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c828a662-909a-11ed-81dd-2e70685f2746 | InvocationID=c828a91e-909a-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T03:57:02+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d719e668-909a-11ed-81dd-2e70685f2746 | InvocationID=d719e960-909a-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T03:57:02+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d719e668-909a-11ed-81dd-2e70685f2746 | InvocationID=d719e960-909a-11ed-81dd-2e70685f2746 | 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-10T03:57:02+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d719e668-909a-11ed-81dd-2e70685f2746 | InvocationID=d719e960-909a-11ed-81dd-2e70685f2746 | 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-10T03:57:09+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cc751dcc-909a-11ed-81dd-2e70685f2746 | InvocationID=cc752132-909a-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T03:57:09+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=db3a1164-909a-11ed-81dd-2e70685f2746 | InvocationID=db3a1402-909a-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T03:57:27+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d719e668-909a-11ed-81dd-2e70685f2746 | InvocationID=d719e960-909a-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T03:57:27+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e6079a76-909a-11ed-81dd-2e70685f2746 | InvocationID=e607a0e8-909a-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T03:57:27+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e6079a76-909a-11ed-81dd-2e70685f2746 | InvocationID=e607a0e8-909a-11ed-81dd-2e70685f2746 | 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-10T03:57:27+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e6079a76-909a-11ed-81dd-2e70685f2746 | InvocationID=e607a0e8-909a-11ed-81dd-2e70685f2746 | 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-10T03:57:34+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=db3a1164-909a-11ed-81dd-2e70685f2746 | InvocationID=db3a1402-909a-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T03:57:34+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e9fd99aa-909a-11ed-81dd-2e70685f2746 | InvocationID=e9fd9bbc-909a-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T03:57:52+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e6079a76-909a-11ed-81dd-2e70685f2746 | InvocationID=e607a0e8-909a-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T03:57:52+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f4f55a96-909a-11ed-81dd-2e70685f2746 | InvocationID=f4f55d48-909a-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T03:57:52+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f4f55a96-909a-11ed-81dd-2e70685f2746 | InvocationID=f4f55d48-909a-11ed-81dd-2e70685f2746 | 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-10T03:57:52+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f4f55a96-909a-11ed-81dd-2e70685f2746 | InvocationID=f4f55d48-909a-11ed-81dd-2e70685f2746 | 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-10T03:57:59+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e9fd99aa-909a-11ed-81dd-2e70685f2746 | InvocationID=e9fd9bbc-909a-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T03:57:59+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f8c08cd6-909a-11ed-81dd-2e70685f2746 | InvocationID=f8c0905a-909a-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T03:58:17+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f4f55a96-909a-11ed-81dd-2e70685f2746 | InvocationID=f4f55d48-909a-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T03:58:17+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=03e6790e-909b-11ed-81dd-2e70685f2746 | InvocationID=03e689da-909b-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T03:58:17+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=03e6790e-909b-11ed-81dd-2e70685f2746 | InvocationID=03e689da-909b-11ed-81dd-2e70685f2746 | 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-10T03:58:17+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=03e6790e-909b-11ed-81dd-2e70685f2746 | InvocationID=03e689da-909b-11ed-81dd-2e70685f2746 | 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-10T03:58:23+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f8c08cd6-909a-11ed-81dd-2e70685f2746 | InvocationID=f8c0905a-909a-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T03:58:23+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0782b708-909b-11ed-81dd-2e70685f2746 | InvocationID=0782ba14-909b-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T03:58:42+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=03e6790e-909b-11ed-81dd-2e70685f2746 | InvocationID=03e689da-909b-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T03:58:42+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=12d5fab6-909b-11ed-81dd-2e70685f2746 | InvocationID=12d5fdea-909b-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T03:58:42+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=12d5fab6-909b-11ed-81dd-2e70685f2746 | InvocationID=12d5fdea-909b-11ed-81dd-2e70685f2746 | 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-10T03:58:42+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=12d5fab6-909b-11ed-81dd-2e70685f2746 | InvocationID=12d5fdea-909b-11ed-81dd-2e70685f2746 | 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-10T03:58:48+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0782b708-909b-11ed-81dd-2e70685f2746 | InvocationID=0782ba14-909b-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T03:58:48+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=164af23c-909b-11ed-81dd-2e70685f2746 | InvocationID=164af548-909b-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T03:59:07+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=12d5fab6-909b-11ed-81dd-2e70685f2746 | InvocationID=12d5fdea-909b-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T03:59:07+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=21c7cbf8-909b-11ed-81dd-2e70685f2746 | InvocationID=21c7d3dc-909b-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T03:59:07+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=21c7cbf8-909b-11ed-81dd-2e70685f2746 | InvocationID=21c7d3dc-909b-11ed-81dd-2e70685f2746 | 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-10T03:59:07+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=21c7cbf8-909b-11ed-81dd-2e70685f2746 | InvocationID=21c7d3dc-909b-11ed-81dd-2e70685f2746 | 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-10T03:59:13+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=164af23c-909b-11ed-81dd-2e70685f2746 | InvocationID=164af548-909b-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T03:59:13+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2511c642-909b-11ed-81dd-2e70685f2746 | InvocationID=2511c908-909b-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T03:59:33+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=21c7cbf8-909b-11ed-81dd-2e70685f2746 | InvocationID=21c7d3dc-909b-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T03:59:33+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=30b8376a-909b-11ed-81dd-2e70685f2746 | InvocationID=30b83aa8-909b-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T03:59:33+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=30b8376a-909b-11ed-81dd-2e70685f2746 | InvocationID=30b83aa8-909b-11ed-81dd-2e70685f2746 | 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-10T03:59:33+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=30b8376a-909b-11ed-81dd-2e70685f2746 | InvocationID=30b83aa8-909b-11ed-81dd-2e70685f2746 | 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-10T03:59:38+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2511c642-909b-11ed-81dd-2e70685f2746 | InvocationID=2511c908-909b-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T03:59:38+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=33d782d4-909b-11ed-81dd-2e70685f2746 | InvocationID=33d78554-909b-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T03:59:58+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=30b8376a-909b-11ed-81dd-2e70685f2746 | InvocationID=30b83aa8-909b-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T03:59:58+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3fa76e58-909b-11ed-81dd-2e70685f2746 | InvocationID=3fa770f6-909b-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T03:59:58+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3fa76e58-909b-11ed-81dd-2e70685f2746 | InvocationID=3fa770f6-909b-11ed-81dd-2e70685f2746 | 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-10T03:59:58+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3fa76e58-909b-11ed-81dd-2e70685f2746 | InvocationID=3fa770f6-909b-11ed-81dd-2e70685f2746 | 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-10T04:00:03+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=33d782d4-909b-11ed-81dd-2e70685f2746 | InvocationID=33d78554-909b-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T04:00:03+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=429cbfd2-909b-11ed-81dd-2e70685f2746 | InvocationID=429cc1b2-909b-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T04:00:23+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3fa76e58-909b-11ed-81dd-2e70685f2746 | InvocationID=3fa770f6-909b-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T04:00:23+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4e93bb9c-909b-11ed-81dd-2e70685f2746 | InvocationID=4e93be94-909b-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T04:00:23+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4e93bb9c-909b-11ed-81dd-2e70685f2746 | InvocationID=4e93be94-909b-11ed-81dd-2e70685f2746 | 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-10T04:00:23+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4e93bb9c-909b-11ed-81dd-2e70685f2746 | InvocationID=4e93be94-909b-11ed-81dd-2e70685f2746 | 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-10T04:00:27+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=429cbfd2-909b-11ed-81dd-2e70685f2746 | InvocationID=429cc1b2-909b-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T04:00:27+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=515ed5f0-909b-11ed-81dd-2e70685f2746 | InvocationID=515ed8c0-909b-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T04:00:48+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4e93bb9c-909b-11ed-81dd-2e70685f2746 | InvocationID=4e93be94-909b-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T04:00:48+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5d88a7b6-909b-11ed-81dd-2e70685f2746 | InvocationID=5d88ab12-909b-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T04:00:48+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5d88a7b6-909b-11ed-81dd-2e70685f2746 | InvocationID=5d88ab12-909b-11ed-81dd-2e70685f2746 | 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-10T04:00:48+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5d88a7b6-909b-11ed-81dd-2e70685f2746 | InvocationID=5d88ab12-909b-11ed-81dd-2e70685f2746 | 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-10T04:00:52+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=515ed5f0-909b-11ed-81dd-2e70685f2746 | InvocationID=515ed8c0-909b-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T04:00:52+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6022b41c-909b-11ed-81dd-2e70685f2746 | InvocationID=6022b6d8-909b-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T04:01:13+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5d88a7b6-909b-11ed-81dd-2e70685f2746 | InvocationID=5d88ab12-909b-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T04:01:13+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6c7b6402-909b-11ed-81dd-2e70685f2746 | InvocationID=6c7b668c-909b-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T04:01:13+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6c7b6402-909b-11ed-81dd-2e70685f2746 | InvocationID=6c7b668c-909b-11ed-81dd-2e70685f2746 | 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-10T04:01:13+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6c7b6402-909b-11ed-81dd-2e70685f2746 | InvocationID=6c7b668c-909b-11ed-81dd-2e70685f2746 | 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-10T04:01:17+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6022b41c-909b-11ed-81dd-2e70685f2746 | InvocationID=6022b6d8-909b-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T04:01:17+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6eec0dae-909b-11ed-81dd-2e70685f2746 | InvocationID=6eec1312-909b-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T04:01:38+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6c7b6402-909b-11ed-81dd-2e70685f2746 | InvocationID=6c7b668c-909b-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T04:01:38+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7b6b835c-909b-11ed-81dd-2e70685f2746 | InvocationID=7b6b85e6-909b-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T04:01:38+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7b6b835c-909b-11ed-81dd-2e70685f2746 | InvocationID=7b6b85e6-909b-11ed-81dd-2e70685f2746 | 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-10T04:01:38+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7b6b835c-909b-11ed-81dd-2e70685f2746 | InvocationID=7b6b85e6-909b-11ed-81dd-2e70685f2746 | 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-10T04:01:42+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6eec0dae-909b-11ed-81dd-2e70685f2746 | InvocationID=6eec1312-909b-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T04:01:42+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7dadfdd4-909b-11ed-81dd-2e70685f2746 | InvocationID=7dae0036-909b-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T04:02:03+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7b6b835c-909b-11ed-81dd-2e70685f2746 | InvocationID=7b6b85e6-909b-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T04:02:03+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8a57bf5c-909b-11ed-81dd-2e70685f2746 | InvocationID=8a57c146-909b-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T04:02:03+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8a57bf5c-909b-11ed-81dd-2e70685f2746 | InvocationID=8a57c146-909b-11ed-81dd-2e70685f2746 | 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-10T04:02:03+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8a57bf5c-909b-11ed-81dd-2e70685f2746 | InvocationID=8a57c146-909b-11ed-81dd-2e70685f2746 | 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-10T04:02:06+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7dadfdd4-909b-11ed-81dd-2e70685f2746 | InvocationID=7dae0036-909b-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T04:02:06+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8c75c176-909b-11ed-81dd-2e70685f2746 | InvocationID=8c75c360-909b-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T04:02:28+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8a57bf5c-909b-11ed-81dd-2e70685f2746 | InvocationID=8a57c146-909b-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T04:02:28+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9943d3c0-909b-11ed-81dd-2e70685f2746 | InvocationID=9943d65e-909b-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T04:02:28+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9943d3c0-909b-11ed-81dd-2e70685f2746 | InvocationID=9943d65e-909b-11ed-81dd-2e70685f2746 | 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-10T04:02:28+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9943d3c0-909b-11ed-81dd-2e70685f2746 | InvocationID=9943d65e-909b-11ed-81dd-2e70685f2746 | 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-10T04:02:31+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8c75c176-909b-11ed-81dd-2e70685f2746 | InvocationID=8c75c360-909b-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T04:02:31+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9b375e7c-909b-11ed-81dd-2e70685f2746 | InvocationID=9b37611a-909b-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T04:02:53+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9943d3c0-909b-11ed-81dd-2e70685f2746 | InvocationID=9943d65e-909b-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T04:02:53+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a8305b74-909b-11ed-81dd-2e70685f2746 | InvocationID=a8305e58-909b-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T04:02:53+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a8305b74-909b-11ed-81dd-2e70685f2746 | InvocationID=a8305e58-909b-11ed-81dd-2e70685f2746 | 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-10T04:02:53+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a8305b74-909b-11ed-81dd-2e70685f2746 | InvocationID=a8305e58-909b-11ed-81dd-2e70685f2746 | 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-10T04:02:56+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9b375e7c-909b-11ed-81dd-2e70685f2746 | InvocationID=9b37611a-909b-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T04:02:56+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a9f94ed4-909b-11ed-81dd-2e70685f2746 | InvocationID=a9f9614e-909b-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T04:03:18+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a8305b74-909b-11ed-81dd-2e70685f2746 | InvocationID=a8305e58-909b-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T04:03:18+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b720ceca-909b-11ed-81dd-2e70685f2746 | InvocationID=b720d154-909b-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T04:03:18+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b720ceca-909b-11ed-81dd-2e70685f2746 | InvocationID=b720d154-909b-11ed-81dd-2e70685f2746 | 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-10T04:03:18+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b720ceca-909b-11ed-81dd-2e70685f2746 | InvocationID=b720d154-909b-11ed-81dd-2e70685f2746 | 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-10T04:03:21+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a9f94ed4-909b-11ed-81dd-2e70685f2746 | InvocationID=a9f9614e-909b-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T04:03:21+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b8bb5a0c-909b-11ed-81dd-2e70685f2746 | InvocationID=b8bb5df4-909b-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T04:03:43+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b720ceca-909b-11ed-81dd-2e70685f2746 | InvocationID=b720d154-909b-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T04:03:43+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c615e4ba-909b-11ed-81dd-2e70685f2746 | InvocationID=c615ee42-909b-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T04:03:43+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c615e4ba-909b-11ed-81dd-2e70685f2746 | InvocationID=c615ee42-909b-11ed-81dd-2e70685f2746 | 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-10T04:03:43+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c615e4ba-909b-11ed-81dd-2e70685f2746 | InvocationID=c615ee42-909b-11ed-81dd-2e70685f2746 | 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-10T04:03:45+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b8bb5a0c-909b-11ed-81dd-2e70685f2746 | InvocationID=b8bb5df4-909b-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T04:03:45+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c782dd9e-909b-11ed-81dd-2e70685f2746 | InvocationID=c782e05a-909b-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T04:04:08+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c615e4ba-909b-11ed-81dd-2e70685f2746 | InvocationID=c615ee42-909b-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T04:04:08+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d5091a96-909b-11ed-81dd-2e70685f2746 | InvocationID=d5091da2-909b-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T04:04:08+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d5091a96-909b-11ed-81dd-2e70685f2746 | InvocationID=d5091da2-909b-11ed-81dd-2e70685f2746 | 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-10T04:04:08+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d5091a96-909b-11ed-81dd-2e70685f2746 | InvocationID=d5091da2-909b-11ed-81dd-2e70685f2746 | 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-10T04:04:10+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c782dd9e-909b-11ed-81dd-2e70685f2746 | InvocationID=c782e05a-909b-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T04:04:10+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d645b356-909b-11ed-81dd-2e70685f2746 | InvocationID=d645b608-909b-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T04:04:33+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d5091a96-909b-11ed-81dd-2e70685f2746 | InvocationID=d5091da2-909b-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T04:04:33+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e3f7202a-909b-11ed-81dd-2e70685f2746 | InvocationID=e3f72642-909b-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T04:04:33+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e3f7202a-909b-11ed-81dd-2e70685f2746 | InvocationID=e3f72642-909b-11ed-81dd-2e70685f2746 | 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-10T04:04:33+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e3f7202a-909b-11ed-81dd-2e70685f2746 | InvocationID=e3f72642-909b-11ed-81dd-2e70685f2746 | 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-10T04:04:35+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d645b356-909b-11ed-81dd-2e70685f2746 | InvocationID=d645b608-909b-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T04:04:35+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e508c04a-909b-11ed-81dd-2e70685f2746 | InvocationID=e508c2f2-909b-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T04:04:58+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e3f7202a-909b-11ed-81dd-2e70685f2746 | InvocationID=e3f72642-909b-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T04:04:58+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f2e70802-909b-11ed-81dd-2e70685f2746 | InvocationID=f2e70adc-909b-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T04:04:58+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f2e70802-909b-11ed-81dd-2e70685f2746 | InvocationID=f2e70adc-909b-11ed-81dd-2e70685f2746 | 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-10T04:04:58+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f2e70802-909b-11ed-81dd-2e70685f2746 | InvocationID=f2e70adc-909b-11ed-81dd-2e70685f2746 | 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-10T04:05:00+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e508c04a-909b-11ed-81dd-2e70685f2746 | InvocationID=e508c2f2-909b-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T04:05:00+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f3cbad2c-909b-11ed-81dd-2e70685f2746 | InvocationID=f3cbbfd8-909b-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T04:05:23+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f2e70802-909b-11ed-81dd-2e70685f2746 | InvocationID=f2e70adc-909b-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T04:05:23+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=01d5dce4-909c-11ed-81dd-2e70685f2746 | InvocationID=01d5dff0-909c-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T04:05:23+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=01d5dce4-909c-11ed-81dd-2e70685f2746 | InvocationID=01d5dff0-909c-11ed-81dd-2e70685f2746 | 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-10T04:05:23+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=01d5dce4-909c-11ed-81dd-2e70685f2746 | InvocationID=01d5dff0-909c-11ed-81dd-2e70685f2746 | 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-10T04:05:25+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f3cbad2c-909b-11ed-81dd-2e70685f2746 | InvocationID=f3cbbfd8-909b-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T04:05:25+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=029169e6-909c-11ed-81dd-2e70685f2746 | InvocationID=02916c70-909c-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T04:05:48+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=01d5dce4-909c-11ed-81dd-2e70685f2746 | InvocationID=01d5dff0-909c-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T04:05:48+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=10c481a6-909c-11ed-81dd-2e70685f2746 | InvocationID=10c4834a-909c-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T04:05:48+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=10c481a6-909c-11ed-81dd-2e70685f2746 | InvocationID=10c4834a-909c-11ed-81dd-2e70685f2746 | 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-10T04:05:48+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=10c481a6-909c-11ed-81dd-2e70685f2746 | InvocationID=10c4834a-909c-11ed-81dd-2e70685f2746 | 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-10T04:05:49+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=029169e6-909c-11ed-81dd-2e70685f2746 | InvocationID=02916c70-909c-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T04:05:49+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1152191c-909c-11ed-81dd-2e70685f2746 | InvocationID=11521bc4-909c-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T04:06:13+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=10c481a6-909c-11ed-81dd-2e70685f2746 | InvocationID=10c4834a-909c-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T04:06:13+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1fb4cf18-909c-11ed-81dd-2e70685f2746 | InvocationID=1fb4d13e-909c-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T04:06:13+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1fb4cf18-909c-11ed-81dd-2e70685f2746 | InvocationID=1fb4d13e-909c-11ed-81dd-2e70685f2746 | 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-10T04:06:13+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1fb4cf18-909c-11ed-81dd-2e70685f2746 | InvocationID=1fb4d13e-909c-11ed-81dd-2e70685f2746 | 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-10T04:06:14+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1152191c-909c-11ed-81dd-2e70685f2746 | InvocationID=11521bc4-909c-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T04:06:14+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2012b6b4-909c-11ed-81dd-2e70685f2746 | InvocationID=2012b8ee-909c-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T04:06:38+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1fb4cf18-909c-11ed-81dd-2e70685f2746 | InvocationID=1fb4d13e-909c-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T04:06:38+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ea16770-909c-11ed-81dd-2e70685f2746 | InvocationID=2ea169b4-909c-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T04:06:39+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ea16770-909c-11ed-81dd-2e70685f2746 | InvocationID=2ea169b4-909c-11ed-81dd-2e70685f2746 | 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-10T04:06:39+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2ea16770-909c-11ed-81dd-2e70685f2746 | InvocationID=2ea169b4-909c-11ed-81dd-2e70685f2746 | 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-10T04:06:39+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2012b6b4-909c-11ed-81dd-2e70685f2746 | InvocationID=2012b8ee-909c-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T04:06:39+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ed52448-909c-11ed-81dd-2e70685f2746 | InvocationID=2ed5263c-909c-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T04:07:04+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2ea16770-909c-11ed-81dd-2e70685f2746 | InvocationID=2ea169b4-909c-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T04:07:04+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3d8e5892-909c-11ed-81dd-2e70685f2746 | InvocationID=3d8e5afe-909c-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T04:07:04+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3d8e5892-909c-11ed-81dd-2e70685f2746 | InvocationID=3d8e5afe-909c-11ed-81dd-2e70685f2746 | 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-10T04:07:04+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3d8e5892-909c-11ed-81dd-2e70685f2746 | InvocationID=3d8e5afe-909c-11ed-81dd-2e70685f2746 | 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-10T04:07:04+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2ed52448-909c-11ed-81dd-2e70685f2746 | InvocationID=2ed5263c-909c-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T04:07:04+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3d98c7f0-909c-11ed-81dd-2e70685f2746 | InvocationID=3d98cc50-909c-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T04:07:28+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3d98c7f0-909c-11ed-81dd-2e70685f2746 | InvocationID=3d98cc50-909c-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T04:07:28+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4c5bc1ca-909c-11ed-81dd-2e70685f2746 | InvocationID=4c5bc40e-909c-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T04:07:29+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3d8e5892-909c-11ed-81dd-2e70685f2746 | InvocationID=3d8e5afe-909c-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T04:07:29+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4c7aab58-909c-11ed-81dd-2e70685f2746 | InvocationID=4c7aad06-909c-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T04:07:29+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4c7aab58-909c-11ed-81dd-2e70685f2746 | InvocationID=4c7aad06-909c-11ed-81dd-2e70685f2746 | 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-10T04:07:29+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4c7aab58-909c-11ed-81dd-2e70685f2746 | InvocationID=4c7aad06-909c-11ed-81dd-2e70685f2746 | 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-10T04:07:53+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4c5bc1ca-909c-11ed-81dd-2e70685f2746 | InvocationID=4c5bc40e-909c-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T04:07:53+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5b1dd446-909c-11ed-81dd-2e70685f2746 | InvocationID=5b1dd5fe-909c-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T04:07:54+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4c7aab58-909c-11ed-81dd-2e70685f2746 | InvocationID=4c7aad06-909c-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T04:07:54+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5b65eefc-909c-11ed-81dd-2e70685f2746 | InvocationID=5b65f0aa-909c-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T04:07:54+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5b65eefc-909c-11ed-81dd-2e70685f2746 | InvocationID=5b65f0aa-909c-11ed-81dd-2e70685f2746 | 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-10T04:07:54+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5b65eefc-909c-11ed-81dd-2e70685f2746 | InvocationID=5b65f0aa-909c-11ed-81dd-2e70685f2746 | 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-10T04:08:18+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5b1dd446-909c-11ed-81dd-2e70685f2746 | InvocationID=5b1dd5fe-909c-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T04:08:18+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=69e0620a-909c-11ed-81dd-2e70685f2746 | InvocationID=69e06412-909c-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T04:08:19+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5b65eefc-909c-11ed-81dd-2e70685f2746 | InvocationID=5b65f0aa-909c-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T04:08:19+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6a51a91a-909c-11ed-81dd-2e70685f2746 | InvocationID=6a51ad34-909c-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T04:08:19+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6a51a91a-909c-11ed-81dd-2e70685f2746 | InvocationID=6a51ad34-909c-11ed-81dd-2e70685f2746 | 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-10T04:08:19+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6a51a91a-909c-11ed-81dd-2e70685f2746 | InvocationID=6a51ad34-909c-11ed-81dd-2e70685f2746 | 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-10T04:08:43+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=69e0620a-909c-11ed-81dd-2e70685f2746 | InvocationID=69e06412-909c-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T04:08:43+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=78a3d0ce-909c-11ed-81dd-2e70685f2746 | InvocationID=78a3d5f6-909c-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T04:08:44+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6a51a91a-909c-11ed-81dd-2e70685f2746 | InvocationID=6a51ad34-909c-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T04:08:44+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=793df9c4-909c-11ed-81dd-2e70685f2746 | InvocationID=793dfbcc-909c-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T04:08:44+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=793df9c4-909c-11ed-81dd-2e70685f2746 | InvocationID=793dfbcc-909c-11ed-81dd-2e70685f2746 | 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-10T04:08:44+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=793df9c4-909c-11ed-81dd-2e70685f2746 | InvocationID=793dfbcc-909c-11ed-81dd-2e70685f2746 | 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-10T04:09:07+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=78a3d0ce-909c-11ed-81dd-2e70685f2746 | InvocationID=78a3d5f6-909c-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T04:09:07+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=87663714-909c-11ed-81dd-2e70685f2746 | InvocationID=876639da-909c-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T04:09:09+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=793df9c4-909c-11ed-81dd-2e70685f2746 | InvocationID=793dfbcc-909c-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T04:09:09+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=882a91fe-909c-11ed-81dd-2e70685f2746 | InvocationID=882a9474-909c-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T04:09:09+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=882a91fe-909c-11ed-81dd-2e70685f2746 | InvocationID=882a9474-909c-11ed-81dd-2e70685f2746 | 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-10T04:09:09+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=882a91fe-909c-11ed-81dd-2e70685f2746 | InvocationID=882a9474-909c-11ed-81dd-2e70685f2746 | 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-10T04:09:32+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=87663714-909c-11ed-81dd-2e70685f2746 | InvocationID=876639da-909c-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T04:09:32+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=96295fd8-909c-11ed-81dd-2e70685f2746 | InvocationID=962961fe-909c-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T04:09:34+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=882a91fe-909c-11ed-81dd-2e70685f2746 | InvocationID=882a9474-909c-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T04:09:34+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9717e2c0-909c-11ed-81dd-2e70685f2746 | InvocationID=9717e554-909c-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T04:09:34+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9717e2c0-909c-11ed-81dd-2e70685f2746 | InvocationID=9717e554-909c-11ed-81dd-2e70685f2746 | 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-10T04:09:34+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9717e2c0-909c-11ed-81dd-2e70685f2746 | InvocationID=9717e554-909c-11ed-81dd-2e70685f2746 | 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-10T04:09:57+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=96295fd8-909c-11ed-81dd-2e70685f2746 | InvocationID=962961fe-909c-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T04:09:57+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a4ede462-909c-11ed-81dd-2e70685f2746 | InvocationID=a4ede70a-909c-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T04:09:59+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9717e2c0-909c-11ed-81dd-2e70685f2746 | InvocationID=9717e554-909c-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T04:09:59+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a605063c-909c-11ed-81dd-2e70685f2746 | InvocationID=a6050998-909c-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T04:09:59+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a605063c-909c-11ed-81dd-2e70685f2746 | InvocationID=a6050998-909c-11ed-81dd-2e70685f2746 | 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-10T04:09:59+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a605063c-909c-11ed-81dd-2e70685f2746 | InvocationID=a6050998-909c-11ed-81dd-2e70685f2746 | 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-10T04:10:22+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a4ede462-909c-11ed-81dd-2e70685f2746 | InvocationID=a4ede70a-909c-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T04:10:22+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b3b00606-909c-11ed-81dd-2e70685f2746 | InvocationID=b3b0186c-909c-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T04:10:24+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a605063c-909c-11ed-81dd-2e70685f2746 | InvocationID=a6050998-909c-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T04:10:24+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b4f0ce6a-909c-11ed-81dd-2e70685f2746 | InvocationID=b4f0d432-909c-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T04:10:24+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b4f0ce6a-909c-11ed-81dd-2e70685f2746 | InvocationID=b4f0d432-909c-11ed-81dd-2e70685f2746 | 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-10T04:10:24+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b4f0ce6a-909c-11ed-81dd-2e70685f2746 | InvocationID=b4f0d432-909c-11ed-81dd-2e70685f2746 | 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-10T04:10:47+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b3b00606-909c-11ed-81dd-2e70685f2746 | InvocationID=b3b0186c-909c-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T04:10:47+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c2770b9e-909c-11ed-81dd-2e70685f2746 | InvocationID=c2770e5a-909c-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T04:10:49+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b4f0ce6a-909c-11ed-81dd-2e70685f2746 | InvocationID=b4f0d432-909c-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T04:10:49+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c3dd1500-909c-11ed-81dd-2e70685f2746 | InvocationID=c3dd1780-909c-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T04:10:49+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c3dd1500-909c-11ed-81dd-2e70685f2746 | InvocationID=c3dd1780-909c-11ed-81dd-2e70685f2746 | 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-10T04:10:49+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c3dd1500-909c-11ed-81dd-2e70685f2746 | InvocationID=c3dd1780-909c-11ed-81dd-2e70685f2746 | 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-10T04:11:11+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c2770b9e-909c-11ed-81dd-2e70685f2746 | InvocationID=c2770e5a-909c-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T04:11:11+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d140c6ce-909c-11ed-81dd-2e70685f2746 | InvocationID=d140c98a-909c-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T04:11:14+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c3dd1500-909c-11ed-81dd-2e70685f2746 | InvocationID=c3dd1780-909c-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T04:11:14+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d2cafd0c-909c-11ed-81dd-2e70685f2746 | InvocationID=d2cb0004-909c-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T04:11:14+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d2cafd0c-909c-11ed-81dd-2e70685f2746 | InvocationID=d2cb0004-909c-11ed-81dd-2e70685f2746 | 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-10T04:11:14+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d2cafd0c-909c-11ed-81dd-2e70685f2746 | InvocationID=d2cb0004-909c-11ed-81dd-2e70685f2746 | 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-10T04:11:36+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d140c6ce-909c-11ed-81dd-2e70685f2746 | InvocationID=d140c98a-909c-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T04:11:36+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e005600c-909c-11ed-81dd-2e70685f2746 | InvocationID=e0056278-909c-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T04:11:39+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d2cafd0c-909c-11ed-81dd-2e70685f2746 | InvocationID=d2cb0004-909c-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T04:11:39+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e1b96ad8-909c-11ed-81dd-2e70685f2746 | InvocationID=e1b96dee-909c-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T04:11:39+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e1b96ad8-909c-11ed-81dd-2e70685f2746 | InvocationID=e1b96dee-909c-11ed-81dd-2e70685f2746 | 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-10T04:11:39+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e1b96ad8-909c-11ed-81dd-2e70685f2746 | InvocationID=e1b96dee-909c-11ed-81dd-2e70685f2746 | 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-10T04:12:01+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e005600c-909c-11ed-81dd-2e70685f2746 | InvocationID=e0056278-909c-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T04:12:01+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eecc8700-909c-11ed-81dd-2e70685f2746 | InvocationID=eecc8a66-909c-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T04:12:04+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e1b96ad8-909c-11ed-81dd-2e70685f2746 | InvocationID=e1b96dee-909c-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T04:12:04+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f0a4d23a-909c-11ed-81dd-2e70685f2746 | InvocationID=f0a4d41a-909c-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T04:12:04+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f0a4d23a-909c-11ed-81dd-2e70685f2746 | InvocationID=f0a4d41a-909c-11ed-81dd-2e70685f2746 | 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-10T04:12:04+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f0a4d23a-909c-11ed-81dd-2e70685f2746 | InvocationID=f0a4d41a-909c-11ed-81dd-2e70685f2746 | 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-10T04:12:26+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=eecc8700-909c-11ed-81dd-2e70685f2746 | InvocationID=eecc8a66-909c-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T04:12:26+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fd922344-909c-11ed-81dd-2e70685f2746 | InvocationID=fd922696-909c-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T04:12:29+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f0a4d23a-909c-11ed-81dd-2e70685f2746 | InvocationID=f0a4d41a-909c-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T04:12:29+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ff916830-909c-11ed-81dd-2e70685f2746 | InvocationID=ff916ab0-909c-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T04:12:29+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ff916830-909c-11ed-81dd-2e70685f2746 | InvocationID=ff916ab0-909c-11ed-81dd-2e70685f2746 | 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-10T04:12:29+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ff916830-909c-11ed-81dd-2e70685f2746 | InvocationID=ff916ab0-909c-11ed-81dd-2e70685f2746 | 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-10T04:12:50+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fd922344-909c-11ed-81dd-2e70685f2746 | InvocationID=fd922696-909c-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T04:12:50+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0c53a56a-909d-11ed-81dd-2e70685f2746 | InvocationID=0c53a826-909d-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T04:12:54+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ff916830-909c-11ed-81dd-2e70685f2746 | InvocationID=ff916ab0-909c-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T04:12:54+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0e7d8c20-909d-11ed-81dd-2e70685f2746 | InvocationID=0e7d8edc-909d-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T04:12:54+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0e7d8c20-909d-11ed-81dd-2e70685f2746 | InvocationID=0e7d8edc-909d-11ed-81dd-2e70685f2746 | 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-10T04:12:54+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0e7d8c20-909d-11ed-81dd-2e70685f2746 | InvocationID=0e7d8edc-909d-11ed-81dd-2e70685f2746 | 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-10T04:13:15+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0c53a56a-909d-11ed-81dd-2e70685f2746 | InvocationID=0c53a826-909d-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T04:13:15+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1b18b068-909d-11ed-81dd-2e70685f2746 | InvocationID=1b18b284-909d-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T04:13:19+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0e7d8c20-909d-11ed-81dd-2e70685f2746 | InvocationID=0e7d8edc-909d-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T04:13:19+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1d6e1038-909d-11ed-81dd-2e70685f2746 | InvocationID=1d6e1268-909d-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T04:13:19+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1d6e1038-909d-11ed-81dd-2e70685f2746 | InvocationID=1d6e1268-909d-11ed-81dd-2e70685f2746 | 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-10T04:13:19+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1d6e1038-909d-11ed-81dd-2e70685f2746 | InvocationID=1d6e1268-909d-11ed-81dd-2e70685f2746 | 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-10T04:13:40+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1b18b068-909d-11ed-81dd-2e70685f2746 | InvocationID=1b18b284-909d-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T04:13:40+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=29d99c5c-909d-11ed-81dd-2e70685f2746 | InvocationID=29d99f04-909d-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T04:13:44+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1d6e1038-909d-11ed-81dd-2e70685f2746 | InvocationID=1d6e1268-909d-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T04:13:44+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2c5be692-909d-11ed-81dd-2e70685f2746 | InvocationID=2c5be94e-909d-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T04:13:44+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2c5be692-909d-11ed-81dd-2e70685f2746 | InvocationID=2c5be94e-909d-11ed-81dd-2e70685f2746 | 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-10T04:13:44+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2c5be692-909d-11ed-81dd-2e70685f2746 | InvocationID=2c5be94e-909d-11ed-81dd-2e70685f2746 | 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-10T04:14:05+0000 | aai_event_thread | 140210211224352 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=29d99c5c-909d-11ed-81dd-2e70685f2746 | InvocationID=29d99f04-909d-11ed-81dd-2e70685f2746 | Polling MR for XNF AAI events.
2023-01-10T04:14:05+0000 | aai_event_thread | 140210211224352 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=389f3706-909d-11ed-81dd-2e70685f2746 | InvocationID=389f3b7a-909d-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-10T04:14:09+0000 | policy_event_thread | 140210212285216 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2c5be692-909d-11ed-81dd-2e70685f2746 | InvocationID=2c5be94e-909d-11ed-81dd-2e70685f2746 | Polling MR for XNF activation/deactivation policy response events.
2023-01-10T04:14:09+0000 | policy_event_thread | 140210212285216 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3b4b2c4e-909d-11ed-81dd-2e70685f2746 | InvocationID=3b4b2e60-909d-11ed-81dd-2e70685f2746 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-10T04:14:09+0000 | policy_event_thread | 140210212285216 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3b4b2c4e-909d-11ed-81dd-2e70685f2746 | InvocationID=3b4b2e60-909d-11ed-81dd-2e70685f2746 | 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-10T04:14:09+0000 | policy_event_thread | 140210212285216 | ERROR | policy_response_handler | poll