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())
2022-12-21T03:45:52+0000 | MainThread | 140419813338440 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Attempting to fetch PMSH Configuration from CBS.
2022-12-21T03:45:52+0000 | MainThread | 140419813338440 | 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'}}}}
2022-12-21T03:45:52+0000 | MainThread | 140419813338440 | INFO | pmsh_service_main | main | ServiceName= | RequestID= | InvocationID= | Start polling PMSH_CL_INPUT topic on DMaaP MR.
2022-12-21T03:45:52+0000 | policy_event_thread | 140419763661600 | INFO | policy_response_handler | poll_policy_topic | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF activation/deactivation policy response events.
2022-12-21T03:45:52+0000 | policy_event_thread | 140419763661600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f740288a-80e1-11ed-b1d4-524e5aa20bc6 | InvocationID=f7402b46-80e1-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-21T03:45:52+0000 | aai_event_thread | 140419762600736 | INFO | aai_event_handler | execute | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF AAI events.
2022-12-21T03:45:52+0000 | aai_event_thread | 140419762600736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f742d71a-80e1-11ed-b1d4-524e5aa20bc6 | InvocationID=f742d88c-80e1-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-21T03:45:52+0000 | MainThread | 140419813338440 | INFO | __init__ | launch_api_server | ServiceName= | RequestID= | InvocationID= | Launching unsecure http API server
2022-12-21T03:45:52+0000 | policy_event_thread | 140419763661600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f740288a-80e1-11ed-b1d4-524e5aa20bc6 | InvocationID=f7402b46-80e1-11ed-b1d4-524e5aa20bc6 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T03:45:52+0000 | aai_event_thread | 140419762600736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f742d71a-80e1-11ed-b1d4-524e5aa20bc6 | InvocationID=f742d88c-80e1-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T03:45:52+0000 | policy_event_thread | 140419763661600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f740288a-80e1-11ed-b1d4-524e5aa20bc6 | InvocationID=f7402b46-80e1-11ed-b1d4-524e5aa20bc6 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T03:45:52+0000 | aai_event_thread | 140419762600736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f742d71a-80e1-11ed-b1d4-524e5aa20bc6 | InvocationID=f742d88c-80e1-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T03:46:12+0000 | aai_event_thread | 140419762600736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f742d71a-80e1-11ed-b1d4-524e5aa20bc6 | InvocationID=f742d88c-80e1-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF AAI events.
2022-12-21T03:46:12+0000 | aai_event_thread | 140419762600736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=035ff10e-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=035ff406-80e2-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-21T03:46:12+0000 | aai_event_thread | 140419762600736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=035ff10e-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=035ff406-80e2-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T03:46:12+0000 | aai_event_thread | 140419762600736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=035ff10e-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=035ff406-80e2-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T03:46:17+0000 | policy_event_thread | 140419763661600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f740288a-80e1-11ed-b1d4-524e5aa20bc6 | InvocationID=f7402b46-80e1-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF activation/deactivation policy response events.
2022-12-21T03:46:17+0000 | policy_event_thread | 140419763661600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=065ac7f8-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=065ad374-80e2-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-21T03:46:17+0000 | policy_event_thread | 140419763661600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=065ac7f8-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=065ad374-80e2-11ed-b1d4-524e5aa20bc6 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T03:46:17+0000 | policy_event_thread | 140419763661600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=065ac7f8-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=065ad374-80e2-11ed-b1d4-524e5aa20bc6 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T03:46:32+0000 | aai_event_thread | 140419762600736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=035ff10e-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=035ff406-80e2-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF AAI events.
2022-12-21T03:46:32+0000 | aai_event_thread | 140419762600736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0f506624-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=0f50682c-80e2-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-21T03:46:32+0000 | aai_event_thread | 140419762600736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0f506624-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=0f50682c-80e2-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T03:46:32+0000 | aai_event_thread | 140419762600736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0f506624-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=0f50682c-80e2-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T03:46:42+0000 | policy_event_thread | 140419763661600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=065ac7f8-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=065ad374-80e2-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF activation/deactivation policy response events.
2022-12-21T03:46:42+0000 | policy_event_thread | 140419763661600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1546d194-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=1546d392-80e2-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-21T03:46:42+0000 | policy_event_thread | 140419763661600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1546d194-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=1546d392-80e2-11ed-b1d4-524e5aa20bc6 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T03:46:42+0000 | policy_event_thread | 140419763661600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1546d194-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=1546d392-80e2-11ed-b1d4-524e5aa20bc6 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T03:46:52+0000 | aai_event_thread | 140419762600736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0f506624-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=0f50682c-80e2-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF AAI events.
2022-12-21T03:46:52+0000 | aai_event_thread | 140419762600736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1b40f4b2-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=1b40f688-80e2-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-21T03:46:52+0000 | aai_event_thread | 140419762600736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1b40f4b2-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=1b40f688-80e2-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T03:46:52+0000 | aai_event_thread | 140419762600736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1b40f4b2-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=1b40f688-80e2-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T03:47:07+0000 | policy_event_thread | 140419763661600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1546d194-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=1546d392-80e2-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF activation/deactivation policy response events.
2022-12-21T03:47:07+0000 | policy_event_thread | 140419763661600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=24321f9c-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=2432219a-80e2-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-21T03:47:07+0000 | policy_event_thread | 140419763661600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=24321f9c-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=2432219a-80e2-11ed-b1d4-524e5aa20bc6 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T03:47:07+0000 | policy_event_thread | 140419763661600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=24321f9c-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=2432219a-80e2-11ed-b1d4-524e5aa20bc6 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T03:47:12+0000 | aai_event_thread | 140419762600736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1b40f4b2-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=1b40f688-80e2-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF AAI events.
2022-12-21T03:47:12+0000 | aai_event_thread | 140419762600736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=273193b2-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=27319650-80e2-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-21T03:47:12+0000 | aai_event_thread | 140419762600736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=273193b2-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=27319650-80e2-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T03:47:12+0000 | aai_event_thread | 140419762600736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=273193b2-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=27319650-80e2-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T03:47:32+0000 | policy_event_thread | 140419763661600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=24321f9c-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=2432219a-80e2-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF activation/deactivation policy response events.
2022-12-21T03:47:32+0000 | policy_event_thread | 140419763661600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=331de9aa-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=331dec3e-80e2-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-21T03:47:32+0000 | aai_event_thread | 140419762600736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=273193b2-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=27319650-80e2-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF AAI events.
2022-12-21T03:47:32+0000 | aai_event_thread | 140419762600736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=33222d12-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=33222ea2-80e2-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-21T03:47:32+0000 | policy_event_thread | 140419763661600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=331de9aa-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=331dec3e-80e2-11ed-b1d4-524e5aa20bc6 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T03:47:32+0000 | policy_event_thread | 140419763661600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=331de9aa-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=331dec3e-80e2-11ed-b1d4-524e5aa20bc6 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T03:47:32+0000 | aai_event_thread | 140419762600736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=33222d12-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=33222ea2-80e2-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T03:47:32+0000 | aai_event_thread | 140419762600736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=33222d12-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=33222ea2-80e2-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T03:47:52+0000 | aai_event_thread | 140419762600736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=33222d12-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=33222ea2-80e2-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF AAI events.
2022-12-21T03:47:52+0000 | aai_event_thread | 140419762600736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3f12f1b0-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=3f12f3b8-80e2-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-21T03:47:52+0000 | aai_event_thread | 140419762600736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3f12f1b0-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=3f12f3b8-80e2-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T03:47:52+0000 | aai_event_thread | 140419762600736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3f12f1b0-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=3f12f3b8-80e2-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T03:47:57+0000 | policy_event_thread | 140419763661600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=331de9aa-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=331dec3e-80e2-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF activation/deactivation policy response events.
2022-12-21T03:47:57+0000 | policy_event_thread | 140419763661600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=420c3066-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=420c325a-80e2-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-21T03:47:57+0000 | policy_event_thread | 140419763661600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=420c3066-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=420c325a-80e2-11ed-b1d4-524e5aa20bc6 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T03:47:57+0000 | policy_event_thread | 140419763661600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=420c3066-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=420c325a-80e2-11ed-b1d4-524e5aa20bc6 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T03:48:12+0000 | aai_event_thread | 140419762600736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3f12f1b0-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=3f12f3b8-80e2-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF AAI events.
2022-12-21T03:48:12+0000 | aai_event_thread | 140419762600736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4b038af2-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=4b038ce6-80e2-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-21T03:48:12+0000 | aai_event_thread | 140419762600736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4b038af2-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=4b038ce6-80e2-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T03:48:12+0000 | aai_event_thread | 140419762600736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4b038af2-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=4b038ce6-80e2-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T03:48:22+0000 | policy_event_thread | 140419763661600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=420c3066-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=420c325a-80e2-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF activation/deactivation policy response events.
2022-12-21T03:48:22+0000 | policy_event_thread | 140419763661600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=50f8d4ee-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=50f8d6c4-80e2-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-21T03:48:22+0000 | policy_event_thread | 140419763661600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=50f8d4ee-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=50f8d6c4-80e2-11ed-b1d4-524e5aa20bc6 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T03:48:22+0000 | policy_event_thread | 140419763661600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=50f8d4ee-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=50f8d6c4-80e2-11ed-b1d4-524e5aa20bc6 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T03:48:32+0000 | aai_event_thread | 140419762600736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4b038af2-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=4b038ce6-80e2-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF AAI events.
2022-12-21T03:48:32+0000 | aai_event_thread | 140419762600736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=56f5d522-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=56f5d7d4-80e2-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-21T03:48:32+0000 | aai_event_thread | 140419762600736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=56f5d522-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=56f5d7d4-80e2-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T03:48:32+0000 | aai_event_thread | 140419762600736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=56f5d522-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=56f5d7d4-80e2-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T03:48:47+0000 | policy_event_thread | 140419763661600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=50f8d4ee-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=50f8d6c4-80e2-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF activation/deactivation policy response events.
2022-12-21T03:48:47+0000 | policy_event_thread | 140419763661600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5fe45d2a-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=5fe45f64-80e2-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-21T03:48:47+0000 | policy_event_thread | 140419763661600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5fe45d2a-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=5fe45f64-80e2-11ed-b1d4-524e5aa20bc6 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T03:48:47+0000 | policy_event_thread | 140419763661600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5fe45d2a-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=5fe45f64-80e2-11ed-b1d4-524e5aa20bc6 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T03:48:52+0000 | aai_event_thread | 140419762600736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=56f5d522-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=56f5d7d4-80e2-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF AAI events.
2022-12-21T03:48:52+0000 | aai_event_thread | 140419762600736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=62e7c7aa-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=62e7c9c6-80e2-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-21T03:48:52+0000 | aai_event_thread | 140419762600736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=62e7c7aa-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=62e7c9c6-80e2-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T03:48:52+0000 | aai_event_thread | 140419762600736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=62e7c7aa-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=62e7c9c6-80e2-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T03:49:12+0000 | policy_event_thread | 140419763661600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5fe45d2a-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=5fe45f64-80e2-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF activation/deactivation policy response events.
2022-12-21T03:49:12+0000 | policy_event_thread | 140419763661600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6ed047cc-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=6ed04bdc-80e2-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-21T03:49:12+0000 | policy_event_thread | 140419763661600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6ed047cc-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=6ed04bdc-80e2-11ed-b1d4-524e5aa20bc6 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T03:49:12+0000 | policy_event_thread | 140419763661600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6ed047cc-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=6ed04bdc-80e2-11ed-b1d4-524e5aa20bc6 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T03:49:12+0000 | aai_event_thread | 140419762600736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=62e7c7aa-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=62e7c9c6-80e2-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF AAI events.
2022-12-21T03:49:12+0000 | aai_event_thread | 140419762600736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6ed904ca-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=6ed90664-80e2-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-21T03:49:12+0000 | aai_event_thread | 140419762600736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6ed904ca-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=6ed90664-80e2-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T03:49:12+0000 | aai_event_thread | 140419762600736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6ed904ca-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=6ed90664-80e2-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T03:49:32+0000 | aai_event_thread | 140419762600736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6ed904ca-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=6ed90664-80e2-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF AAI events.
2022-12-21T03:49:32+0000 | aai_event_thread | 140419762600736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ac91e32-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=7ac9218e-80e2-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-21T03:49:32+0000 | aai_event_thread | 140419762600736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ac91e32-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=7ac9218e-80e2-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T03:49:32+0000 | aai_event_thread | 140419762600736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7ac91e32-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=7ac9218e-80e2-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T03:49:37+0000 | policy_event_thread | 140419763661600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6ed047cc-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=6ed04bdc-80e2-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF activation/deactivation policy response events.
2022-12-21T03:49:37+0000 | policy_event_thread | 140419763661600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7dbbe53e-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=7dbbe7e6-80e2-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-21T03:49:37+0000 | policy_event_thread | 140419763661600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7dbbe53e-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=7dbbe7e6-80e2-11ed-b1d4-524e5aa20bc6 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T03:49:37+0000 | policy_event_thread | 140419763661600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7dbbe53e-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=7dbbe7e6-80e2-11ed-b1d4-524e5aa20bc6 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T03:49:52+0000 | aai_event_thread | 140419762600736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7ac91e32-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=7ac9218e-80e2-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF AAI events.
2022-12-21T03:49:52+0000 | aai_event_thread | 140419762600736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=86b9ea50-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=86b9ebea-80e2-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-21T03:49:53+0000 | aai_event_thread | 140419762600736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=86b9ea50-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=86b9ebea-80e2-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T03:49:53+0000 | aai_event_thread | 140419762600736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=86b9ea50-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=86b9ebea-80e2-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T03:50:02+0000 | policy_event_thread | 140419763661600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7dbbe53e-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=7dbbe7e6-80e2-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF activation/deactivation policy response events.
2022-12-21T03:50:02+0000 | policy_event_thread | 140419763661600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8ca710f0-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=8ca712ee-80e2-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-21T03:50:02+0000 | policy_event_thread | 140419763661600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8ca710f0-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=8ca712ee-80e2-11ed-b1d4-524e5aa20bc6 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T03:50:02+0000 | policy_event_thread | 140419763661600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8ca710f0-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=8ca712ee-80e2-11ed-b1d4-524e5aa20bc6 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T03:50:13+0000 | aai_event_thread | 140419762600736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=86b9ea50-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=86b9ebea-80e2-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF AAI events.
2022-12-21T03:50:13+0000 | aai_event_thread | 140419762600736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=92ab8ce2-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=92ab8f30-80e2-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-21T03:50:13+0000 | aai_event_thread | 140419762600736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=92ab8ce2-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=92ab8f30-80e2-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T03:50:13+0000 | aai_event_thread | 140419762600736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=92ab8ce2-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=92ab8f30-80e2-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T03:50:27+0000 | policy_event_thread | 140419763661600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8ca710f0-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=8ca712ee-80e2-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF activation/deactivation policy response events.
2022-12-21T03:50:27+0000 | policy_event_thread | 140419763661600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9b92f458-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=9b92f660-80e2-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-21T03:50:27+0000 | policy_event_thread | 140419763661600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9b92f458-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=9b92f660-80e2-11ed-b1d4-524e5aa20bc6 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T03:50:27+0000 | policy_event_thread | 140419763661600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9b92f458-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=9b92f660-80e2-11ed-b1d4-524e5aa20bc6 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T03:50:33+0000 | aai_event_thread | 140419762600736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=92ab8ce2-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=92ab8f30-80e2-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF AAI events.
2022-12-21T03:50:33+0000 | aai_event_thread | 140419762600736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9e9bcddc-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=9e9bd174-80e2-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-21T03:50:33+0000 | aai_event_thread | 140419762600736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9e9bcddc-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=9e9bd174-80e2-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T03:50:33+0000 | aai_event_thread | 140419762600736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9e9bcddc-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=9e9bd174-80e2-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T03:50:52+0000 | policy_event_thread | 140419763661600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9b92f458-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=9b92f660-80e2-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF activation/deactivation policy response events.
2022-12-21T03:50:52+0000 | policy_event_thread | 140419763661600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aa7e59b2-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=aa7e5bb0-80e2-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-21T03:50:53+0000 | policy_event_thread | 140419763661600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aa7e59b2-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=aa7e5bb0-80e2-11ed-b1d4-524e5aa20bc6 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T03:50:53+0000 | policy_event_thread | 140419763661600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aa7e59b2-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=aa7e5bb0-80e2-11ed-b1d4-524e5aa20bc6 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T03:50:53+0000 | aai_event_thread | 140419762600736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9e9bcddc-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=9e9bd174-80e2-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF AAI events.
2022-12-21T03:50:53+0000 | aai_event_thread | 140419762600736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aa8cc54c-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=aa8cc74a-80e2-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-21T03:50:53+0000 | aai_event_thread | 140419762600736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aa8cc54c-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=aa8cc74a-80e2-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T03:50:53+0000 | aai_event_thread | 140419762600736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=aa8cc54c-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=aa8cc74a-80e2-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T03:51:13+0000 | aai_event_thread | 140419762600736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=aa8cc54c-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=aa8cc74a-80e2-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF AAI events.
2022-12-21T03:51:13+0000 | aai_event_thread | 140419762600736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b67d0c2c-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=b67d0ed4-80e2-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-21T03:51:13+0000 | aai_event_thread | 140419762600736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b67d0c2c-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=b67d0ed4-80e2-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T03:51:13+0000 | aai_event_thread | 140419762600736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b67d0c2c-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=b67d0ed4-80e2-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T03:51:18+0000 | policy_event_thread | 140419763661600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aa7e59b2-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=aa7e5bb0-80e2-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF activation/deactivation policy response events.
2022-12-21T03:51:18+0000 | policy_event_thread | 140419763661600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b9699c70-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=b9699e14-80e2-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-21T03:51:18+0000 | policy_event_thread | 140419763661600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b9699c70-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=b9699e14-80e2-11ed-b1d4-524e5aa20bc6 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T03:51:18+0000 | policy_event_thread | 140419763661600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b9699c70-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=b9699e14-80e2-11ed-b1d4-524e5aa20bc6 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T03:51:33+0000 | aai_event_thread | 140419762600736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b67d0c2c-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=b67d0ed4-80e2-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF AAI events.
2022-12-21T03:51:33+0000 | aai_event_thread | 140419762600736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c26e5504-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=c26e5702-80e2-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-21T03:51:33+0000 | aai_event_thread | 140419762600736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c26e5504-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=c26e5702-80e2-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T03:51:33+0000 | aai_event_thread | 140419762600736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c26e5504-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=c26e5702-80e2-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T03:51:43+0000 | policy_event_thread | 140419763661600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b9699c70-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=b9699e14-80e2-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF activation/deactivation policy response events.
2022-12-21T03:51:43+0000 | policy_event_thread | 140419763661600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c854fe96-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=c8550120-80e2-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-21T03:51:43+0000 | policy_event_thread | 140419763661600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c854fe96-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=c8550120-80e2-11ed-b1d4-524e5aa20bc6 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T03:51:43+0000 | policy_event_thread | 140419763661600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c854fe96-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=c8550120-80e2-11ed-b1d4-524e5aa20bc6 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T03:51:53+0000 | aai_event_thread | 140419762600736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c26e5504-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=c26e5702-80e2-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF AAI events.
2022-12-21T03:51:53+0000 | aai_event_thread | 140419762600736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ce624f78-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=ce625126-80e2-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-21T03:51:53+0000 | aai_event_thread | 140419762600736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ce624f78-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=ce625126-80e2-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T03:51:53+0000 | aai_event_thread | 140419762600736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ce624f78-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=ce625126-80e2-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T03:52:08+0000 | policy_event_thread | 140419763661600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c854fe96-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=c8550120-80e2-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF activation/deactivation policy response events.
2022-12-21T03:52:08+0000 | policy_event_thread | 140419763661600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d74a9fc8-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=d74aa950-80e2-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-21T03:52:08+0000 | policy_event_thread | 140419763661600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d74a9fc8-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=d74aa950-80e2-11ed-b1d4-524e5aa20bc6 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T03:52:08+0000 | policy_event_thread | 140419763661600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d74a9fc8-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=d74aa950-80e2-11ed-b1d4-524e5aa20bc6 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T03:52:13+0000 | aai_event_thread | 140419762600736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ce624f78-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=ce625126-80e2-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF AAI events.
2022-12-21T03:52:13+0000 | aai_event_thread | 140419762600736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=da54f1e6-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=da54f4f2-80e2-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-21T03:52:13+0000 | aai_event_thread | 140419762600736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=da54f1e6-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=da54f4f2-80e2-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T03:52:13+0000 | aai_event_thread | 140419762600736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=da54f1e6-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=da54f4f2-80e2-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T03:52:33+0000 | policy_event_thread | 140419763661600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d74a9fc8-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=d74aa950-80e2-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF activation/deactivation policy response events.
2022-12-21T03:52:33+0000 | policy_event_thread | 140419763661600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e636649a-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=e6366648-80e2-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-21T03:52:33+0000 | policy_event_thread | 140419763661600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e636649a-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=e6366648-80e2-11ed-b1d4-524e5aa20bc6 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T03:52:33+0000 | policy_event_thread | 140419763661600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e636649a-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=e6366648-80e2-11ed-b1d4-524e5aa20bc6 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T03:52:33+0000 | aai_event_thread | 140419762600736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=da54f1e6-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=da54f4f2-80e2-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF AAI events.
2022-12-21T03:52:33+0000 | aai_event_thread | 140419762600736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e6461c32-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=e6461dc2-80e2-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-21T03:52:33+0000 | aai_event_thread | 140419762600736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e6461c32-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=e6461dc2-80e2-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T03:52:33+0000 | aai_event_thread | 140419762600736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e6461c32-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=e6461dc2-80e2-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T03:52:53+0000 | aai_event_thread | 140419762600736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e6461c32-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=e6461dc2-80e2-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF AAI events.
2022-12-21T03:52:53+0000 | aai_event_thread | 140419762600736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f236cbfe-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=f236ce10-80e2-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-21T03:52:53+0000 | aai_event_thread | 140419762600736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f236cbfe-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=f236ce10-80e2-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T03:52:53+0000 | aai_event_thread | 140419762600736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f236cbfe-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=f236ce10-80e2-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T03:52:58+0000 | policy_event_thread | 140419763661600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e636649a-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=e6366648-80e2-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF activation/deactivation policy response events.
2022-12-21T03:52:58+0000 | policy_event_thread | 140419763661600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f52198a8-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=f5219c36-80e2-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-21T03:52:58+0000 | policy_event_thread | 140419763661600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f52198a8-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=f5219c36-80e2-11ed-b1d4-524e5aa20bc6 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T03:52:58+0000 | policy_event_thread | 140419763661600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f52198a8-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=f5219c36-80e2-11ed-b1d4-524e5aa20bc6 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T03:53:13+0000 | aai_event_thread | 140419762600736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f236cbfe-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=f236ce10-80e2-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF AAI events.
2022-12-21T03:53:13+0000 | aai_event_thread | 140419762600736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fe274f06-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=fe2750b4-80e2-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-21T03:53:13+0000 | aai_event_thread | 140419762600736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fe274f06-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=fe2750b4-80e2-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T03:53:13+0000 | aai_event_thread | 140419762600736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fe274f06-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=fe2750b4-80e2-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T03:53:23+0000 | policy_event_thread | 140419763661600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f52198a8-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=f5219c36-80e2-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF activation/deactivation policy response events.
2022-12-21T03:53:23+0000 | policy_event_thread | 140419763661600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=040d7878-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=040d80f2-80e3-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-21T03:53:23+0000 | policy_event_thread | 140419763661600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=040d7878-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=040d80f2-80e3-11ed-b1d4-524e5aa20bc6 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T03:53:23+0000 | policy_event_thread | 140419763661600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=040d7878-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=040d80f2-80e3-11ed-b1d4-524e5aa20bc6 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T03:53:33+0000 | aai_event_thread | 140419762600736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fe274f06-80e2-11ed-b1d4-524e5aa20bc6 | InvocationID=fe2750b4-80e2-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF AAI events.
2022-12-21T03:53:33+0000 | aai_event_thread | 140419762600736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0a179050-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=0a17923a-80e3-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-21T03:53:33+0000 | aai_event_thread | 140419762600736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0a179050-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=0a17923a-80e3-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T03:53:33+0000 | aai_event_thread | 140419762600736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0a179050-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=0a17923a-80e3-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T03:53:48+0000 | policy_event_thread | 140419763661600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=040d7878-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=040d80f2-80e3-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF activation/deactivation policy response events.
2022-12-21T03:53:48+0000 | policy_event_thread | 140419763661600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=12fb85be-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=12fb8af0-80e3-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-21T03:53:48+0000 | policy_event_thread | 140419763661600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=12fb85be-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=12fb8af0-80e3-11ed-b1d4-524e5aa20bc6 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T03:53:48+0000 | policy_event_thread | 140419763661600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=12fb85be-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=12fb8af0-80e3-11ed-b1d4-524e5aa20bc6 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T03:53:53+0000 | aai_event_thread | 140419762600736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0a179050-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=0a17923a-80e3-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF AAI events.
2022-12-21T03:53:53+0000 | aai_event_thread | 140419762600736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=16082e60-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=160830b8-80e3-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-21T03:53:53+0000 | aai_event_thread | 140419762600736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=16082e60-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=160830b8-80e3-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T03:53:53+0000 | aai_event_thread | 140419762600736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=16082e60-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=160830b8-80e3-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T03:54:13+0000 | policy_event_thread | 140419763661600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=12fb85be-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=12fb8af0-80e3-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF activation/deactivation policy response events.
2022-12-21T03:54:13+0000 | policy_event_thread | 140419763661600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=21e78122-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=21e78c26-80e3-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-21T03:54:13+0000 | policy_event_thread | 140419763661600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=21e78122-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=21e78c26-80e3-11ed-b1d4-524e5aa20bc6 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T03:54:13+0000 | policy_event_thread | 140419763661600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=21e78122-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=21e78c26-80e3-11ed-b1d4-524e5aa20bc6 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T03:54:13+0000 | aai_event_thread | 140419762600736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=16082e60-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=160830b8-80e3-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF AAI events.
2022-12-21T03:54:13+0000 | aai_event_thread | 140419762600736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=21f8de2c-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=21f8e034-80e3-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-21T03:54:13+0000 | aai_event_thread | 140419762600736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=21f8de2c-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=21f8e034-80e3-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T03:54:13+0000 | aai_event_thread | 140419762600736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=21f8de2c-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=21f8e034-80e3-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T03:54:33+0000 | aai_event_thread | 140419762600736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=21f8de2c-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=21f8e034-80e3-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF AAI events.
2022-12-21T03:54:33+0000 | aai_event_thread | 140419762600736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2de938bc-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=2de93b14-80e3-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-21T03:54:33+0000 | aai_event_thread | 140419762600736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2de938bc-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=2de93b14-80e3-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T03:54:33+0000 | aai_event_thread | 140419762600736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2de938bc-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=2de93b14-80e3-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T03:54:38+0000 | policy_event_thread | 140419763661600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=21e78122-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=21e78c26-80e3-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF activation/deactivation policy response events.
2022-12-21T03:54:38+0000 | policy_event_thread | 140419763661600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=30d3e28e-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=30d3e52c-80e3-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-21T03:54:38+0000 | policy_event_thread | 140419763661600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=30d3e28e-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=30d3e52c-80e3-11ed-b1d4-524e5aa20bc6 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T03:54:38+0000 | policy_event_thread | 140419763661600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=30d3e28e-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=30d3e52c-80e3-11ed-b1d4-524e5aa20bc6 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T03:54:53+0000 | aai_event_thread | 140419762600736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2de938bc-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=2de93b14-80e3-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF AAI events.
2022-12-21T03:54:53+0000 | aai_event_thread | 140419762600736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=39d93e7e-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=39d94068-80e3-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-21T03:54:53+0000 | aai_event_thread | 140419762600736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=39d93e7e-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=39d94068-80e3-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T03:54:53+0000 | aai_event_thread | 140419762600736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=39d93e7e-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=39d94068-80e3-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T03:55:03+0000 | policy_event_thread | 140419763661600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=30d3e28e-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=30d3e52c-80e3-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF activation/deactivation policy response events.
2022-12-21T03:55:03+0000 | policy_event_thread | 140419763661600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3fbf752e-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=3fbf77ea-80e3-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-21T03:55:03+0000 | policy_event_thread | 140419763661600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3fbf752e-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=3fbf77ea-80e3-11ed-b1d4-524e5aa20bc6 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T03:55:03+0000 | policy_event_thread | 140419763661600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3fbf752e-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=3fbf77ea-80e3-11ed-b1d4-524e5aa20bc6 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T03:55:13+0000 | aai_event_thread | 140419762600736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=39d93e7e-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=39d94068-80e3-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF AAI events.
2022-12-21T03:55:13+0000 | aai_event_thread | 140419762600736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=45c93522-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=45c93716-80e3-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-21T03:55:13+0000 | aai_event_thread | 140419762600736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=45c93522-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=45c93716-80e3-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T03:55:13+0000 | aai_event_thread | 140419762600736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=45c93522-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=45c93716-80e3-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T03:55:28+0000 | policy_event_thread | 140419763661600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3fbf752e-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=3fbf77ea-80e3-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF activation/deactivation policy response events.
2022-12-21T03:55:28+0000 | policy_event_thread | 140419763661600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4eabeb94-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=4eabedec-80e3-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-21T03:55:28+0000 | policy_event_thread | 140419763661600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4eabeb94-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=4eabedec-80e3-11ed-b1d4-524e5aa20bc6 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T03:55:28+0000 | policy_event_thread | 140419763661600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4eabeb94-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=4eabedec-80e3-11ed-b1d4-524e5aa20bc6 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T03:55:33+0000 | aai_event_thread | 140419762600736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=45c93522-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=45c93716-80e3-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF AAI events.
2022-12-21T03:55:33+0000 | aai_event_thread | 140419762600736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=51b96dac-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=51b97018-80e3-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-21T03:55:33+0000 | aai_event_thread | 140419762600736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=51b96dac-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=51b97018-80e3-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T03:55:33+0000 | aai_event_thread | 140419762600736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=51b96dac-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=51b97018-80e3-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T03:55:53+0000 | policy_event_thread | 140419763661600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4eabeb94-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=4eabedec-80e3-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF activation/deactivation policy response events.
2022-12-21T03:55:53+0000 | policy_event_thread | 140419763661600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5d98acb4-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=5d98aeb2-80e3-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-21T03:55:53+0000 | policy_event_thread | 140419763661600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5d98acb4-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=5d98aeb2-80e3-11ed-b1d4-524e5aa20bc6 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T03:55:53+0000 | policy_event_thread | 140419763661600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5d98acb4-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=5d98aeb2-80e3-11ed-b1d4-524e5aa20bc6 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T03:55:53+0000 | aai_event_thread | 140419762600736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=51b96dac-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=51b97018-80e3-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF AAI events.
2022-12-21T03:55:53+0000 | aai_event_thread | 140419762600736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5daa2192-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=5daa23a4-80e3-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-21T03:55:53+0000 | aai_event_thread | 140419762600736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5daa2192-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=5daa23a4-80e3-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T03:55:53+0000 | aai_event_thread | 140419762600736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5daa2192-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=5daa23a4-80e3-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T03:56:13+0000 | aai_event_thread | 140419762600736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5daa2192-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=5daa23a4-80e3-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF AAI events.
2022-12-21T03:56:13+0000 | aai_event_thread | 140419762600736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=699a7cd6-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=699a801e-80e3-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-21T03:56:13+0000 | aai_event_thread | 140419762600736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=699a7cd6-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=699a801e-80e3-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T03:56:13+0000 | aai_event_thread | 140419762600736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=699a7cd6-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=699a801e-80e3-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T03:56:18+0000 | policy_event_thread | 140419763661600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5d98acb4-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=5d98aeb2-80e3-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF activation/deactivation policy response events.
2022-12-21T03:56:18+0000 | policy_event_thread | 140419763661600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6c86bce8-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=6c86bed2-80e3-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-21T03:56:18+0000 | policy_event_thread | 140419763661600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6c86bce8-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=6c86bed2-80e3-11ed-b1d4-524e5aa20bc6 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T03:56:18+0000 | policy_event_thread | 140419763661600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6c86bce8-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=6c86bed2-80e3-11ed-b1d4-524e5aa20bc6 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T03:56:33+0000 | aai_event_thread | 140419762600736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=699a7cd6-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=699a801e-80e3-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF AAI events.
2022-12-21T03:56:33+0000 | aai_event_thread | 140419762600736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=758b6c58-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=758b6e42-80e3-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-21T03:56:33+0000 | aai_event_thread | 140419762600736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=758b6c58-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=758b6e42-80e3-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T03:56:33+0000 | aai_event_thread | 140419762600736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=758b6c58-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=758b6e42-80e3-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T03:56:43+0000 | policy_event_thread | 140419763661600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6c86bce8-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=6c86bed2-80e3-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF activation/deactivation policy response events.
2022-12-21T03:56:43+0000 | policy_event_thread | 140419763661600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7b733e98-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=7b734096-80e3-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-21T03:56:43+0000 | policy_event_thread | 140419763661600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7b733e98-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=7b734096-80e3-11ed-b1d4-524e5aa20bc6 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T03:56:43+0000 | policy_event_thread | 140419763661600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7b733e98-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=7b734096-80e3-11ed-b1d4-524e5aa20bc6 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T03:56:53+0000 | aai_event_thread | 140419762600736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=758b6c58-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=758b6e42-80e3-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF AAI events.
2022-12-21T03:56:53+0000 | aai_event_thread | 140419762600736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=817c318c-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=817c333a-80e3-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-21T03:56:53+0000 | aai_event_thread | 140419762600736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=817c318c-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=817c333a-80e3-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T03:56:53+0000 | aai_event_thread | 140419762600736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=817c318c-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=817c333a-80e3-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T03:57:08+0000 | policy_event_thread | 140419763661600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7b733e98-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=7b734096-80e3-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF activation/deactivation policy response events.
2022-12-21T03:57:08+0000 | policy_event_thread | 140419763661600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8a5e7dbe-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=8a5e80fc-80e3-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-21T03:57:08+0000 | policy_event_thread | 140419763661600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8a5e7dbe-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=8a5e80fc-80e3-11ed-b1d4-524e5aa20bc6 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T03:57:08+0000 | policy_event_thread | 140419763661600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8a5e7dbe-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=8a5e80fc-80e3-11ed-b1d4-524e5aa20bc6 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T03:57:13+0000 | aai_event_thread | 140419762600736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=817c318c-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=817c333a-80e3-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF AAI events.
2022-12-21T03:57:13+0000 | aai_event_thread | 140419762600736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8d6c1a02-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=8d6c1c00-80e3-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-21T03:57:13+0000 | aai_event_thread | 140419762600736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8d6c1a02-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=8d6c1c00-80e3-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T03:57:13+0000 | aai_event_thread | 140419762600736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8d6c1a02-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=8d6c1c00-80e3-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T03:57:33+0000 | policy_event_thread | 140419763661600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8a5e7dbe-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=8a5e80fc-80e3-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF activation/deactivation policy response events.
2022-12-21T03:57:33+0000 | policy_event_thread | 140419763661600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=994af5d2-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=994af780-80e3-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-21T03:57:33+0000 | policy_event_thread | 140419763661600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=994af5d2-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=994af780-80e3-11ed-b1d4-524e5aa20bc6 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T03:57:33+0000 | policy_event_thread | 140419763661600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=994af5d2-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=994af780-80e3-11ed-b1d4-524e5aa20bc6 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T03:57:33+0000 | aai_event_thread | 140419762600736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8d6c1a02-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=8d6c1c00-80e3-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF AAI events.
2022-12-21T03:57:33+0000 | aai_event_thread | 140419762600736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=995c4ad0-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=995c4c74-80e3-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-21T03:57:33+0000 | aai_event_thread | 140419762600736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=995c4ad0-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=995c4c74-80e3-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T03:57:33+0000 | aai_event_thread | 140419762600736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=995c4ad0-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=995c4c74-80e3-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T03:57:53+0000 | aai_event_thread | 140419762600736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=995c4ad0-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=995c4c74-80e3-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF AAI events.
2022-12-21T03:57:53+0000 | aai_event_thread | 140419762600736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a54dd692-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=a54dd836-80e3-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-21T03:57:53+0000 | aai_event_thread | 140419762600736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a54dd692-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=a54dd836-80e3-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T03:57:53+0000 | aai_event_thread | 140419762600736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a54dd692-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=a54dd836-80e3-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T03:57:58+0000 | policy_event_thread | 140419763661600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=994af5d2-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=994af780-80e3-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF activation/deactivation policy response events.
2022-12-21T03:57:58+0000 | policy_event_thread | 140419763661600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a83618e2-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=a8361bda-80e3-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-21T03:57:58+0000 | policy_event_thread | 140419763661600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a83618e2-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=a8361bda-80e3-11ed-b1d4-524e5aa20bc6 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T03:57:58+0000 | policy_event_thread | 140419763661600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a83618e2-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=a8361bda-80e3-11ed-b1d4-524e5aa20bc6 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T03:58:13+0000 | aai_event_thread | 140419762600736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a54dd692-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=a54dd836-80e3-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF AAI events.
2022-12-21T03:58:13+0000 | aai_event_thread | 140419762600736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b13dfcd4-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=b13e0026-80e3-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-21T03:58:13+0000 | aai_event_thread | 140419762600736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b13dfcd4-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=b13e0026-80e3-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T03:58:13+0000 | aai_event_thread | 140419762600736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b13dfcd4-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=b13e0026-80e3-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T03:58:23+0000 | policy_event_thread | 140419763661600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a83618e2-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=a8361bda-80e3-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF activation/deactivation policy response events.
2022-12-21T03:58:23+0000 | policy_event_thread | 140419763661600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b7216208-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=b72166fe-80e3-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-21T03:58:23+0000 | policy_event_thread | 140419763661600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b7216208-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=b72166fe-80e3-11ed-b1d4-524e5aa20bc6 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T03:58:23+0000 | policy_event_thread | 140419763661600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b7216208-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=b72166fe-80e3-11ed-b1d4-524e5aa20bc6 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T03:58:33+0000 | aai_event_thread | 140419762600736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b13dfcd4-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=b13e0026-80e3-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF AAI events.
2022-12-21T03:58:33+0000 | aai_event_thread | 140419762600736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bd2ef048-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=bd2ef28c-80e3-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-21T03:58:33+0000 | aai_event_thread | 140419762600736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bd2ef048-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=bd2ef28c-80e3-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T03:58:33+0000 | aai_event_thread | 140419762600736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bd2ef048-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=bd2ef28c-80e3-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T03:58:48+0000 | policy_event_thread | 140419763661600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b7216208-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=b72166fe-80e3-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF activation/deactivation policy response events.
2022-12-21T03:58:48+0000 | policy_event_thread | 140419763661600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c60d9b1a-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=c60d9d18-80e3-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-21T03:58:48+0000 | policy_event_thread | 140419763661600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c60d9b1a-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=c60d9d18-80e3-11ed-b1d4-524e5aa20bc6 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T03:58:48+0000 | policy_event_thread | 140419763661600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c60d9b1a-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=c60d9d18-80e3-11ed-b1d4-524e5aa20bc6 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T03:58:53+0000 | aai_event_thread | 140419762600736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bd2ef048-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=bd2ef28c-80e3-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF AAI events.
2022-12-21T03:58:53+0000 | aai_event_thread | 140419762600736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c920f090-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=c920f32e-80e3-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-21T03:58:53+0000 | aai_event_thread | 140419762600736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c920f090-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=c920f32e-80e3-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T03:58:53+0000 | aai_event_thread | 140419762600736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c920f090-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=c920f32e-80e3-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T03:59:13+0000 | policy_event_thread | 140419763661600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c60d9b1a-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=c60d9d18-80e3-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF activation/deactivation policy response events.
2022-12-21T03:59:13+0000 | policy_event_thread | 140419763661600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d4f96636-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=d4f9682a-80e3-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-21T03:59:13+0000 | policy_event_thread | 140419763661600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d4f96636-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=d4f9682a-80e3-11ed-b1d4-524e5aa20bc6 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T03:59:13+0000 | policy_event_thread | 140419763661600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d4f96636-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=d4f9682a-80e3-11ed-b1d4-524e5aa20bc6 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T03:59:13+0000 | aai_event_thread | 140419762600736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c920f090-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=c920f32e-80e3-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF AAI events.
2022-12-21T03:59:13+0000 | aai_event_thread | 140419762600736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d5118cac-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=d5118e5a-80e3-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-21T03:59:13+0000 | aai_event_thread | 140419762600736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d5118cac-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=d5118e5a-80e3-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T03:59:13+0000 | aai_event_thread | 140419762600736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d5118cac-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=d5118e5a-80e3-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T03:59:33+0000 | aai_event_thread | 140419762600736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d5118cac-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=d5118e5a-80e3-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF AAI events.
2022-12-21T03:59:33+0000 | aai_event_thread | 140419762600736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e101b6c2-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=e101b87a-80e3-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-21T03:59:33+0000 | aai_event_thread | 140419762600736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e101b6c2-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=e101b87a-80e3-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T03:59:33+0000 | aai_event_thread | 140419762600736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e101b6c2-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=e101b87a-80e3-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T03:59:38+0000 | policy_event_thread | 140419763661600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d4f96636-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=d4f9682a-80e3-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF activation/deactivation policy response events.
2022-12-21T03:59:38+0000 | policy_event_thread | 140419763661600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e3e6017c-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=e3e6037a-80e3-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-21T03:59:38+0000 | policy_event_thread | 140419763661600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e3e6017c-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=e3e6037a-80e3-11ed-b1d4-524e5aa20bc6 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T03:59:38+0000 | policy_event_thread | 140419763661600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e3e6017c-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=e3e6037a-80e3-11ed-b1d4-524e5aa20bc6 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T03:59:53+0000 | aai_event_thread | 140419762600736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e101b6c2-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=e101b87a-80e3-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF AAI events.
2022-12-21T03:59:53+0000 | aai_event_thread | 140419762600736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ecf225c0-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=ecf22782-80e3-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-21T03:59:53+0000 | aai_event_thread | 140419762600736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ecf225c0-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=ecf22782-80e3-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T03:59:53+0000 | aai_event_thread | 140419762600736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ecf225c0-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=ecf22782-80e3-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:00:03+0000 | policy_event_thread | 140419763661600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e3e6017c-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=e3e6037a-80e3-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF activation/deactivation policy response events.
2022-12-21T04:00:03+0000 | policy_event_thread | 140419763661600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f2d12900-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=f2d12b62-80e3-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-21T04:00:03+0000 | policy_event_thread | 140419763661600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f2d12900-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=f2d12b62-80e3-11ed-b1d4-524e5aa20bc6 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:00:03+0000 | policy_event_thread | 140419763661600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f2d12900-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=f2d12b62-80e3-11ed-b1d4-524e5aa20bc6 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:00:13+0000 | aai_event_thread | 140419762600736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ecf225c0-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=ecf22782-80e3-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF AAI events.
2022-12-21T04:00:13+0000 | aai_event_thread | 140419762600736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f8e39ad0-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=f8e39c7e-80e3-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-21T04:00:14+0000 | aai_event_thread | 140419762600736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f8e39ad0-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=f8e39c7e-80e3-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:00:14+0000 | aai_event_thread | 140419762600736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f8e39ad0-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=f8e39c7e-80e3-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:00:28+0000 | policy_event_thread | 140419763661600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f2d12900-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=f2d12b62-80e3-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF activation/deactivation policy response events.
2022-12-21T04:00:28+0000 | policy_event_thread | 140419763661600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=01bda060-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=01bda268-80e4-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-21T04:00:28+0000 | policy_event_thread | 140419763661600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=01bda060-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=01bda268-80e4-11ed-b1d4-524e5aa20bc6 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:00:28+0000 | policy_event_thread | 140419763661600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=01bda060-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=01bda268-80e4-11ed-b1d4-524e5aa20bc6 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:00:34+0000 | aai_event_thread | 140419762600736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f8e39ad0-80e3-11ed-b1d4-524e5aa20bc6 | InvocationID=f8e39c7e-80e3-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF AAI events.
2022-12-21T04:00:34+0000 | aai_event_thread | 140419762600736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=04d4c878-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=04d4ca30-80e4-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-21T04:00:34+0000 | aai_event_thread | 140419762600736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=04d4c878-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=04d4ca30-80e4-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:00:34+0000 | aai_event_thread | 140419762600736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=04d4c878-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=04d4ca30-80e4-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:00:53+0000 | policy_event_thread | 140419763661600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=01bda060-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=01bda268-80e4-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF activation/deactivation policy response events.
2022-12-21T04:00:53+0000 | policy_event_thread | 140419763661600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=10a9245a-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=10a925fe-80e4-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-21T04:00:53+0000 | policy_event_thread | 140419763661600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=10a9245a-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=10a925fe-80e4-11ed-b1d4-524e5aa20bc6 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:00:53+0000 | policy_event_thread | 140419763661600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=10a9245a-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=10a925fe-80e4-11ed-b1d4-524e5aa20bc6 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:00:54+0000 | aai_event_thread | 140419762600736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=04d4c878-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=04d4ca30-80e4-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF AAI events.
2022-12-21T04:00:54+0000 | aai_event_thread | 140419762600736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=10c81108-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=10c8145a-80e4-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-21T04:00:54+0000 | aai_event_thread | 140419762600736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=10c81108-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=10c8145a-80e4-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:00:54+0000 | aai_event_thread | 140419762600736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=10c81108-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=10c8145a-80e4-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:01:14+0000 | aai_event_thread | 140419762600736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=10c81108-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=10c8145a-80e4-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF AAI events.
2022-12-21T04:01:14+0000 | aai_event_thread | 140419762600736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1cb9da0a-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=1cb9dc12-80e4-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-21T04:01:14+0000 | aai_event_thread | 140419762600736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1cb9da0a-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=1cb9dc12-80e4-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:01:14+0000 | aai_event_thread | 140419762600736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1cb9da0a-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=1cb9dc12-80e4-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:01:18+0000 | policy_event_thread | 140419763661600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=10a9245a-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=10a925fe-80e4-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF activation/deactivation policy response events.
2022-12-21T04:01:18+0000 | policy_event_thread | 140419763661600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1f955b50-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=1f955d58-80e4-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-21T04:01:18+0000 | policy_event_thread | 140419763661600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1f955b50-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=1f955d58-80e4-11ed-b1d4-524e5aa20bc6 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:01:18+0000 | policy_event_thread | 140419763661600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1f955b50-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=1f955d58-80e4-11ed-b1d4-524e5aa20bc6 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:01:34+0000 | aai_event_thread | 140419762600736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1cb9da0a-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=1cb9dc12-80e4-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF AAI events.
2022-12-21T04:01:34+0000 | aai_event_thread | 140419762600736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=28aa6f96-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=28aa71ee-80e4-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-21T04:01:34+0000 | aai_event_thread | 140419762600736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=28aa6f96-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=28aa71ee-80e4-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:01:34+0000 | aai_event_thread | 140419762600736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=28aa6f96-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=28aa71ee-80e4-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:01:43+0000 | policy_event_thread | 140419763661600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1f955b50-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=1f955d58-80e4-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF activation/deactivation policy response events.
2022-12-21T04:01:43+0000 | policy_event_thread | 140419763661600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2e81e07a-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=2e81e2dc-80e4-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-21T04:01:43+0000 | policy_event_thread | 140419763661600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2e81e07a-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=2e81e2dc-80e4-11ed-b1d4-524e5aa20bc6 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:01:43+0000 | policy_event_thread | 140419763661600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2e81e07a-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=2e81e2dc-80e4-11ed-b1d4-524e5aa20bc6 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:01:54+0000 | aai_event_thread | 140419762600736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=28aa6f96-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=28aa71ee-80e4-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF AAI events.
2022-12-21T04:01:54+0000 | aai_event_thread | 140419762600736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=349bc296-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=349bc430-80e4-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-21T04:01:54+0000 | aai_event_thread | 140419762600736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=349bc296-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=349bc430-80e4-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:01:54+0000 | aai_event_thread | 140419762600736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=349bc296-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=349bc430-80e4-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:02:08+0000 | policy_event_thread | 140419763661600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2e81e07a-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=2e81e2dc-80e4-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF activation/deactivation policy response events.
2022-12-21T04:02:08+0000 | policy_event_thread | 140419763661600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3d6cdedc-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=3d6ce0e4-80e4-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-21T04:02:09+0000 | policy_event_thread | 140419763661600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3d6cdedc-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=3d6ce0e4-80e4-11ed-b1d4-524e5aa20bc6 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:02:09+0000 | policy_event_thread | 140419763661600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3d6cdedc-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=3d6ce0e4-80e4-11ed-b1d4-524e5aa20bc6 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:02:14+0000 | aai_event_thread | 140419762600736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=349bc296-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=349bc430-80e4-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF AAI events.
2022-12-21T04:02:14+0000 | aai_event_thread | 140419762600736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=408bfb66-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=408bfe18-80e4-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-21T04:02:14+0000 | aai_event_thread | 140419762600736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=408bfb66-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=408bfe18-80e4-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:02:14+0000 | aai_event_thread | 140419762600736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=408bfb66-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=408bfe18-80e4-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:02:34+0000 | policy_event_thread | 140419763661600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3d6cdedc-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=3d6ce0e4-80e4-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF activation/deactivation policy response events.
2022-12-21T04:02:34+0000 | policy_event_thread | 140419763661600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4c58b254-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=4c58b45c-80e4-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-21T04:02:34+0000 | policy_event_thread | 140419763661600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4c58b254-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=4c58b45c-80e4-11ed-b1d4-524e5aa20bc6 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:02:34+0000 | policy_event_thread | 140419763661600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4c58b254-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=4c58b45c-80e4-11ed-b1d4-524e5aa20bc6 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:02:34+0000 | aai_event_thread | 140419762600736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=408bfb66-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=408bfe18-80e4-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF AAI events.
2022-12-21T04:02:34+0000 | aai_event_thread | 140419762600736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4c7c83be-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=4c7c85da-80e4-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-21T04:02:34+0000 | aai_event_thread | 140419762600736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4c7c83be-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=4c7c85da-80e4-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:02:34+0000 | aai_event_thread | 140419762600736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4c7c83be-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=4c7c85da-80e4-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:02:54+0000 | aai_event_thread | 140419762600736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4c7c83be-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=4c7c85da-80e4-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF AAI events.
2022-12-21T04:02:54+0000 | aai_event_thread | 140419762600736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=586cef74-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=586cf262-80e4-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-21T04:02:54+0000 | aai_event_thread | 140419762600736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=586cef74-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=586cf262-80e4-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:02:54+0000 | aai_event_thread | 140419762600736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=586cef74-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=586cf262-80e4-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:02:59+0000 | policy_event_thread | 140419763661600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4c58b254-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=4c58b45c-80e4-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF activation/deactivation policy response events.
2022-12-21T04:02:59+0000 | policy_event_thread | 140419763661600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5b44f3c2-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=5b44f80e-80e4-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-21T04:02:59+0000 | policy_event_thread | 140419763661600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5b44f3c2-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=5b44f80e-80e4-11ed-b1d4-524e5aa20bc6 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:02:59+0000 | policy_event_thread | 140419763661600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5b44f3c2-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=5b44f80e-80e4-11ed-b1d4-524e5aa20bc6 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:03:14+0000 | aai_event_thread | 140419762600736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=586cef74-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=586cf262-80e4-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF AAI events.
2022-12-21T04:03:14+0000 | aai_event_thread | 140419762600736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=645d1b6a-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=645d1d90-80e4-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-21T04:03:14+0000 | aai_event_thread | 140419762600736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=645d1b6a-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=645d1d90-80e4-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:03:14+0000 | aai_event_thread | 140419762600736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=645d1b6a-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=645d1d90-80e4-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:03:24+0000 | policy_event_thread | 140419763661600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5b44f3c2-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=5b44f80e-80e4-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF activation/deactivation policy response events.
2022-12-21T04:03:24+0000 | policy_event_thread | 140419763661600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6a307f8c-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=6a3083f6-80e4-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-21T04:03:24+0000 | policy_event_thread | 140419763661600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6a307f8c-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=6a3083f6-80e4-11ed-b1d4-524e5aa20bc6 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:03:24+0000 | policy_event_thread | 140419763661600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6a307f8c-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=6a3083f6-80e4-11ed-b1d4-524e5aa20bc6 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:03:34+0000 | aai_event_thread | 140419762600736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=645d1b6a-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=645d1d90-80e4-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF AAI events.
2022-12-21T04:03:34+0000 | aai_event_thread | 140419762600736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=704d7b5e-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=704d7d98-80e4-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-21T04:03:34+0000 | aai_event_thread | 140419762600736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=704d7b5e-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=704d7d98-80e4-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:03:34+0000 | aai_event_thread | 140419762600736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=704d7b5e-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=704d7d98-80e4-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:03:49+0000 | policy_event_thread | 140419763661600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6a307f8c-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=6a3083f6-80e4-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF activation/deactivation policy response events.
2022-12-21T04:03:49+0000 | policy_event_thread | 140419763661600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=791bb994-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=791bbb92-80e4-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-21T04:03:49+0000 | policy_event_thread | 140419763661600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=791bb994-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=791bbb92-80e4-11ed-b1d4-524e5aa20bc6 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:03:49+0000 | policy_event_thread | 140419763661600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=791bb994-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=791bbb92-80e4-11ed-b1d4-524e5aa20bc6 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:03:54+0000 | aai_event_thread | 140419762600736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=704d7b5e-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=704d7d98-80e4-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF AAI events.
2022-12-21T04:03:54+0000 | aai_event_thread | 140419762600736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7c3d99bc-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=7c3d9b9c-80e4-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-21T04:03:54+0000 | aai_event_thread | 140419762600736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7c3d99bc-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=7c3d9b9c-80e4-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:03:54+0000 | aai_event_thread | 140419762600736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7c3d99bc-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=7c3d9b9c-80e4-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:04:14+0000 | policy_event_thread | 140419763661600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=791bb994-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=791bbb92-80e4-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF activation/deactivation policy response events.
2022-12-21T04:04:14+0000 | policy_event_thread | 140419763661600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=88069460-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=88069708-80e4-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-21T04:04:14+0000 | policy_event_thread | 140419763661600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=88069460-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=88069708-80e4-11ed-b1d4-524e5aa20bc6 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:04:14+0000 | policy_event_thread | 140419763661600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=88069460-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=88069708-80e4-11ed-b1d4-524e5aa20bc6 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:04:14+0000 | aai_event_thread | 140419762600736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7c3d99bc-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=7c3d9b9c-80e4-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF AAI events.
2022-12-21T04:04:14+0000 | aai_event_thread | 140419762600736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=882d99ca-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=882d9bd2-80e4-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-21T04:04:14+0000 | aai_event_thread | 140419762600736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=882d99ca-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=882d9bd2-80e4-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:04:14+0000 | aai_event_thread | 140419762600736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=882d99ca-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=882d9bd2-80e4-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:04:34+0000 | aai_event_thread | 140419762600736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=882d99ca-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=882d9bd2-80e4-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF AAI events.
2022-12-21T04:04:34+0000 | aai_event_thread | 140419762600736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=941d57de-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=941d59e6-80e4-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-21T04:04:34+0000 | aai_event_thread | 140419762600736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=941d57de-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=941d59e6-80e4-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:04:34+0000 | aai_event_thread | 140419762600736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=941d57de-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=941d59e6-80e4-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:04:39+0000 | policy_event_thread | 140419763661600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=88069460-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=88069708-80e4-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF activation/deactivation policy response events.
2022-12-21T04:04:39+0000 | policy_event_thread | 140419763661600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=96f1724c-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=96f17454-80e4-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-21T04:04:39+0000 | policy_event_thread | 140419763661600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=96f1724c-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=96f17454-80e4-11ed-b1d4-524e5aa20bc6 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:04:39+0000 | policy_event_thread | 140419763661600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=96f1724c-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=96f17454-80e4-11ed-b1d4-524e5aa20bc6 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:04:54+0000 | aai_event_thread | 140419762600736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=941d57de-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=941d59e6-80e4-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF AAI events.
2022-12-21T04:04:54+0000 | aai_event_thread | 140419762600736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a00d637c-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=a00d66ec-80e4-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-21T04:04:54+0000 | aai_event_thread | 140419762600736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a00d637c-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=a00d66ec-80e4-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:04:54+0000 | aai_event_thread | 140419762600736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a00d637c-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=a00d66ec-80e4-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:05:04+0000 | policy_event_thread | 140419763661600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=96f1724c-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=96f17454-80e4-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF activation/deactivation policy response events.
2022-12-21T04:05:04+0000 | policy_event_thread | 140419763661600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a5dcb406-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=a5dcb5b4-80e4-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-21T04:05:04+0000 | policy_event_thread | 140419763661600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a5dcb406-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=a5dcb5b4-80e4-11ed-b1d4-524e5aa20bc6 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:05:04+0000 | policy_event_thread | 140419763661600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a5dcb406-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=a5dcb5b4-80e4-11ed-b1d4-524e5aa20bc6 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:05:14+0000 | aai_event_thread | 140419762600736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a00d637c-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=a00d66ec-80e4-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF AAI events.
2022-12-21T04:05:14+0000 | aai_event_thread | 140419762600736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=abfe8378-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=abfe8616-80e4-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-21T04:05:14+0000 | aai_event_thread | 140419762600736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=abfe8378-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=abfe8616-80e4-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:05:14+0000 | aai_event_thread | 140419762600736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=abfe8378-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=abfe8616-80e4-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:05:29+0000 | policy_event_thread | 140419763661600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a5dcb406-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=a5dcb5b4-80e4-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF activation/deactivation policy response events.
2022-12-21T04:05:29+0000 | policy_event_thread | 140419763661600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b4c7f192-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=b4c7f44e-80e4-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-21T04:05:29+0000 | policy_event_thread | 140419763661600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b4c7f192-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=b4c7f44e-80e4-11ed-b1d4-524e5aa20bc6 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:05:29+0000 | policy_event_thread | 140419763661600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b4c7f192-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=b4c7f44e-80e4-11ed-b1d4-524e5aa20bc6 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:05:34+0000 | aai_event_thread | 140419762600736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=abfe8378-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=abfe8616-80e4-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF AAI events.
2022-12-21T04:05:34+0000 | aai_event_thread | 140419762600736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b7ee366a-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=b7ee3868-80e4-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-21T04:05:34+0000 | aai_event_thread | 140419762600736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b7ee366a-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=b7ee3868-80e4-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:05:34+0000 | aai_event_thread | 140419762600736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b7ee366a-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=b7ee3868-80e4-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:05:54+0000 | policy_event_thread | 140419763661600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b4c7f192-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=b4c7f44e-80e4-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF activation/deactivation policy response events.
2022-12-21T04:05:54+0000 | policy_event_thread | 140419763661600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c3b30afc-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=c3b30d18-80e4-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-21T04:05:54+0000 | policy_event_thread | 140419763661600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c3b30afc-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=c3b30d18-80e4-11ed-b1d4-524e5aa20bc6 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:05:54+0000 | policy_event_thread | 140419763661600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c3b30afc-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=c3b30d18-80e4-11ed-b1d4-524e5aa20bc6 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:05:54+0000 | aai_event_thread | 140419762600736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b7ee366a-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=b7ee3868-80e4-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF AAI events.
2022-12-21T04:05:54+0000 | aai_event_thread | 140419762600736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c3de680a-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=c3de6a08-80e4-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-21T04:05:54+0000 | aai_event_thread | 140419762600736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c3de680a-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=c3de6a08-80e4-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:05:54+0000 | aai_event_thread | 140419762600736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c3de680a-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=c3de6a08-80e4-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:06:14+0000 | aai_event_thread | 140419762600736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c3de680a-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=c3de6a08-80e4-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF AAI events.
2022-12-21T04:06:14+0000 | aai_event_thread | 140419762600736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cfced8c0-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=cfcedac8-80e4-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-21T04:06:14+0000 | aai_event_thread | 140419762600736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cfced8c0-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=cfcedac8-80e4-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:06:14+0000 | aai_event_thread | 140419762600736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cfced8c0-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=cfcedac8-80e4-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:06:19+0000 | policy_event_thread | 140419763661600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c3b30afc-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=c3b30d18-80e4-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF activation/deactivation policy response events.
2022-12-21T04:06:19+0000 | policy_event_thread | 140419763661600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d2a4b916-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=d2a4bb00-80e4-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-21T04:06:19+0000 | policy_event_thread | 140419763661600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d2a4b916-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=d2a4bb00-80e4-11ed-b1d4-524e5aa20bc6 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:06:19+0000 | policy_event_thread | 140419763661600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d2a4b916-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=d2a4bb00-80e4-11ed-b1d4-524e5aa20bc6 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:06:34+0000 | aai_event_thread | 140419762600736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cfced8c0-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=cfcedac8-80e4-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF AAI events.
2022-12-21T04:06:34+0000 | aai_event_thread | 140419762600736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dbbefe12-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=dbbf0024-80e4-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-21T04:06:34+0000 | aai_event_thread | 140419762600736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dbbefe12-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=dbbf0024-80e4-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:06:34+0000 | aai_event_thread | 140419762600736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dbbefe12-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=dbbf0024-80e4-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:06:44+0000 | policy_event_thread | 140419763661600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d2a4b916-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=d2a4bb00-80e4-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF activation/deactivation policy response events.
2022-12-21T04:06:44+0000 | policy_event_thread | 140419763661600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e190a778-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=e190a980-80e4-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-21T04:06:44+0000 | policy_event_thread | 140419763661600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e190a778-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=e190a980-80e4-11ed-b1d4-524e5aa20bc6 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:06:44+0000 | policy_event_thread | 140419763661600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e190a778-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=e190a980-80e4-11ed-b1d4-524e5aa20bc6 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:06:54+0000 | aai_event_thread | 140419762600736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dbbefe12-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=dbbf0024-80e4-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF AAI events.
2022-12-21T04:06:54+0000 | aai_event_thread | 140419762600736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e7afed6c-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=e7afef60-80e4-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-21T04:06:54+0000 | aai_event_thread | 140419762600736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e7afed6c-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=e7afef60-80e4-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:06:54+0000 | aai_event_thread | 140419762600736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e7afed6c-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=e7afef60-80e4-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:07:09+0000 | policy_event_thread | 140419763661600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e190a778-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=e190a980-80e4-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF activation/deactivation policy response events.
2022-12-21T04:07:09+0000 | policy_event_thread | 140419763661600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f07c2f3c-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=f07c319e-80e4-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-21T04:07:09+0000 | policy_event_thread | 140419763661600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f07c2f3c-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=f07c319e-80e4-11ed-b1d4-524e5aa20bc6 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:07:09+0000 | policy_event_thread | 140419763661600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f07c2f3c-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=f07c319e-80e4-11ed-b1d4-524e5aa20bc6 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:07:14+0000 | aai_event_thread | 140419762600736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e7afed6c-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=e7afef60-80e4-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF AAI events.
2022-12-21T04:07:14+0000 | aai_event_thread | 140419762600736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f3a00788-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=f3a00b48-80e4-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-21T04:07:14+0000 | aai_event_thread | 140419762600736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f3a00788-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=f3a00b48-80e4-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:07:14+0000 | aai_event_thread | 140419762600736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f3a00788-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=f3a00b48-80e4-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:07:34+0000 | policy_event_thread | 140419763661600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f07c2f3c-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=f07c319e-80e4-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF activation/deactivation policy response events.
2022-12-21T04:07:34+0000 | policy_event_thread | 140419763661600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ff6a3f7a-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=ff6a42b8-80e4-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-21T04:07:34+0000 | policy_event_thread | 140419763661600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ff6a3f7a-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=ff6a42b8-80e4-11ed-b1d4-524e5aa20bc6 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:07:34+0000 | policy_event_thread | 140419763661600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ff6a3f7a-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=ff6a42b8-80e4-11ed-b1d4-524e5aa20bc6 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:07:34+0000 | aai_event_thread | 140419762600736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f3a00788-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=f3a00b48-80e4-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF AAI events.
2022-12-21T04:07:34+0000 | aai_event_thread | 140419762600736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ff8ff3be-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=ff8ff684-80e4-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-21T04:07:34+0000 | aai_event_thread | 140419762600736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ff8ff3be-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=ff8ff684-80e4-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:07:34+0000 | aai_event_thread | 140419762600736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ff8ff3be-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=ff8ff684-80e4-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:07:54+0000 | aai_event_thread | 140419762600736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ff8ff3be-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=ff8ff684-80e4-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF AAI events.
2022-12-21T04:07:54+0000 | aai_event_thread | 140419762600736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0b80331e-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=0b8035a8-80e5-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-21T04:07:54+0000 | aai_event_thread | 140419762600736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0b80331e-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=0b8035a8-80e5-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:07:54+0000 | aai_event_thread | 140419762600736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0b80331e-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=0b8035a8-80e5-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:07:59+0000 | policy_event_thread | 140419763661600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ff6a3f7a-80e4-11ed-b1d4-524e5aa20bc6 | InvocationID=ff6a42b8-80e4-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF activation/deactivation policy response events.
2022-12-21T04:07:59+0000 | policy_event_thread | 140419763661600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0e5551aa-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=0e55539e-80e5-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-21T04:07:59+0000 | policy_event_thread | 140419763661600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0e5551aa-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=0e55539e-80e5-11ed-b1d4-524e5aa20bc6 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:07:59+0000 | policy_event_thread | 140419763661600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0e5551aa-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=0e55539e-80e5-11ed-b1d4-524e5aa20bc6 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:08:14+0000 | aai_event_thread | 140419762600736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0b80331e-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=0b8035a8-80e5-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF AAI events.
2022-12-21T04:08:14+0000 | aai_event_thread | 140419762600736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=17712d9a-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=177135ec-80e5-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-21T04:08:14+0000 | aai_event_thread | 140419762600736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=17712d9a-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=177135ec-80e5-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:08:14+0000 | aai_event_thread | 140419762600736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=17712d9a-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=177135ec-80e5-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:08:24+0000 | policy_event_thread | 140419763661600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0e5551aa-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=0e55539e-80e5-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF activation/deactivation policy response events.
2022-12-21T04:08:24+0000 | policy_event_thread | 140419763661600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1d405e80-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=1d406196-80e5-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-21T04:08:24+0000 | policy_event_thread | 140419763661600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1d405e80-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=1d406196-80e5-11ed-b1d4-524e5aa20bc6 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:08:24+0000 | policy_event_thread | 140419763661600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1d405e80-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=1d406196-80e5-11ed-b1d4-524e5aa20bc6 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:08:34+0000 | aai_event_thread | 140419762600736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=17712d9a-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=177135ec-80e5-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF AAI events.
2022-12-21T04:08:34+0000 | aai_event_thread | 140419762600736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=23622226-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=2362250a-80e5-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-21T04:08:34+0000 | aai_event_thread | 140419762600736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=23622226-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=2362250a-80e5-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:08:34+0000 | aai_event_thread | 140419762600736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=23622226-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=2362250a-80e5-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:08:49+0000 | policy_event_thread | 140419763661600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1d405e80-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=1d406196-80e5-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF activation/deactivation policy response events.
2022-12-21T04:08:49+0000 | policy_event_thread | 140419763661600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2c2c66f0-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=2c2c68f8-80e5-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-21T04:08:49+0000 | policy_event_thread | 140419763661600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2c2c66f0-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=2c2c68f8-80e5-11ed-b1d4-524e5aa20bc6 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:08:49+0000 | policy_event_thread | 140419763661600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2c2c66f0-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=2c2c68f8-80e5-11ed-b1d4-524e5aa20bc6 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:08:54+0000 | aai_event_thread | 140419762600736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=23622226-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=2362250a-80e5-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF AAI events.
2022-12-21T04:08:54+0000 | aai_event_thread | 140419762600736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2f5261cc-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=2f5263c0-80e5-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-21T04:08:54+0000 | aai_event_thread | 140419762600736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2f5261cc-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=2f5263c0-80e5-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:08:54+0000 | aai_event_thread | 140419762600736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2f5261cc-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=2f5263c0-80e5-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:09:14+0000 | policy_event_thread | 140419763661600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2c2c66f0-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=2c2c68f8-80e5-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF activation/deactivation policy response events.
2022-12-21T04:09:14+0000 | policy_event_thread | 140419763661600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3b18e17a-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=3b18e38c-80e5-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-21T04:09:14+0000 | policy_event_thread | 140419763661600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3b18e17a-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=3b18e38c-80e5-11ed-b1d4-524e5aa20bc6 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:09:14+0000 | policy_event_thread | 140419763661600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3b18e17a-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=3b18e38c-80e5-11ed-b1d4-524e5aa20bc6 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:09:14+0000 | aai_event_thread | 140419762600736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2f5261cc-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=2f5263c0-80e5-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF AAI events.
2022-12-21T04:09:14+0000 | aai_event_thread | 140419762600736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3b43264c-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=3b432854-80e5-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-21T04:09:14+0000 | aai_event_thread | 140419762600736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3b43264c-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=3b432854-80e5-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:09:14+0000 | aai_event_thread | 140419762600736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3b43264c-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=3b432854-80e5-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:09:34+0000 | aai_event_thread | 140419762600736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3b43264c-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=3b432854-80e5-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF AAI events.
2022-12-21T04:09:34+0000 | aai_event_thread | 140419762600736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=47335314-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=47335512-80e5-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-21T04:09:34+0000 | aai_event_thread | 140419762600736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=47335314-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=47335512-80e5-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:09:34+0000 | aai_event_thread | 140419762600736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=47335314-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=47335512-80e5-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:09:39+0000 | policy_event_thread | 140419763661600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3b18e17a-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=3b18e38c-80e5-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF activation/deactivation policy response events.
2022-12-21T04:09:39+0000 | policy_event_thread | 140419763661600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4a03e806-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=4a03ecde-80e5-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-21T04:09:39+0000 | policy_event_thread | 140419763661600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4a03e806-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=4a03ecde-80e5-11ed-b1d4-524e5aa20bc6 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:09:39+0000 | policy_event_thread | 140419763661600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4a03e806-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=4a03ecde-80e5-11ed-b1d4-524e5aa20bc6 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:09:54+0000 | aai_event_thread | 140419762600736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=47335314-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=47335512-80e5-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF AAI events.
2022-12-21T04:09:54+0000 | aai_event_thread | 140419762600736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5323134e-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=53231542-80e5-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-21T04:09:54+0000 | aai_event_thread | 140419762600736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5323134e-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=53231542-80e5-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:09:54+0000 | aai_event_thread | 140419762600736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5323134e-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=53231542-80e5-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:10:04+0000 | policy_event_thread | 140419763661600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4a03e806-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=4a03ecde-80e5-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF activation/deactivation policy response events.
2022-12-21T04:10:04+0000 | policy_event_thread | 140419763661600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=58f1cfb8-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=58f1d1ca-80e5-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-21T04:10:04+0000 | policy_event_thread | 140419763661600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=58f1cfb8-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=58f1d1ca-80e5-11ed-b1d4-524e5aa20bc6 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:10:04+0000 | policy_event_thread | 140419763661600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=58f1cfb8-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=58f1d1ca-80e5-11ed-b1d4-524e5aa20bc6 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:10:14+0000 | aai_event_thread | 140419762600736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5323134e-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=53231542-80e5-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF AAI events.
2022-12-21T04:10:14+0000 | aai_event_thread | 140419762600736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5f12a444-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=5f12a62e-80e5-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-21T04:10:14+0000 | aai_event_thread | 140419762600736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5f12a444-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=5f12a62e-80e5-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:10:14+0000 | aai_event_thread | 140419762600736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5f12a444-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=5f12a62e-80e5-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:10:29+0000 | policy_event_thread | 140419763661600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=58f1cfb8-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=58f1d1ca-80e5-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF activation/deactivation policy response events.
2022-12-21T04:10:29+0000 | policy_event_thread | 140419763661600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=67dcb272-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=67dcb47a-80e5-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-21T04:10:29+0000 | policy_event_thread | 140419763661600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=67dcb272-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=67dcb47a-80e5-11ed-b1d4-524e5aa20bc6 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:10:29+0000 | policy_event_thread | 140419763661600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=67dcb272-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=67dcb47a-80e5-11ed-b1d4-524e5aa20bc6 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:10:34+0000 | aai_event_thread | 140419762600736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5f12a444-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=5f12a62e-80e5-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF AAI events.
2022-12-21T04:10:34+0000 | aai_event_thread | 140419762600736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6b03da34-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=6b03dbe2-80e5-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-21T04:10:35+0000 | aai_event_thread | 140419762600736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6b03da34-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=6b03dbe2-80e5-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:10:35+0000 | aai_event_thread | 140419762600736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6b03da34-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=6b03dbe2-80e5-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:10:54+0000 | policy_event_thread | 140419763661600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=67dcb272-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=67dcb47a-80e5-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF activation/deactivation policy response events.
2022-12-21T04:10:54+0000 | policy_event_thread | 140419763661600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=76c83e00-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=76c83ff4-80e5-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-21T04:10:54+0000 | policy_event_thread | 140419763661600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=76c83e00-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=76c83ff4-80e5-11ed-b1d4-524e5aa20bc6 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:10:54+0000 | policy_event_thread | 140419763661600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=76c83e00-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=76c83ff4-80e5-11ed-b1d4-524e5aa20bc6 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:10:55+0000 | aai_event_thread | 140419762600736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6b03da34-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=6b03dbe2-80e5-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF AAI events.
2022-12-21T04:10:55+0000 | aai_event_thread | 140419762600736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=76f60e70-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=76f6108c-80e5-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-21T04:10:55+0000 | aai_event_thread | 140419762600736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=76f60e70-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=76f6108c-80e5-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:10:55+0000 | aai_event_thread | 140419762600736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=76f60e70-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=76f6108c-80e5-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:11:15+0000 | aai_event_thread | 140419762600736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=76f60e70-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=76f6108c-80e5-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF AAI events.
2022-12-21T04:11:15+0000 | aai_event_thread | 140419762600736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=82e73dee-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=82e73f88-80e5-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-21T04:11:15+0000 | aai_event_thread | 140419762600736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=82e73dee-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=82e73f88-80e5-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:11:15+0000 | aai_event_thread | 140419762600736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=82e73dee-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=82e73f88-80e5-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:11:19+0000 | policy_event_thread | 140419763661600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=76c83e00-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=76c83ff4-80e5-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF activation/deactivation policy response events.
2022-12-21T04:11:19+0000 | policy_event_thread | 140419763661600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=85b3a396-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=85b3a544-80e5-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-21T04:11:19+0000 | policy_event_thread | 140419763661600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=85b3a396-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=85b3a544-80e5-11ed-b1d4-524e5aa20bc6 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:11:19+0000 | policy_event_thread | 140419763661600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=85b3a396-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=85b3a544-80e5-11ed-b1d4-524e5aa20bc6 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:11:35+0000 | aai_event_thread | 140419762600736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=82e73dee-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=82e73f88-80e5-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF AAI events.
2022-12-21T04:11:35+0000 | aai_event_thread | 140419762600736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8ed713c2-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=8ed7167e-80e5-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-21T04:11:35+0000 | aai_event_thread | 140419762600736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8ed713c2-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=8ed7167e-80e5-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:11:35+0000 | aai_event_thread | 140419762600736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8ed713c2-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=8ed7167e-80e5-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:11:44+0000 | policy_event_thread | 140419763661600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=85b3a396-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=85b3a544-80e5-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF activation/deactivation policy response events.
2022-12-21T04:11:44+0000 | policy_event_thread | 140419763661600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=949ef6c6-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=949f047c-80e5-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-21T04:11:44+0000 | policy_event_thread | 140419763661600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=949ef6c6-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=949f047c-80e5-11ed-b1d4-524e5aa20bc6 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:11:44+0000 | policy_event_thread | 140419763661600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=949ef6c6-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=949f047c-80e5-11ed-b1d4-524e5aa20bc6 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:11:55+0000 | aai_event_thread | 140419762600736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8ed713c2-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=8ed7167e-80e5-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF AAI events.
2022-12-21T04:11:55+0000 | aai_event_thread | 140419762600736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9ac72f3c-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=9ac73130-80e5-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-21T04:11:55+0000 | aai_event_thread | 140419762600736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9ac72f3c-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=9ac73130-80e5-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:11:55+0000 | aai_event_thread | 140419762600736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9ac72f3c-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=9ac73130-80e5-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:12:09+0000 | policy_event_thread | 140419763661600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=949ef6c6-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=949f047c-80e5-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF activation/deactivation policy response events.
2022-12-21T04:12:09+0000 | policy_event_thread | 140419763661600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a38b2aec-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=a38b2d58-80e5-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-21T04:12:09+0000 | policy_event_thread | 140419763661600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a38b2aec-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=a38b2d58-80e5-11ed-b1d4-524e5aa20bc6 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:12:09+0000 | policy_event_thread | 140419763661600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a38b2aec-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=a38b2d58-80e5-11ed-b1d4-524e5aa20bc6 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:12:15+0000 | aai_event_thread | 140419762600736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9ac72f3c-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=9ac73130-80e5-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF AAI events.
2022-12-21T04:12:15+0000 | aai_event_thread | 140419762600736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a6b747f0-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=a6b749da-80e5-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-21T04:12:15+0000 | aai_event_thread | 140419762600736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a6b747f0-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=a6b749da-80e5-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:12:15+0000 | aai_event_thread | 140419762600736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a6b747f0-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=a6b749da-80e5-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:12:34+0000 | policy_event_thread | 140419763661600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a38b2aec-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=a38b2d58-80e5-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF activation/deactivation policy response events.
2022-12-21T04:12:34+0000 | policy_event_thread | 140419763661600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b275feba-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=b2760234-80e5-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-21T04:12:34+0000 | policy_event_thread | 140419763661600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b275feba-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=b2760234-80e5-11ed-b1d4-524e5aa20bc6 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:12:34+0000 | policy_event_thread | 140419763661600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b275feba-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=b2760234-80e5-11ed-b1d4-524e5aa20bc6 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:12:35+0000 | aai_event_thread | 140419762600736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a6b747f0-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=a6b749da-80e5-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF AAI events.
2022-12-21T04:12:35+0000 | aai_event_thread | 140419762600736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b2a76900-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=b2a77350-80e5-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-21T04:12:35+0000 | aai_event_thread | 140419762600736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b2a76900-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=b2a77350-80e5-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:12:35+0000 | aai_event_thread | 140419762600736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b2a76900-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=b2a77350-80e5-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:12:55+0000 | aai_event_thread | 140419762600736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b2a76900-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=b2a77350-80e5-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF AAI events.
2022-12-21T04:12:55+0000 | aai_event_thread | 140419762600736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=be97318c-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=be973394-80e5-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-21T04:12:55+0000 | aai_event_thread | 140419762600736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=be97318c-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=be973394-80e5-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:12:55+0000 | aai_event_thread | 140419762600736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=be97318c-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=be973394-80e5-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:12:59+0000 | policy_event_thread | 140419763661600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b275feba-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=b2760234-80e5-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF activation/deactivation policy response events.
2022-12-21T04:12:59+0000 | policy_event_thread | 140419763661600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c16123c8-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=c16125bc-80e5-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-21T04:12:59+0000 | policy_event_thread | 140419763661600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c16123c8-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=c16125bc-80e5-11ed-b1d4-524e5aa20bc6 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:12:59+0000 | policy_event_thread | 140419763661600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c16123c8-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=c16125bc-80e5-11ed-b1d4-524e5aa20bc6 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:13:15+0000 | aai_event_thread | 140419762600736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=be97318c-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=be973394-80e5-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF AAI events.
2022-12-21T04:13:15+0000 | aai_event_thread | 140419762600736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ca87f6c0-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=ca87f922-80e5-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-21T04:13:15+0000 | aai_event_thread | 140419762600736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ca87f6c0-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=ca87f922-80e5-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:13:15+0000 | aai_event_thread | 140419762600736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ca87f6c0-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=ca87f922-80e5-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:13:24+0000 | policy_event_thread | 140419763661600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c16123c8-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=c16125bc-80e5-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF activation/deactivation policy response events.
2022-12-21T04:13:24+0000 | policy_event_thread | 140419763661600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d04c1b40-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=d04c1d3e-80e5-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-21T04:13:24+0000 | policy_event_thread | 140419763661600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d04c1b40-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=d04c1d3e-80e5-11ed-b1d4-524e5aa20bc6 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:13:24+0000 | policy_event_thread | 140419763661600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d04c1b40-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=d04c1d3e-80e5-11ed-b1d4-524e5aa20bc6 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:13:35+0000 | aai_event_thread | 140419762600736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ca87f6c0-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=ca87f922-80e5-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF AAI events.
2022-12-21T04:13:35+0000 | aai_event_thread | 140419762600736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d678bd34-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=d678c04a-80e5-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-21T04:13:35+0000 | aai_event_thread | 140419762600736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d678bd34-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=d678c04a-80e5-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:13:35+0000 | aai_event_thread | 140419762600736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d678bd34-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=d678c04a-80e5-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:13:49+0000 | policy_event_thread | 140419763661600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d04c1b40-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=d04c1d3e-80e5-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF activation/deactivation policy response events.
2022-12-21T04:13:49+0000 | policy_event_thread | 140419763661600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=df37d6ee-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=df37da04-80e5-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-21T04:13:49+0000 | policy_event_thread | 140419763661600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=df37d6ee-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=df37da04-80e5-11ed-b1d4-524e5aa20bc6 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:13:49+0000 | policy_event_thread | 140419763661600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=df37d6ee-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=df37da04-80e5-11ed-b1d4-524e5aa20bc6 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:13:55+0000 | aai_event_thread | 140419762600736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d678bd34-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=d678c04a-80e5-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF AAI events.
2022-12-21T04:13:55+0000 | aai_event_thread | 140419762600736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e26c8ba2-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=e26c8da0-80e5-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-21T04:13:55+0000 | aai_event_thread | 140419762600736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e26c8ba2-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=e26c8da0-80e5-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:13:55+0000 | aai_event_thread | 140419762600736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e26c8ba2-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=e26c8da0-80e5-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:14:14+0000 | policy_event_thread | 140419763661600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=df37d6ee-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=df37da04-80e5-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF activation/deactivation policy response events.
2022-12-21T04:14:14+0000 | policy_event_thread | 140419763661600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ee23a87c-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=ee23ab38-80e5-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-21T04:14:14+0000 | policy_event_thread | 140419763661600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ee23a87c-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=ee23ab38-80e5-11ed-b1d4-524e5aa20bc6 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:14:14+0000 | policy_event_thread | 140419763661600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ee23a87c-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=ee23ab38-80e5-11ed-b1d4-524e5aa20bc6 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:14:15+0000 | aai_event_thread | 140419762600736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e26c8ba2-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=e26c8da0-80e5-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF AAI events.
2022-12-21T04:14:15+0000 | aai_event_thread | 140419762600736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ee5c5348-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=ee5c560e-80e5-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-21T04:14:15+0000 | aai_event_thread | 140419762600736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ee5c5348-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=ee5c560e-80e5-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:14:15+0000 | aai_event_thread | 140419762600736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ee5c5348-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=ee5c560e-80e5-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:14:35+0000 | aai_event_thread | 140419762600736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ee5c5348-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=ee5c560e-80e5-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF AAI events.
2022-12-21T04:14:35+0000 | aai_event_thread | 140419762600736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fa4d469e-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=fa4d4964-80e5-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-21T04:14:35+0000 | aai_event_thread | 140419762600736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fa4d469e-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=fa4d4964-80e5-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:14:35+0000 | aai_event_thread | 140419762600736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fa4d469e-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=fa4d4964-80e5-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:14:39+0000 | policy_event_thread | 140419763661600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ee23a87c-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=ee23ab38-80e5-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF activation/deactivation policy response events.
2022-12-21T04:14:39+0000 | policy_event_thread | 140419763661600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fd0eb8ae-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=fd0ebae8-80e5-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-21T04:14:40+0000 | policy_event_thread | 140419763661600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fd0eb8ae-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=fd0ebae8-80e5-11ed-b1d4-524e5aa20bc6 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:14:40+0000 | policy_event_thread | 140419763661600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fd0eb8ae-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=fd0ebae8-80e5-11ed-b1d4-524e5aa20bc6 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:14:55+0000 | aai_event_thread | 140419762600736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fa4d469e-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=fa4d4964-80e5-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF AAI events.
2022-12-21T04:14:55+0000 | aai_event_thread | 140419762600736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=063d8e32-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=063d90bc-80e6-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-21T04:14:55+0000 | aai_event_thread | 140419762600736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=063d8e32-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=063d90bc-80e6-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:14:55+0000 | aai_event_thread | 140419762600736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=063d8e32-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=063d90bc-80e6-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:15:05+0000 | policy_event_thread | 140419763661600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fd0eb8ae-80e5-11ed-b1d4-524e5aa20bc6 | InvocationID=fd0ebae8-80e5-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF activation/deactivation policy response events.
2022-12-21T04:15:05+0000 | policy_event_thread | 140419763661600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0bf965c6-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=0bf9695e-80e6-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-21T04:15:05+0000 | policy_event_thread | 140419763661600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0bf965c6-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=0bf9695e-80e6-11ed-b1d4-524e5aa20bc6 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:15:05+0000 | policy_event_thread | 140419763661600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0bf965c6-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=0bf9695e-80e6-11ed-b1d4-524e5aa20bc6 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:15:15+0000 | aai_event_thread | 140419762600736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=063d8e32-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=063d90bc-80e6-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF AAI events.
2022-12-21T04:15:15+0000 | aai_event_thread | 140419762600736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=122e73d2-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=122e75a8-80e6-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-21T04:15:15+0000 | aai_event_thread | 140419762600736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=122e73d2-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=122e75a8-80e6-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:15:15+0000 | aai_event_thread | 140419762600736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=122e73d2-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=122e75a8-80e6-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:15:30+0000 | policy_event_thread | 140419763661600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0bf965c6-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=0bf9695e-80e6-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF activation/deactivation policy response events.
2022-12-21T04:15:30+0000 | policy_event_thread | 140419763661600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1ae47602-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=1ae4780a-80e6-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-21T04:15:30+0000 | policy_event_thread | 140419763661600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1ae47602-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=1ae4780a-80e6-11ed-b1d4-524e5aa20bc6 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:15:30+0000 | policy_event_thread | 140419763661600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1ae47602-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=1ae4780a-80e6-11ed-b1d4-524e5aa20bc6 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:15:35+0000 | aai_event_thread | 140419762600736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=122e73d2-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=122e75a8-80e6-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF AAI events.
2022-12-21T04:15:35+0000 | aai_event_thread | 140419762600736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e1e23b8-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=1e1e2566-80e6-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-21T04:15:35+0000 | aai_event_thread | 140419762600736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e1e23b8-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=1e1e2566-80e6-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:15:35+0000 | aai_event_thread | 140419762600736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1e1e23b8-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=1e1e2566-80e6-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:15:55+0000 | policy_event_thread | 140419763661600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1ae47602-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=1ae4780a-80e6-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF activation/deactivation policy response events.
2022-12-21T04:15:55+0000 | policy_event_thread | 140419763661600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=29d210b6-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=29d2125a-80e6-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-21T04:15:55+0000 | policy_event_thread | 140419763661600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=29d210b6-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=29d2125a-80e6-11ed-b1d4-524e5aa20bc6 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:15:55+0000 | policy_event_thread | 140419763661600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=29d210b6-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=29d2125a-80e6-11ed-b1d4-524e5aa20bc6 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:15:55+0000 | aai_event_thread | 140419762600736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1e1e23b8-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=1e1e2566-80e6-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF AAI events.
2022-12-21T04:15:55+0000 | aai_event_thread | 140419762600736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2a0ee8f6-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=2a0eeafe-80e6-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-21T04:15:55+0000 | aai_event_thread | 140419762600736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2a0ee8f6-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=2a0eeafe-80e6-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:15:55+0000 | aai_event_thread | 140419762600736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2a0ee8f6-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=2a0eeafe-80e6-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:16:15+0000 | aai_event_thread | 140419762600736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2a0ee8f6-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=2a0eeafe-80e6-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF AAI events.
2022-12-21T04:16:15+0000 | aai_event_thread | 140419762600736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=35ffa844-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=35ffaa2e-80e6-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-21T04:16:15+0000 | aai_event_thread | 140419762600736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=35ffa844-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=35ffaa2e-80e6-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:16:15+0000 | aai_event_thread | 140419762600736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=35ffa844-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=35ffaa2e-80e6-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:16:20+0000 | policy_event_thread | 140419763661600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=29d210b6-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=29d2125a-80e6-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF activation/deactivation policy response events.
2022-12-21T04:16:20+0000 | policy_event_thread | 140419763661600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=38c1d1ba-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=38c1d35e-80e6-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-21T04:16:20+0000 | policy_event_thread | 140419763661600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=38c1d1ba-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=38c1d35e-80e6-11ed-b1d4-524e5aa20bc6 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:16:20+0000 | policy_event_thread | 140419763661600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=38c1d1ba-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=38c1d35e-80e6-11ed-b1d4-524e5aa20bc6 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:16:35+0000 | aai_event_thread | 140419762600736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=35ffa844-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=35ffaa2e-80e6-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF AAI events.
2022-12-21T04:16:35+0000 | aai_event_thread | 140419762600736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=41f02e76-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=41f03024-80e6-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-21T04:16:35+0000 | aai_event_thread | 140419762600736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=41f02e76-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=41f03024-80e6-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:16:35+0000 | aai_event_thread | 140419762600736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=41f02e76-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=41f03024-80e6-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:16:45+0000 | policy_event_thread | 140419763661600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=38c1d1ba-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=38c1d35e-80e6-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF activation/deactivation policy response events.
2022-12-21T04:16:45+0000 | policy_event_thread | 140419763661600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=47accf9a-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=47acd13e-80e6-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-21T04:16:45+0000 | policy_event_thread | 140419763661600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=47accf9a-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=47acd13e-80e6-11ed-b1d4-524e5aa20bc6 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:16:45+0000 | policy_event_thread | 140419763661600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=47accf9a-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=47acd13e-80e6-11ed-b1d4-524e5aa20bc6 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:16:55+0000 | aai_event_thread | 140419762600736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=41f02e76-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=41f03024-80e6-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF AAI events.
2022-12-21T04:16:55+0000 | aai_event_thread | 140419762600736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4de1f99e-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=4de1fb42-80e6-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-21T04:16:55+0000 | aai_event_thread | 140419762600736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4de1f99e-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=4de1fb42-80e6-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:16:55+0000 | aai_event_thread | 140419762600736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4de1f99e-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=4de1fb42-80e6-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:17:10+0000 | policy_event_thread | 140419763661600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=47accf9a-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=47acd13e-80e6-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF activation/deactivation policy response events.
2022-12-21T04:17:10+0000 | policy_event_thread | 140419763661600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=569848ae-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=56984ab6-80e6-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-21T04:17:10+0000 | policy_event_thread | 140419763661600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=569848ae-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=56984ab6-80e6-11ed-b1d4-524e5aa20bc6 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:17:10+0000 | policy_event_thread | 140419763661600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=569848ae-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=56984ab6-80e6-11ed-b1d4-524e5aa20bc6 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:17:15+0000 | aai_event_thread | 140419762600736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4de1f99e-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=4de1fb42-80e6-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF AAI events.
2022-12-21T04:17:15+0000 | aai_event_thread | 140419762600736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=59d41f02-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=59d42114-80e6-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-21T04:17:15+0000 | aai_event_thread | 140419762600736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=59d41f02-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=59d42114-80e6-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:17:15+0000 | aai_event_thread | 140419762600736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=59d41f02-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=59d42114-80e6-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:17:35+0000 | policy_event_thread | 140419763661600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=569848ae-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=56984ab6-80e6-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF activation/deactivation policy response events.
2022-12-21T04:17:35+0000 | policy_event_thread | 140419763661600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=65856cde-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=65856e8c-80e6-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-21T04:17:35+0000 | policy_event_thread | 140419763661600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=65856cde-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=65856e8c-80e6-11ed-b1d4-524e5aa20bc6 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:17:35+0000 | policy_event_thread | 140419763661600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=65856cde-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=65856e8c-80e6-11ed-b1d4-524e5aa20bc6 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:17:35+0000 | aai_event_thread | 140419762600736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=59d41f02-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=59d42114-80e6-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF AAI events.
2022-12-21T04:17:35+0000 | aai_event_thread | 140419762600736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=65c4e3a0-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=65c4e6e8-80e6-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-21T04:17:35+0000 | aai_event_thread | 140419762600736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=65c4e3a0-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=65c4e6e8-80e6-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:17:35+0000 | aai_event_thread | 140419762600736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=65c4e3a0-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=65c4e6e8-80e6-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:17:55+0000 | aai_event_thread | 140419762600736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=65c4e3a0-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=65c4e6e8-80e6-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF AAI events.
2022-12-21T04:17:55+0000 | aai_event_thread | 140419762600736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=71b5e3c6-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=71b5e68c-80e6-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-21T04:17:55+0000 | aai_event_thread | 140419762600736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=71b5e3c6-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=71b5e68c-80e6-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:17:55+0000 | aai_event_thread | 140419762600736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=71b5e3c6-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=71b5e68c-80e6-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:18:00+0000 | policy_event_thread | 140419763661600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=65856cde-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=65856e8c-80e6-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF activation/deactivation policy response events.
2022-12-21T04:18:00+0000 | policy_event_thread | 140419763661600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=74718cbe-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=74718eb2-80e6-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-21T04:18:00+0000 | policy_event_thread | 140419763661600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=74718cbe-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=74718eb2-80e6-11ed-b1d4-524e5aa20bc6 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:18:00+0000 | policy_event_thread | 140419763661600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=74718cbe-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=74718eb2-80e6-11ed-b1d4-524e5aa20bc6 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:18:15+0000 | aai_event_thread | 140419762600736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=71b5e3c6-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=71b5e68c-80e6-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF AAI events.
2022-12-21T04:18:15+0000 | aai_event_thread | 140419762600736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7da6f60c-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=7da6ffd0-80e6-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-21T04:18:15+0000 | aai_event_thread | 140419762600736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7da6f60c-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=7da6ffd0-80e6-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:18:15+0000 | aai_event_thread | 140419762600736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7da6f60c-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=7da6ffd0-80e6-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:18:25+0000 | policy_event_thread | 140419763661600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=74718cbe-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=74718eb2-80e6-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF activation/deactivation policy response events.
2022-12-21T04:18:25+0000 | policy_event_thread | 140419763661600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=835c79c8-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=835c7b6c-80e6-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-21T04:18:25+0000 | policy_event_thread | 140419763661600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=835c79c8-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=835c7b6c-80e6-11ed-b1d4-524e5aa20bc6 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:18:25+0000 | policy_event_thread | 140419763661600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=835c79c8-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=835c7b6c-80e6-11ed-b1d4-524e5aa20bc6 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:18:35+0000 | aai_event_thread | 140419762600736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7da6f60c-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=7da6ffd0-80e6-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF AAI events.
2022-12-21T04:18:35+0000 | aai_event_thread | 140419762600736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=89971e24-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=89972018-80e6-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-21T04:18:35+0000 | aai_event_thread | 140419762600736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=89971e24-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=89972018-80e6-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:18:35+0000 | aai_event_thread | 140419762600736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=89971e24-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=89972018-80e6-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:18:50+0000 | policy_event_thread | 140419763661600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=835c79c8-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=835c7b6c-80e6-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF activation/deactivation policy response events.
2022-12-21T04:18:50+0000 | policy_event_thread | 140419763661600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=92487acc-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=92487cc0-80e6-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-21T04:18:50+0000 | policy_event_thread | 140419763661600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=92487acc-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=92487cc0-80e6-11ed-b1d4-524e5aa20bc6 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:18:50+0000 | policy_event_thread | 140419763661600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=92487acc-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=92487cc0-80e6-11ed-b1d4-524e5aa20bc6 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:18:55+0000 | aai_event_thread | 140419762600736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=89971e24-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=89972018-80e6-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF AAI events.
2022-12-21T04:18:55+0000 | aai_event_thread | 140419762600736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=95872ce2-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=95872e90-80e6-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-21T04:18:55+0000 | aai_event_thread | 140419762600736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=95872ce2-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=95872e90-80e6-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:18:55+0000 | aai_event_thread | 140419762600736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=95872ce2-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=95872e90-80e6-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:19:15+0000 | policy_event_thread | 140419763661600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=92487acc-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=92487cc0-80e6-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF activation/deactivation policy response events.
2022-12-21T04:19:15+0000 | policy_event_thread | 140419763661600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a1339936-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=a133aade-80e6-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-21T04:19:15+0000 | policy_event_thread | 140419763661600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a1339936-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=a133aade-80e6-11ed-b1d4-524e5aa20bc6 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:19:15+0000 | policy_event_thread | 140419763661600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a1339936-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=a133aade-80e6-11ed-b1d4-524e5aa20bc6 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:19:15+0000 | aai_event_thread | 140419762600736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=95872ce2-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=95872e90-80e6-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF AAI events.
2022-12-21T04:19:15+0000 | aai_event_thread | 140419762600736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a177243a-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=a17726ce-80e6-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-21T04:19:15+0000 | aai_event_thread | 140419762600736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a177243a-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=a17726ce-80e6-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:19:15+0000 | aai_event_thread | 140419762600736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a177243a-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=a17726ce-80e6-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:19:35+0000 | aai_event_thread | 140419762600736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a177243a-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=a17726ce-80e6-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF AAI events.
2022-12-21T04:19:35+0000 | aai_event_thread | 140419762600736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ad6821b8-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=ad682690-80e6-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-21T04:19:35+0000 | aai_event_thread | 140419762600736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ad6821b8-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=ad682690-80e6-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:19:35+0000 | aai_event_thread | 140419762600736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ad6821b8-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=ad682690-80e6-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:19:40+0000 | policy_event_thread | 140419763661600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a1339936-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=a133aade-80e6-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF activation/deactivation policy response events.
2022-12-21T04:19:40+0000 | policy_event_thread | 140419763661600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b01fd89c-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=b01fdb1c-80e6-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-21T04:19:40+0000 | policy_event_thread | 140419763661600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b01fd89c-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=b01fdb1c-80e6-11ed-b1d4-524e5aa20bc6 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:19:40+0000 | policy_event_thread | 140419763661600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b01fd89c-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=b01fdb1c-80e6-11ed-b1d4-524e5aa20bc6 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:19:55+0000 | aai_event_thread | 140419762600736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ad6821b8-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=ad682690-80e6-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF AAI events.
2022-12-21T04:19:55+0000 | aai_event_thread | 140419762600736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b959af5a-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=b959b2e8-80e6-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-21T04:19:55+0000 | aai_event_thread | 140419762600736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b959af5a-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=b959b2e8-80e6-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:19:55+0000 | aai_event_thread | 140419762600736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b959af5a-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=b959b2e8-80e6-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:20:05+0000 | policy_event_thread | 140419763661600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b01fd89c-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=b01fdb1c-80e6-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF activation/deactivation policy response events.
2022-12-21T04:20:05+0000 | policy_event_thread | 140419763661600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bf0d3020-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=bf0d32b4-80e6-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-21T04:20:05+0000 | policy_event_thread | 140419763661600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bf0d3020-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=bf0d32b4-80e6-11ed-b1d4-524e5aa20bc6 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:20:05+0000 | policy_event_thread | 140419763661600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bf0d3020-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=bf0d32b4-80e6-11ed-b1d4-524e5aa20bc6 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:20:15+0000 | aai_event_thread | 140419762600736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b959af5a-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=b959b2e8-80e6-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF AAI events.
2022-12-21T04:20:15+0000 | aai_event_thread | 140419762600736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c54b7352-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=c54b765e-80e6-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-21T04:20:15+0000 | aai_event_thread | 140419762600736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c54b7352-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=c54b765e-80e6-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:20:15+0000 | aai_event_thread | 140419762600736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c54b7352-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=c54b765e-80e6-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:20:30+0000 | policy_event_thread | 140419763661600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bf0d3020-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=bf0d32b4-80e6-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF activation/deactivation policy response events.
2022-12-21T04:20:30+0000 | policy_event_thread | 140419763661600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cdf8705e-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=cdf87248-80e6-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-21T04:20:30+0000 | policy_event_thread | 140419763661600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cdf8705e-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=cdf87248-80e6-11ed-b1d4-524e5aa20bc6 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:20:30+0000 | policy_event_thread | 140419763661600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cdf8705e-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=cdf87248-80e6-11ed-b1d4-524e5aa20bc6 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:20:35+0000 | aai_event_thread | 140419762600736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c54b7352-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=c54b765e-80e6-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF AAI events.
2022-12-21T04:20:35+0000 | aai_event_thread | 140419762600736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d13c1400-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=d13c1752-80e6-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-21T04:20:35+0000 | aai_event_thread | 140419762600736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d13c1400-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=d13c1752-80e6-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:20:35+0000 | aai_event_thread | 140419762600736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d13c1400-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=d13c1752-80e6-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:20:55+0000 | policy_event_thread | 140419763661600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cdf8705e-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=cdf87248-80e6-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF activation/deactivation policy response events.
2022-12-21T04:20:55+0000 | policy_event_thread | 140419763661600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dce487ec-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=dce489ea-80e6-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-21T04:20:55+0000 | policy_event_thread | 140419763661600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dce487ec-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=dce489ea-80e6-11ed-b1d4-524e5aa20bc6 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:20:55+0000 | policy_event_thread | 140419763661600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dce487ec-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=dce489ea-80e6-11ed-b1d4-524e5aa20bc6 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:20:55+0000 | aai_event_thread | 140419762600736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d13c1400-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=d13c1752-80e6-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF AAI events.
2022-12-21T04:20:55+0000 | aai_event_thread | 140419762600736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dd2c6954-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=dd2c6af8-80e6-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-21T04:20:56+0000 | aai_event_thread | 140419762600736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dd2c6954-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=dd2c6af8-80e6-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:20:56+0000 | aai_event_thread | 140419762600736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dd2c6954-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=dd2c6af8-80e6-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:21:16+0000 | aai_event_thread | 140419762600736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dd2c6954-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=dd2c6af8-80e6-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF AAI events.
2022-12-21T04:21:16+0000 | aai_event_thread | 140419762600736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e91d7366-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=e91d760e-80e6-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-21T04:21:16+0000 | aai_event_thread | 140419762600736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e91d7366-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=e91d760e-80e6-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:21:16+0000 | aai_event_thread | 140419762600736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e91d7366-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=e91d760e-80e6-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:21:20+0000 | policy_event_thread | 140419763661600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dce487ec-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=dce489ea-80e6-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF activation/deactivation policy response events.
2022-12-21T04:21:20+0000 | policy_event_thread | 140419763661600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ebd0380a-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=ebd039b8-80e6-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-21T04:21:20+0000 | policy_event_thread | 140419763661600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ebd0380a-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=ebd039b8-80e6-11ed-b1d4-524e5aa20bc6 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:21:20+0000 | policy_event_thread | 140419763661600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ebd0380a-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=ebd039b8-80e6-11ed-b1d4-524e5aa20bc6 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:21:36+0000 | aai_event_thread | 140419762600736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e91d7366-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=e91d760e-80e6-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF AAI events.
2022-12-21T04:21:36+0000 | aai_event_thread | 140419762600736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f50ddf8a-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=f50de192-80e6-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-21T04:21:36+0000 | aai_event_thread | 140419762600736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f50ddf8a-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=f50de192-80e6-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:21:36+0000 | aai_event_thread | 140419762600736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f50ddf8a-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=f50de192-80e6-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:21:45+0000 | policy_event_thread | 140419763661600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ebd0380a-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=ebd039b8-80e6-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF activation/deactivation policy response events.
2022-12-21T04:21:45+0000 | policy_event_thread | 140419763661600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fabb4350-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=fabb454e-80e6-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-21T04:21:45+0000 | policy_event_thread | 140419763661600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fabb4350-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=fabb454e-80e6-11ed-b1d4-524e5aa20bc6 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:21:45+0000 | policy_event_thread | 140419763661600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fabb4350-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=fabb454e-80e6-11ed-b1d4-524e5aa20bc6 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:21:56+0000 | aai_event_thread | 140419762600736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f50ddf8a-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=f50de192-80e6-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF AAI events.
2022-12-21T04:21:56+0000 | aai_event_thread | 140419762600736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=00fdd476-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=00fdd62e-80e7-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-21T04:21:56+0000 | aai_event_thread | 140419762600736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=00fdd476-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=00fdd62e-80e7-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:21:56+0000 | aai_event_thread | 140419762600736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=00fdd476-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=00fdd62e-80e7-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:22:10+0000 | policy_event_thread | 140419763661600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fabb4350-80e6-11ed-b1d4-524e5aa20bc6 | InvocationID=fabb454e-80e6-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF activation/deactivation policy response events.
2022-12-21T04:22:10+0000 | policy_event_thread | 140419763661600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=09a72802-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=09a72a1e-80e7-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-21T04:22:10+0000 | policy_event_thread | 140419763661600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=09a72802-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=09a72a1e-80e7-11ed-b1d4-524e5aa20bc6 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:22:10+0000 | policy_event_thread | 140419763661600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=09a72802-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=09a72a1e-80e7-11ed-b1d4-524e5aa20bc6 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:22:16+0000 | aai_event_thread | 140419762600736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=00fdd476-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=00fdd62e-80e7-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF AAI events.
2022-12-21T04:22:16+0000 | aai_event_thread | 140419762600736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0ceeeb8a-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=0ceeed38-80e7-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-21T04:22:16+0000 | aai_event_thread | 140419762600736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0ceeeb8a-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=0ceeed38-80e7-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:22:16+0000 | aai_event_thread | 140419762600736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0ceeeb8a-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=0ceeed38-80e7-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:22:35+0000 | policy_event_thread | 140419763661600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=09a72802-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=09a72a1e-80e7-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF activation/deactivation policy response events.
2022-12-21T04:22:35+0000 | policy_event_thread | 140419763661600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=18923488-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=1892369a-80e7-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-21T04:22:35+0000 | policy_event_thread | 140419763661600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=18923488-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=1892369a-80e7-11ed-b1d4-524e5aa20bc6 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:22:35+0000 | policy_event_thread | 140419763661600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=18923488-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=1892369a-80e7-11ed-b1d4-524e5aa20bc6 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:22:36+0000 | aai_event_thread | 140419762600736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0ceeeb8a-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=0ceeed38-80e7-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF AAI events.
2022-12-21T04:22:36+0000 | aai_event_thread | 140419762600736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=18df614a-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=18df62ee-80e7-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-21T04:22:36+0000 | aai_event_thread | 140419762600736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=18df614a-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=18df62ee-80e7-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:22:36+0000 | aai_event_thread | 140419762600736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=18df614a-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=18df62ee-80e7-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:22:56+0000 | aai_event_thread | 140419762600736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=18df614a-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=18df62ee-80e7-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF AAI events.
2022-12-21T04:22:56+0000 | aai_event_thread | 140419762600736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=24cf43e4-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=24cf4592-80e7-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-21T04:22:56+0000 | aai_event_thread | 140419762600736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=24cf43e4-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=24cf4592-80e7-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:22:56+0000 | aai_event_thread | 140419762600736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=24cf43e4-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=24cf4592-80e7-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:23:00+0000 | policy_event_thread | 140419763661600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=18923488-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=1892369a-80e7-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF activation/deactivation policy response events.
2022-12-21T04:23:00+0000 | policy_event_thread | 140419763661600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=277d3f10-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=277d4104-80e7-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-21T04:23:00+0000 | policy_event_thread | 140419763661600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=277d3f10-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=277d4104-80e7-11ed-b1d4-524e5aa20bc6 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:23:00+0000 | policy_event_thread | 140419763661600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=277d3f10-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=277d4104-80e7-11ed-b1d4-524e5aa20bc6 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:23:16+0000 | aai_event_thread | 140419762600736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=24cf43e4-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=24cf4592-80e7-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF AAI events.
2022-12-21T04:23:16+0000 | aai_event_thread | 140419762600736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=30bfec8a-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=30bfee92-80e7-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-21T04:23:16+0000 | aai_event_thread | 140419762600736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=30bfec8a-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=30bfee92-80e7-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:23:16+0000 | aai_event_thread | 140419762600736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=30bfec8a-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=30bfee92-80e7-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:23:25+0000 | policy_event_thread | 140419763661600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=277d3f10-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=277d4104-80e7-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF activation/deactivation policy response events.
2022-12-21T04:23:25+0000 | policy_event_thread | 140419763661600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=36680a28-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=36680c80-80e7-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-21T04:23:25+0000 | policy_event_thread | 140419763661600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=36680a28-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=36680c80-80e7-11ed-b1d4-524e5aa20bc6 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:23:25+0000 | policy_event_thread | 140419763661600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=36680a28-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=36680c80-80e7-11ed-b1d4-524e5aa20bc6 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:23:36+0000 | aai_event_thread | 140419762600736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=30bfec8a-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=30bfee92-80e7-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF AAI events.
2022-12-21T04:23:36+0000 | aai_event_thread | 140419762600736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3cb3b6ca-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=3cb3b8be-80e7-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-21T04:23:36+0000 | aai_event_thread | 140419762600736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3cb3b6ca-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=3cb3b8be-80e7-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:23:36+0000 | aai_event_thread | 140419762600736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3cb3b6ca-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=3cb3b8be-80e7-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:23:50+0000 | policy_event_thread | 140419763661600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=36680a28-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=36680c80-80e7-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF activation/deactivation policy response events.
2022-12-21T04:23:50+0000 | policy_event_thread | 140419763661600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4555081a-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=455509be-80e7-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-21T04:23:50+0000 | policy_event_thread | 140419763661600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4555081a-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=455509be-80e7-11ed-b1d4-524e5aa20bc6 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:23:50+0000 | policy_event_thread | 140419763661600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4555081a-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=455509be-80e7-11ed-b1d4-524e5aa20bc6 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:23:56+0000 | aai_event_thread | 140419762600736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3cb3b6ca-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=3cb3b8be-80e7-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF AAI events.
2022-12-21T04:23:56+0000 | aai_event_thread | 140419762600736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=48a3702e-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=48a371c8-80e7-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-21T04:23:56+0000 | aai_event_thread | 140419762600736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=48a3702e-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=48a371c8-80e7-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:23:56+0000 | aai_event_thread | 140419762600736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=48a3702e-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=48a371c8-80e7-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:24:15+0000 | policy_event_thread | 140419763661600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4555081a-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=455509be-80e7-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF activation/deactivation policy response events.
2022-12-21T04:24:15+0000 | policy_event_thread | 140419763661600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5441621a-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=544163d2-80e7-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-21T04:24:15+0000 | policy_event_thread | 140419763661600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5441621a-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=544163d2-80e7-11ed-b1d4-524e5aa20bc6 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:24:15+0000 | policy_event_thread | 140419763661600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5441621a-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=544163d2-80e7-11ed-b1d4-524e5aa20bc6 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:24:16+0000 | aai_event_thread | 140419762600736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=48a3702e-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=48a371c8-80e7-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF AAI events.
2022-12-21T04:24:16+0000 | aai_event_thread | 140419762600736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=54931ff6-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=54932276-80e7-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-21T04:24:16+0000 | aai_event_thread | 140419762600736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=54931ff6-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=54932276-80e7-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:24:16+0000 | aai_event_thread | 140419762600736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=54931ff6-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=54932276-80e7-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:24:36+0000 | aai_event_thread | 140419762600736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=54931ff6-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=54932276-80e7-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF AAI events.
2022-12-21T04:24:36+0000 | aai_event_thread | 140419762600736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6082c564-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=6082c8de-80e7-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-21T04:24:36+0000 | aai_event_thread | 140419762600736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6082c564-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=6082c8de-80e7-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:24:36+0000 | aai_event_thread | 140419762600736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6082c564-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=6082c8de-80e7-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:24:40+0000 | policy_event_thread | 140419763661600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5441621a-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=544163d2-80e7-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF activation/deactivation policy response events.
2022-12-21T04:24:40+0000 | policy_event_thread | 140419763661600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=632d1ac6-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=632d2480-80e7-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-21T04:24:40+0000 | policy_event_thread | 140419763661600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=632d1ac6-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=632d2480-80e7-11ed-b1d4-524e5aa20bc6 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:24:40+0000 | policy_event_thread | 140419763661600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=632d1ac6-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=632d2480-80e7-11ed-b1d4-524e5aa20bc6 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:24:56+0000 | aai_event_thread | 140419762600736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6082c564-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=6082c8de-80e7-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF AAI events.
2022-12-21T04:24:56+0000 | aai_event_thread | 140419762600736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6c74ec94-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=6c74efdc-80e7-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-21T04:24:56+0000 | aai_event_thread | 140419762600736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6c74ec94-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=6c74efdc-80e7-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:24:56+0000 | aai_event_thread | 140419762600736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6c74ec94-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=6c74efdc-80e7-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:25:05+0000 | policy_event_thread | 140419763661600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=632d1ac6-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=632d2480-80e7-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF activation/deactivation policy response events.
2022-12-21T04:25:05+0000 | policy_event_thread | 140419763661600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=72189a10-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=72189c36-80e7-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-21T04:25:05+0000 | policy_event_thread | 140419763661600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=72189a10-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=72189c36-80e7-11ed-b1d4-524e5aa20bc6 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:25:05+0000 | policy_event_thread | 140419763661600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=72189a10-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=72189c36-80e7-11ed-b1d4-524e5aa20bc6 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:25:16+0000 | aai_event_thread | 140419762600736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6c74ec94-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=6c74efdc-80e7-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF AAI events.
2022-12-21T04:25:16+0000 | aai_event_thread | 140419762600736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=78652294-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=78652474-80e7-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-21T04:25:16+0000 | aai_event_thread | 140419762600736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=78652294-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=78652474-80e7-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:25:16+0000 | aai_event_thread | 140419762600736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=78652294-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=78652474-80e7-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:25:30+0000 | policy_event_thread | 140419763661600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=72189a10-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=72189c36-80e7-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF activation/deactivation policy response events.
2022-12-21T04:25:30+0000 | policy_event_thread | 140419763661600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=81037644-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=81037874-80e7-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-21T04:25:30+0000 | policy_event_thread | 140419763661600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=81037644-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=81037874-80e7-11ed-b1d4-524e5aa20bc6 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:25:30+0000 | policy_event_thread | 140419763661600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=81037644-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=81037874-80e7-11ed-b1d4-524e5aa20bc6 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:25:36+0000 | aai_event_thread | 140419762600736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=78652294-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=78652474-80e7-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF AAI events.
2022-12-21T04:25:36+0000 | aai_event_thread | 140419762600736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=845598e0-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=84559b42-80e7-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-21T04:25:36+0000 | aai_event_thread | 140419762600736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=845598e0-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=84559b42-80e7-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:25:36+0000 | aai_event_thread | 140419762600736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=845598e0-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=84559b42-80e7-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:25:55+0000 | policy_event_thread | 140419763661600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=81037644-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=81037874-80e7-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF activation/deactivation policy response events.
2022-12-21T04:25:55+0000 | policy_event_thread | 140419763661600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8fee4df0-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=8fee4fee-80e7-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-21T04:25:55+0000 | policy_event_thread | 140419763661600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8fee4df0-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=8fee4fee-80e7-11ed-b1d4-524e5aa20bc6 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:25:55+0000 | policy_event_thread | 140419763661600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8fee4df0-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=8fee4fee-80e7-11ed-b1d4-524e5aa20bc6 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:25:56+0000 | aai_event_thread | 140419762600736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=845598e0-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=84559b42-80e7-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF AAI events.
2022-12-21T04:25:56+0000 | aai_event_thread | 140419762600736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9046a630-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=9046a7d4-80e7-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-21T04:25:56+0000 | aai_event_thread | 140419762600736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9046a630-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=9046a7d4-80e7-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:25:56+0000 | aai_event_thread | 140419762600736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9046a630-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=9046a7d4-80e7-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:26:16+0000 | aai_event_thread | 140419762600736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9046a630-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=9046a7d4-80e7-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF AAI events.
2022-12-21T04:26:16+0000 | aai_event_thread | 140419762600736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9c37539a-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=9c3755de-80e7-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-21T04:26:16+0000 | aai_event_thread | 140419762600736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9c37539a-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=9c3755de-80e7-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:26:16+0000 | aai_event_thread | 140419762600736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9c37539a-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=9c3755de-80e7-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:26:20+0000 | policy_event_thread | 140419763661600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8fee4df0-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=8fee4fee-80e7-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF activation/deactivation policy response events.
2022-12-21T04:26:20+0000 | policy_event_thread | 140419763661600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9ee303e6-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=9ee3062a-80e7-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-21T04:26:21+0000 | policy_event_thread | 140419763661600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9ee303e6-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=9ee3062a-80e7-11ed-b1d4-524e5aa20bc6 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:26:21+0000 | policy_event_thread | 140419763661600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9ee303e6-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=9ee3062a-80e7-11ed-b1d4-524e5aa20bc6 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:26:36+0000 | aai_event_thread | 140419762600736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9c37539a-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=9c3755de-80e7-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF AAI events.
2022-12-21T04:26:36+0000 | aai_event_thread | 140419762600736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a827dfb2-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=a827e250-80e7-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-21T04:26:36+0000 | aai_event_thread | 140419762600736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a827dfb2-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=a827e250-80e7-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:26:36+0000 | aai_event_thread | 140419762600736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a827dfb2-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=a827e250-80e7-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:26:46+0000 | policy_event_thread | 140419763661600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9ee303e6-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=9ee3062a-80e7-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF activation/deactivation policy response events.
2022-12-21T04:26:46+0000 | policy_event_thread | 140419763661600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=adcdd200-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=adcdd3a4-80e7-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-21T04:26:46+0000 | policy_event_thread | 140419763661600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=adcdd200-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=adcdd3a4-80e7-11ed-b1d4-524e5aa20bc6 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:26:46+0000 | policy_event_thread | 140419763661600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=adcdd200-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=adcdd3a4-80e7-11ed-b1d4-524e5aa20bc6 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:26:56+0000 | aai_event_thread | 140419762600736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a827dfb2-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=a827e250-80e7-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF AAI events.
2022-12-21T04:26:56+0000 | aai_event_thread | 140419762600736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b419e28e-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=b419e40a-80e7-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-21T04:26:56+0000 | aai_event_thread | 140419762600736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b419e28e-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=b419e40a-80e7-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:26:56+0000 | aai_event_thread | 140419762600736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b419e28e-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=b419e40a-80e7-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:27:11+0000 | policy_event_thread | 140419763661600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=adcdd200-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=adcdd3a4-80e7-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF activation/deactivation policy response events.
2022-12-21T04:27:11+0000 | policy_event_thread | 140419763661600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bcb92aa8-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=bcb92c9c-80e7-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-21T04:27:11+0000 | policy_event_thread | 140419763661600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bcb92aa8-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=bcb92c9c-80e7-11ed-b1d4-524e5aa20bc6 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:27:11+0000 | policy_event_thread | 140419763661600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bcb92aa8-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=bcb92c9c-80e7-11ed-b1d4-524e5aa20bc6 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:27:16+0000 | aai_event_thread | 140419762600736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b419e28e-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=b419e40a-80e7-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF AAI events.
2022-12-21T04:27:16+0000 | aai_event_thread | 140419762600736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c00be24a-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=c00be4d4-80e7-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-21T04:27:16+0000 | aai_event_thread | 140419762600736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c00be24a-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=c00be4d4-80e7-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:27:16+0000 | aai_event_thread | 140419762600736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c00be24a-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=c00be4d4-80e7-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:27:36+0000 | policy_event_thread | 140419763661600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bcb92aa8-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=bcb92c9c-80e7-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF activation/deactivation policy response events.
2022-12-21T04:27:36+0000 | policy_event_thread | 140419763661600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cba46a3c-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=cba46c76-80e7-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-21T04:27:36+0000 | policy_event_thread | 140419763661600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cba46a3c-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=cba46c76-80e7-11ed-b1d4-524e5aa20bc6 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:27:36+0000 | policy_event_thread | 140419763661600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cba46a3c-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=cba46c76-80e7-11ed-b1d4-524e5aa20bc6 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:27:36+0000 | aai_event_thread | 140419762600736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c00be24a-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=c00be4d4-80e7-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF AAI events.
2022-12-21T04:27:36+0000 | aai_event_thread | 140419762600736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cbfbe078-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=cbfbe30c-80e7-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-21T04:27:36+0000 | aai_event_thread | 140419762600736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cbfbe078-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=cbfbe30c-80e7-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:27:36+0000 | aai_event_thread | 140419762600736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cbfbe078-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=cbfbe30c-80e7-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:27:56+0000 | aai_event_thread | 140419762600736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cbfbe078-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=cbfbe30c-80e7-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF AAI events.
2022-12-21T04:27:56+0000 | aai_event_thread | 140419762600736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d7eca34a-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=d7eca692-80e7-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-21T04:27:56+0000 | aai_event_thread | 140419762600736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d7eca34a-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=d7eca692-80e7-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:27:56+0000 | aai_event_thread | 140419762600736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d7eca34a-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=d7eca692-80e7-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:28:01+0000 | policy_event_thread | 140419763661600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cba46a3c-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=cba46c76-80e7-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF activation/deactivation policy response events.
2022-12-21T04:28:01+0000 | policy_event_thread | 140419763661600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=da900376-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=da900560-80e7-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-21T04:28:01+0000 | policy_event_thread | 140419763661600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=da900376-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=da900560-80e7-11ed-b1d4-524e5aa20bc6 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:28:01+0000 | policy_event_thread | 140419763661600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=da900376-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=da900560-80e7-11ed-b1d4-524e5aa20bc6 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:28:16+0000 | aai_event_thread | 140419762600736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d7eca34a-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=d7eca692-80e7-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF AAI events.
2022-12-21T04:28:16+0000 | aai_event_thread | 140419762600736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e3dcc3ec-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=e3dcc590-80e7-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-21T04:28:16+0000 | aai_event_thread | 140419762600736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e3dcc3ec-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=e3dcc590-80e7-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:28:16+0000 | aai_event_thread | 140419762600736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e3dcc3ec-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=e3dcc590-80e7-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:28:26+0000 | policy_event_thread | 140419763661600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=da900376-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=da900560-80e7-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF activation/deactivation policy response events.
2022-12-21T04:28:26+0000 | policy_event_thread | 140419763661600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e97a865e-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=e97a8802-80e7-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-21T04:28:26+0000 | policy_event_thread | 140419763661600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e97a865e-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=e97a8802-80e7-11ed-b1d4-524e5aa20bc6 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:28:26+0000 | policy_event_thread | 140419763661600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e97a865e-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=e97a8802-80e7-11ed-b1d4-524e5aa20bc6 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-21T04:28:36+0000 | aai_event_thread | 140419762600736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e3dcc3ec-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=e3dcc590-80e7-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF AAI events.
2022-12-21T04:28:36+0000 | aai_event_thread | 140419762600736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=efcd8538-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=efcd86e6-80e7-11ed-b1d4-524e5aa20bc6 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-21T04:28:36+0000 | aai_event_thread | 140419762600736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=efcd8538-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=efcd86e6-80e7-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:28:36+0000 | aai_event_thread | 140419762600736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=efcd8538-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=efcd86e6-80e7-11ed-b1d4-524e5aa20bc6 | 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
2022-12-21T04:28:51+0000 | policy_event_thread | 140419763661600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e97a865e-80e7-11ed-b1d4-524e5aa20bc6 | InvocationID=e97a8802-80e7-11ed-b1d4-524e5aa20bc6 | Polling MR for XNF activation/deactivation policy response events.
2022-12-21T04:28:51+0000 | policy_event_thread | 140419763661600 | INFO | pmsh_con