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-11-13T04:58:37+0000 | MainThread | 139789387738440 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Attempting to fetch PMSH Configuration from CBS.
2022-11-13T04:58:37+0000 | MainThread | 139789387738440 | 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-11-13T04:58:37+0000 | MainThread | 139789387738440 | INFO | pmsh_service_main | main | ServiceName= | RequestID= | InvocationID= | Start polling PMSH_CL_INPUT topic on DMaaP MR.
2022-11-13T04:58:37+0000 | policy_event_thread | 139789338061600 | INFO | policy_response_handler | poll_policy_topic | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF activation/deactivation policy response events.
2022-11-13T04:58:37+0000 | policy_event_thread | 139789338061600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d563b1fe-630f-11ed-951f-1626e6602ef8 | InvocationID=d563b47e-630f-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-13T04:58:37+0000 | aai_event_thread | 139789337000736 | INFO | aai_event_handler | execute | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF AAI events.
2022-11-13T04:58:37+0000 | aai_event_thread | 139789337000736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d5666598-630f-11ed-951f-1626e6602ef8 | InvocationID=d56666a6-630f-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-13T04:58:37+0000 | MainThread | 139789387738440 | INFO | __init__ | launch_api_server | ServiceName= | RequestID= | InvocationID= | Launching unsecure http API server
2022-11-13T04:58:37+0000 | policy_event_thread | 139789338061600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d563b1fe-630f-11ed-951f-1626e6602ef8 | InvocationID=d563b47e-630f-11ed-951f-1626e6602ef8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T04:58:37+0000 | policy_event_thread | 139789338061600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d563b1fe-630f-11ed-951f-1626e6602ef8 | InvocationID=d563b47e-630f-11ed-951f-1626e6602ef8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T04:58:37+0000 | aai_event_thread | 139789337000736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d5666598-630f-11ed-951f-1626e6602ef8 | InvocationID=d56666a6-630f-11ed-951f-1626e6602ef8 | 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-11-13T04:58:37+0000 | aai_event_thread | 139789337000736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d5666598-630f-11ed-951f-1626e6602ef8 | InvocationID=d56666a6-630f-11ed-951f-1626e6602ef8 | 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-11-13T04:58:57+0000 | aai_event_thread | 139789337000736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d5666598-630f-11ed-951f-1626e6602ef8 | InvocationID=d56666a6-630f-11ed-951f-1626e6602ef8 | Polling MR for XNF AAI events.
2022-11-13T04:58:57+0000 | aai_event_thread | 139789337000736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e196c600-630f-11ed-951f-1626e6602ef8 | InvocationID=e196c934-630f-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-13T04:58:57+0000 | aai_event_thread | 139789337000736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e196c600-630f-11ed-951f-1626e6602ef8 | InvocationID=e196c934-630f-11ed-951f-1626e6602ef8 | 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-11-13T04:58:57+0000 | aai_event_thread | 139789337000736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e196c600-630f-11ed-951f-1626e6602ef8 | InvocationID=e196c934-630f-11ed-951f-1626e6602ef8 | 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-11-13T04:59:02+0000 | policy_event_thread | 139789338061600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d563b1fe-630f-11ed-951f-1626e6602ef8 | InvocationID=d563b47e-630f-11ed-951f-1626e6602ef8 | Polling MR for XNF activation/deactivation policy response events.
2022-11-13T04:59:02+0000 | policy_event_thread | 139789338061600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e48e23bc-630f-11ed-951f-1626e6602ef8 | InvocationID=e48e2574-630f-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-13T04:59:02+0000 | policy_event_thread | 139789338061600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e48e23bc-630f-11ed-951f-1626e6602ef8 | InvocationID=e48e2574-630f-11ed-951f-1626e6602ef8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T04:59:02+0000 | policy_event_thread | 139789338061600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e48e23bc-630f-11ed-951f-1626e6602ef8 | InvocationID=e48e2574-630f-11ed-951f-1626e6602ef8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T04:59:17+0000 | aai_event_thread | 139789337000736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e196c600-630f-11ed-951f-1626e6602ef8 | InvocationID=e196c934-630f-11ed-951f-1626e6602ef8 | Polling MR for XNF AAI events.
2022-11-13T04:59:17+0000 | aai_event_thread | 139789337000736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ed8bc3fc-630f-11ed-951f-1626e6602ef8 | InvocationID=ed8bc60e-630f-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-13T04:59:17+0000 | aai_event_thread | 139789337000736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ed8bc3fc-630f-11ed-951f-1626e6602ef8 | InvocationID=ed8bc60e-630f-11ed-951f-1626e6602ef8 | 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-11-13T04:59:17+0000 | aai_event_thread | 139789337000736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ed8bc3fc-630f-11ed-951f-1626e6602ef8 | InvocationID=ed8bc60e-630f-11ed-951f-1626e6602ef8 | 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-11-13T04:59:27+0000 | policy_event_thread | 139789338061600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e48e23bc-630f-11ed-951f-1626e6602ef8 | InvocationID=e48e2574-630f-11ed-951f-1626e6602ef8 | Polling MR for XNF activation/deactivation policy response events.
2022-11-13T04:59:27+0000 | policy_event_thread | 139789338061600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f37aef04-630f-11ed-951f-1626e6602ef8 | InvocationID=f37af18e-630f-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-13T04:59:27+0000 | policy_event_thread | 139789338061600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f37aef04-630f-11ed-951f-1626e6602ef8 | InvocationID=f37af18e-630f-11ed-951f-1626e6602ef8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T04:59:27+0000 | policy_event_thread | 139789338061600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f37aef04-630f-11ed-951f-1626e6602ef8 | InvocationID=f37af18e-630f-11ed-951f-1626e6602ef8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T04:59:37+0000 | aai_event_thread | 139789337000736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ed8bc3fc-630f-11ed-951f-1626e6602ef8 | InvocationID=ed8bc60e-630f-11ed-951f-1626e6602ef8 | Polling MR for XNF AAI events.
2022-11-13T04:59:37+0000 | aai_event_thread | 139789337000736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f97cb48c-630f-11ed-951f-1626e6602ef8 | InvocationID=f97cb6f8-630f-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-13T04:59:37+0000 | aai_event_thread | 139789337000736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f97cb48c-630f-11ed-951f-1626e6602ef8 | InvocationID=f97cb6f8-630f-11ed-951f-1626e6602ef8 | 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-11-13T04:59:37+0000 | aai_event_thread | 139789337000736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f97cb48c-630f-11ed-951f-1626e6602ef8 | InvocationID=f97cb6f8-630f-11ed-951f-1626e6602ef8 | 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-11-13T04:59:52+0000 | policy_event_thread | 139789338061600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f37aef04-630f-11ed-951f-1626e6602ef8 | InvocationID=f37af18e-630f-11ed-951f-1626e6602ef8 | Polling MR for XNF activation/deactivation policy response events.
2022-11-13T04:59:52+0000 | policy_event_thread | 139789338061600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=02679f62-6310-11ed-951f-1626e6602ef8 | InvocationID=0267a188-6310-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-13T04:59:52+0000 | policy_event_thread | 139789338061600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=02679f62-6310-11ed-951f-1626e6602ef8 | InvocationID=0267a188-6310-11ed-951f-1626e6602ef8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T04:59:52+0000 | policy_event_thread | 139789338061600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=02679f62-6310-11ed-951f-1626e6602ef8 | InvocationID=0267a188-6310-11ed-951f-1626e6602ef8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T04:59:57+0000 | aai_event_thread | 139789337000736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f97cb48c-630f-11ed-951f-1626e6602ef8 | InvocationID=f97cb6f8-630f-11ed-951f-1626e6602ef8 | Polling MR for XNF AAI events.
2022-11-13T04:59:57+0000 | aai_event_thread | 139789337000736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=056c5996-6310-11ed-951f-1626e6602ef8 | InvocationID=056c5c16-6310-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-13T04:59:58+0000 | aai_event_thread | 139789337000736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=056c5996-6310-11ed-951f-1626e6602ef8 | InvocationID=056c5c16-6310-11ed-951f-1626e6602ef8 | 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-11-13T04:59:58+0000 | aai_event_thread | 139789337000736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=056c5996-6310-11ed-951f-1626e6602ef8 | InvocationID=056c5c16-6310-11ed-951f-1626e6602ef8 | 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-11-13T05:00:17+0000 | policy_event_thread | 139789338061600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=02679f62-6310-11ed-951f-1626e6602ef8 | InvocationID=0267a188-6310-11ed-951f-1626e6602ef8 | Polling MR for XNF activation/deactivation policy response events.
2022-11-13T05:00:17+0000 | policy_event_thread | 139789338061600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1152eee6-6310-11ed-951f-1626e6602ef8 | InvocationID=1152f88c-6310-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-13T05:00:17+0000 | policy_event_thread | 139789338061600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1152eee6-6310-11ed-951f-1626e6602ef8 | InvocationID=1152f88c-6310-11ed-951f-1626e6602ef8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:00:17+0000 | policy_event_thread | 139789338061600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1152eee6-6310-11ed-951f-1626e6602ef8 | InvocationID=1152f88c-6310-11ed-951f-1626e6602ef8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:00:18+0000 | aai_event_thread | 139789337000736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=056c5996-6310-11ed-951f-1626e6602ef8 | InvocationID=056c5c16-6310-11ed-951f-1626e6602ef8 | Polling MR for XNF AAI events.
2022-11-13T05:00:18+0000 | aai_event_thread | 139789337000736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=11618a6e-6310-11ed-951f-1626e6602ef8 | InvocationID=11618c08-6310-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-13T05:00:18+0000 | aai_event_thread | 139789337000736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=11618a6e-6310-11ed-951f-1626e6602ef8 | InvocationID=11618c08-6310-11ed-951f-1626e6602ef8 | 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-11-13T05:00:18+0000 | aai_event_thread | 139789337000736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=11618a6e-6310-11ed-951f-1626e6602ef8 | InvocationID=11618c08-6310-11ed-951f-1626e6602ef8 | 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-11-13T05:00:38+0000 | aai_event_thread | 139789337000736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=11618a6e-6310-11ed-951f-1626e6602ef8 | InvocationID=11618c08-6310-11ed-951f-1626e6602ef8 | Polling MR for XNF AAI events.
2022-11-13T05:00:38+0000 | aai_event_thread | 139789337000736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1d52fe7a-6310-11ed-951f-1626e6602ef8 | InvocationID=1d530078-6310-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-13T05:00:38+0000 | aai_event_thread | 139789337000736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1d52fe7a-6310-11ed-951f-1626e6602ef8 | InvocationID=1d530078-6310-11ed-951f-1626e6602ef8 | 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-11-13T05:00:38+0000 | aai_event_thread | 139789337000736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1d52fe7a-6310-11ed-951f-1626e6602ef8 | InvocationID=1d530078-6310-11ed-951f-1626e6602ef8 | 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-11-13T05:00:42+0000 | policy_event_thread | 139789338061600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1152eee6-6310-11ed-951f-1626e6602ef8 | InvocationID=1152f88c-6310-11ed-951f-1626e6602ef8 | Polling MR for XNF activation/deactivation policy response events.
2022-11-13T05:00:42+0000 | policy_event_thread | 139789338061600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=203dfec8-6310-11ed-951f-1626e6602ef8 | InvocationID=203e01de-6310-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-13T05:00:43+0000 | policy_event_thread | 139789338061600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=203dfec8-6310-11ed-951f-1626e6602ef8 | InvocationID=203e01de-6310-11ed-951f-1626e6602ef8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:00:43+0000 | policy_event_thread | 139789338061600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=203dfec8-6310-11ed-951f-1626e6602ef8 | InvocationID=203e01de-6310-11ed-951f-1626e6602ef8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:00:58+0000 | aai_event_thread | 139789337000736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1d52fe7a-6310-11ed-951f-1626e6602ef8 | InvocationID=1d530078-6310-11ed-951f-1626e6602ef8 | Polling MR for XNF AAI events.
2022-11-13T05:00:58+0000 | aai_event_thread | 139789337000736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=294365bc-6310-11ed-951f-1626e6602ef8 | InvocationID=294369b8-6310-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-13T05:00:58+0000 | aai_event_thread | 139789337000736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=294365bc-6310-11ed-951f-1626e6602ef8 | InvocationID=294369b8-6310-11ed-951f-1626e6602ef8 | 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-11-13T05:00:58+0000 | aai_event_thread | 139789337000736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=294365bc-6310-11ed-951f-1626e6602ef8 | InvocationID=294369b8-6310-11ed-951f-1626e6602ef8 | 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-11-13T05:01:08+0000 | policy_event_thread | 139789338061600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=203dfec8-6310-11ed-951f-1626e6602ef8 | InvocationID=203e01de-6310-11ed-951f-1626e6602ef8 | Polling MR for XNF activation/deactivation policy response events.
2022-11-13T05:01:08+0000 | policy_event_thread | 139789338061600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2f2c7536-6310-11ed-951f-1626e6602ef8 | InvocationID=2f2c789c-6310-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-13T05:01:08+0000 | policy_event_thread | 139789338061600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2f2c7536-6310-11ed-951f-1626e6602ef8 | InvocationID=2f2c789c-6310-11ed-951f-1626e6602ef8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:01:08+0000 | policy_event_thread | 139789338061600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2f2c7536-6310-11ed-951f-1626e6602ef8 | InvocationID=2f2c789c-6310-11ed-951f-1626e6602ef8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:01:18+0000 | aai_event_thread | 139789337000736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=294365bc-6310-11ed-951f-1626e6602ef8 | InvocationID=294369b8-6310-11ed-951f-1626e6602ef8 | Polling MR for XNF AAI events.
2022-11-13T05:01:18+0000 | aai_event_thread | 139789337000736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=35343e0a-6310-11ed-951f-1626e6602ef8 | InvocationID=35344030-6310-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-13T05:01:18+0000 | aai_event_thread | 139789337000736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=35343e0a-6310-11ed-951f-1626e6602ef8 | InvocationID=35344030-6310-11ed-951f-1626e6602ef8 | 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-11-13T05:01:18+0000 | aai_event_thread | 139789337000736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=35343e0a-6310-11ed-951f-1626e6602ef8 | InvocationID=35344030-6310-11ed-951f-1626e6602ef8 | 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-11-13T05:01:33+0000 | policy_event_thread | 139789338061600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2f2c7536-6310-11ed-951f-1626e6602ef8 | InvocationID=2f2c789c-6310-11ed-951f-1626e6602ef8 | Polling MR for XNF activation/deactivation policy response events.
2022-11-13T05:01:33+0000 | policy_event_thread | 139789338061600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3e19bad6-6310-11ed-951f-1626e6602ef8 | InvocationID=3e19c080-6310-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-13T05:01:33+0000 | policy_event_thread | 139789338061600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3e19bad6-6310-11ed-951f-1626e6602ef8 | InvocationID=3e19c080-6310-11ed-951f-1626e6602ef8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:01:33+0000 | policy_event_thread | 139789338061600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3e19bad6-6310-11ed-951f-1626e6602ef8 | InvocationID=3e19c080-6310-11ed-951f-1626e6602ef8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:01:38+0000 | aai_event_thread | 139789337000736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=35343e0a-6310-11ed-951f-1626e6602ef8 | InvocationID=35344030-6310-11ed-951f-1626e6602ef8 | Polling MR for XNF AAI events.
2022-11-13T05:01:38+0000 | aai_event_thread | 139789337000736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4127215a-6310-11ed-951f-1626e6602ef8 | InvocationID=41272416-6310-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-13T05:01:38+0000 | aai_event_thread | 139789337000736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4127215a-6310-11ed-951f-1626e6602ef8 | InvocationID=41272416-6310-11ed-951f-1626e6602ef8 | 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-11-13T05:01:38+0000 | aai_event_thread | 139789337000736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4127215a-6310-11ed-951f-1626e6602ef8 | InvocationID=41272416-6310-11ed-951f-1626e6602ef8 | 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-11-13T05:01:58+0000 | policy_event_thread | 139789338061600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3e19bad6-6310-11ed-951f-1626e6602ef8 | InvocationID=3e19c080-6310-11ed-951f-1626e6602ef8 | Polling MR for XNF activation/deactivation policy response events.
2022-11-13T05:01:58+0000 | policy_event_thread | 139789338061600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4d04deae-6310-11ed-951f-1626e6602ef8 | InvocationID=4d04e110-6310-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-13T05:01:58+0000 | policy_event_thread | 139789338061600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4d04deae-6310-11ed-951f-1626e6602ef8 | InvocationID=4d04e110-6310-11ed-951f-1626e6602ef8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:01:58+0000 | policy_event_thread | 139789338061600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4d04deae-6310-11ed-951f-1626e6602ef8 | InvocationID=4d04e110-6310-11ed-951f-1626e6602ef8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:01:58+0000 | aai_event_thread | 139789337000736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4127215a-6310-11ed-951f-1626e6602ef8 | InvocationID=41272416-6310-11ed-951f-1626e6602ef8 | Polling MR for XNF AAI events.
2022-11-13T05:01:58+0000 | aai_event_thread | 139789337000736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4d16d104-6310-11ed-951f-1626e6602ef8 | InvocationID=4d16d3ac-6310-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-13T05:01:58+0000 | aai_event_thread | 139789337000736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4d16d104-6310-11ed-951f-1626e6602ef8 | InvocationID=4d16d3ac-6310-11ed-951f-1626e6602ef8 | 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-11-13T05:01:58+0000 | aai_event_thread | 139789337000736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4d16d104-6310-11ed-951f-1626e6602ef8 | InvocationID=4d16d3ac-6310-11ed-951f-1626e6602ef8 | 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-11-13T05:02:18+0000 | aai_event_thread | 139789337000736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4d16d104-6310-11ed-951f-1626e6602ef8 | InvocationID=4d16d3ac-6310-11ed-951f-1626e6602ef8 | Polling MR for XNF AAI events.
2022-11-13T05:02:18+0000 | aai_event_thread | 139789337000736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5906bf9c-6310-11ed-951f-1626e6602ef8 | InvocationID=5906ca64-6310-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-13T05:02:18+0000 | aai_event_thread | 139789337000736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5906bf9c-6310-11ed-951f-1626e6602ef8 | InvocationID=5906ca64-6310-11ed-951f-1626e6602ef8 | 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-11-13T05:02:18+0000 | aai_event_thread | 139789337000736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5906bf9c-6310-11ed-951f-1626e6602ef8 | InvocationID=5906ca64-6310-11ed-951f-1626e6602ef8 | 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-11-13T05:02:23+0000 | policy_event_thread | 139789338061600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4d04deae-6310-11ed-951f-1626e6602ef8 | InvocationID=4d04e110-6310-11ed-951f-1626e6602ef8 | Polling MR for XNF activation/deactivation policy response events.
2022-11-13T05:02:23+0000 | policy_event_thread | 139789338061600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5befc5f0-6310-11ed-951f-1626e6602ef8 | InvocationID=5befc7a8-6310-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-13T05:02:23+0000 | policy_event_thread | 139789338061600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5befc5f0-6310-11ed-951f-1626e6602ef8 | InvocationID=5befc7a8-6310-11ed-951f-1626e6602ef8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:02:23+0000 | policy_event_thread | 139789338061600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5befc5f0-6310-11ed-951f-1626e6602ef8 | InvocationID=5befc7a8-6310-11ed-951f-1626e6602ef8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:02:38+0000 | aai_event_thread | 139789337000736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5906bf9c-6310-11ed-951f-1626e6602ef8 | InvocationID=5906ca64-6310-11ed-951f-1626e6602ef8 | Polling MR for XNF AAI events.
2022-11-13T05:02:38+0000 | aai_event_thread | 139789337000736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=64f6be38-6310-11ed-951f-1626e6602ef8 | InvocationID=64f6c0e0-6310-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-13T05:02:38+0000 | aai_event_thread | 139789337000736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=64f6be38-6310-11ed-951f-1626e6602ef8 | InvocationID=64f6c0e0-6310-11ed-951f-1626e6602ef8 | 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-11-13T05:02:38+0000 | aai_event_thread | 139789337000736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=64f6be38-6310-11ed-951f-1626e6602ef8 | InvocationID=64f6c0e0-6310-11ed-951f-1626e6602ef8 | 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-11-13T05:02:48+0000 | policy_event_thread | 139789338061600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5befc5f0-6310-11ed-951f-1626e6602ef8 | InvocationID=5befc7a8-6310-11ed-951f-1626e6602ef8 | Polling MR for XNF activation/deactivation policy response events.
2022-11-13T05:02:48+0000 | policy_event_thread | 139789338061600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6ada7cc2-6310-11ed-951f-1626e6602ef8 | InvocationID=6ada7e84-6310-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-13T05:02:48+0000 | policy_event_thread | 139789338061600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6ada7cc2-6310-11ed-951f-1626e6602ef8 | InvocationID=6ada7e84-6310-11ed-951f-1626e6602ef8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:02:48+0000 | policy_event_thread | 139789338061600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6ada7cc2-6310-11ed-951f-1626e6602ef8 | InvocationID=6ada7e84-6310-11ed-951f-1626e6602ef8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:02:58+0000 | aai_event_thread | 139789337000736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=64f6be38-6310-11ed-951f-1626e6602ef8 | InvocationID=64f6c0e0-6310-11ed-951f-1626e6602ef8 | Polling MR for XNF AAI events.
2022-11-13T05:02:58+0000 | aai_event_thread | 139789337000736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=70e714d6-6310-11ed-951f-1626e6602ef8 | InvocationID=70e716c0-6310-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-13T05:02:58+0000 | aai_event_thread | 139789337000736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=70e714d6-6310-11ed-951f-1626e6602ef8 | InvocationID=70e716c0-6310-11ed-951f-1626e6602ef8 | 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-11-13T05:02:58+0000 | aai_event_thread | 139789337000736 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=70e714d6-6310-11ed-951f-1626e6602ef8 | InvocationID=70e716c0-6310-11ed-951f-1626e6602ef8 | 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-11-13T05:03:13+0000 | policy_event_thread | 139789338061600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6ada7cc2-6310-11ed-951f-1626e6602ef8 | InvocationID=6ada7e84-6310-11ed-951f-1626e6602ef8 | Polling MR for XNF activation/deactivation policy response events.
2022-11-13T05:03:13+0000 | policy_event_thread | 139789338061600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=79c53ec0-6310-11ed-951f-1626e6602ef8 | InvocationID=79c5414a-6310-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-13T05:03:13+0000 | policy_event_thread | 139789338061600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=79c53ec0-6310-11ed-951f-1626e6602ef8 | InvocationID=79c5414a-6310-11ed-951f-1626e6602ef8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:03:13+0000 | policy_event_thread | 139789338061600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=79c53ec0-6310-11ed-951f-1626e6602ef8 | InvocationID=79c5414a-6310-11ed-951f-1626e6602ef8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:03:18+0000 | aai_event_thread | 139789337000736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=70e714d6-6310-11ed-951f-1626e6602ef8 | InvocationID=70e716c0-6310-11ed-951f-1626e6602ef8 | Polling MR for XNF AAI events.
2022-11-13T05:03:18+0000 | aai_event_thread | 139789337000736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7cd8237a-6310-11ed-951f-1626e6602ef8 | InvocationID=7cd82b72-6310-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-13T05:03:38+0000 | policy_event_thread | 139789338061600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=79c53ec0-6310-11ed-951f-1626e6602ef8 | InvocationID=79c5414a-6310-11ed-951f-1626e6602ef8 | Polling MR for XNF activation/deactivation policy response events.
2022-11-13T05:03:38+0000 | policy_event_thread | 139789338061600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=88b030c0-6310-11ed-951f-1626e6602ef8 | InvocationID=88b032dc-6310-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-13T05:03:38+0000 | policy_event_thread | 139789338061600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=88b030c0-6310-11ed-951f-1626e6602ef8 | InvocationID=88b032dc-6310-11ed-951f-1626e6602ef8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:03:38+0000 | policy_event_thread | 139789338061600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=88b030c0-6310-11ed-951f-1626e6602ef8 | InvocationID=88b032dc-6310-11ed-951f-1626e6602ef8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:03:42+0000 | aai_event_thread | 139789337000736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7cd8237a-6310-11ed-951f-1626e6602ef8 | InvocationID=7cd82b72-6310-11ed-951f-1626e6602ef8 | Polling MR for XNF AAI events.
2022-11-13T05:03:42+0000 | aai_event_thread | 139789337000736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8b69ec70-6310-11ed-951f-1626e6602ef8 | InvocationID=8b69ee28-6310-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-13T05:04:02+0000 | aai_event_thread | 139789337000736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8b69ec70-6310-11ed-951f-1626e6602ef8 | InvocationID=8b69ee28-6310-11ed-951f-1626e6602ef8 | Polling MR for XNF AAI events.
2022-11-13T05:04:02+0000 | aai_event_thread | 139789337000736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=975cf1b2-6310-11ed-951f-1626e6602ef8 | InvocationID=975cf374-6310-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-13T05:04:03+0000 | policy_event_thread | 139789338061600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=88b030c0-6310-11ed-951f-1626e6602ef8 | InvocationID=88b032dc-6310-11ed-951f-1626e6602ef8 | Polling MR for XNF activation/deactivation policy response events.
2022-11-13T05:04:03+0000 | policy_event_thread | 139789338061600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=979b62ee-6310-11ed-951f-1626e6602ef8 | InvocationID=979b6596-6310-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-13T05:04:03+0000 | policy_event_thread | 139789338061600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=979b62ee-6310-11ed-951f-1626e6602ef8 | InvocationID=979b6596-6310-11ed-951f-1626e6602ef8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:04:03+0000 | policy_event_thread | 139789338061600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=979b62ee-6310-11ed-951f-1626e6602ef8 | InvocationID=979b6596-6310-11ed-951f-1626e6602ef8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:04:22+0000 | aai_event_thread | 139789337000736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=975cf1b2-6310-11ed-951f-1626e6602ef8 | InvocationID=975cf374-6310-11ed-951f-1626e6602ef8 | Polling MR for XNF AAI events.
2022-11-13T05:04:22+0000 | aai_event_thread | 139789337000736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a350c6f6-6310-11ed-951f-1626e6602ef8 | InvocationID=a350c8ea-6310-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-13T05:04:28+0000 | policy_event_thread | 139789338061600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=979b62ee-6310-11ed-951f-1626e6602ef8 | InvocationID=979b6596-6310-11ed-951f-1626e6602ef8 | Polling MR for XNF activation/deactivation policy response events.
2022-11-13T05:04:28+0000 | policy_event_thread | 139789338061600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a68629b0-6310-11ed-951f-1626e6602ef8 | InvocationID=a6862c1c-6310-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-13T05:04:28+0000 | policy_event_thread | 139789338061600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a68629b0-6310-11ed-951f-1626e6602ef8 | InvocationID=a6862c1c-6310-11ed-951f-1626e6602ef8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:04:28+0000 | policy_event_thread | 139789338061600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a68629b0-6310-11ed-951f-1626e6602ef8 | InvocationID=a6862c1c-6310-11ed-951f-1626e6602ef8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:04:43+0000 | aai_event_thread | 139789337000736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a350c6f6-6310-11ed-951f-1626e6602ef8 | InvocationID=a350c8ea-6310-11ed-951f-1626e6602ef8 | Polling MR for XNF AAI events.
2022-11-13T05:04:43+0000 | aai_event_thread | 139789337000736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=af525672-6310-11ed-951f-1626e6602ef8 | InvocationID=af526298-6310-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-13T05:04:53+0000 | policy_event_thread | 139789338061600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a68629b0-6310-11ed-951f-1626e6602ef8 | InvocationID=a6862c1c-6310-11ed-951f-1626e6602ef8 | Polling MR for XNF activation/deactivation policy response events.
2022-11-13T05:04:53+0000 | policy_event_thread | 139789338061600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b57248e6-6310-11ed-951f-1626e6602ef8 | InvocationID=b572525a-6310-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-13T05:04:53+0000 | policy_event_thread | 139789338061600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b57248e6-6310-11ed-951f-1626e6602ef8 | InvocationID=b572525a-6310-11ed-951f-1626e6602ef8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:04:53+0000 | policy_event_thread | 139789338061600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b57248e6-6310-11ed-951f-1626e6602ef8 | InvocationID=b572525a-6310-11ed-951f-1626e6602ef8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:05:03+0000 | aai_event_thread | 139789337000736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=af525672-6310-11ed-951f-1626e6602ef8 | InvocationID=af526298-6310-11ed-951f-1626e6602ef8 | Polling MR for XNF AAI events.
2022-11-13T05:05:03+0000 | aai_event_thread | 139789337000736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bb92e6f4-6310-11ed-951f-1626e6602ef8 | InvocationID=bb92ea14-6310-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-13T05:05:18+0000 | policy_event_thread | 139789338061600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b57248e6-6310-11ed-951f-1626e6602ef8 | InvocationID=b572525a-6310-11ed-951f-1626e6602ef8 | Polling MR for XNF activation/deactivation policy response events.
2022-11-13T05:05:18+0000 | policy_event_thread | 139789338061600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c45e07b4-6310-11ed-951f-1626e6602ef8 | InvocationID=c45e0a8e-6310-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-13T05:05:18+0000 | policy_event_thread | 139789338061600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c45e07b4-6310-11ed-951f-1626e6602ef8 | InvocationID=c45e0a8e-6310-11ed-951f-1626e6602ef8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:05:18+0000 | policy_event_thread | 139789338061600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c45e07b4-6310-11ed-951f-1626e6602ef8 | InvocationID=c45e0a8e-6310-11ed-951f-1626e6602ef8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:05:28+0000 | aai_event_thread | 139789337000736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bb92e6f4-6310-11ed-951f-1626e6602ef8 | InvocationID=bb92ea14-6310-11ed-951f-1626e6602ef8 | Polling MR for XNF AAI events.
2022-11-13T05:05:28+0000 | aai_event_thread | 139789337000736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ca56e96a-6310-11ed-951f-1626e6602ef8 | InvocationID=ca56ee38-6310-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-13T05:05:43+0000 | policy_event_thread | 139789338061600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c45e07b4-6310-11ed-951f-1626e6602ef8 | InvocationID=c45e0a8e-6310-11ed-951f-1626e6602ef8 | Polling MR for XNF activation/deactivation policy response events.
2022-11-13T05:05:43+0000 | policy_event_thread | 139789338061600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d34960e8-6310-11ed-951f-1626e6602ef8 | InvocationID=d3496340-6310-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-13T05:05:43+0000 | policy_event_thread | 139789338061600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d34960e8-6310-11ed-951f-1626e6602ef8 | InvocationID=d3496340-6310-11ed-951f-1626e6602ef8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:05:43+0000 | policy_event_thread | 139789338061600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d34960e8-6310-11ed-951f-1626e6602ef8 | InvocationID=d3496340-6310-11ed-951f-1626e6602ef8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:05:53+0000 | aai_event_thread | 139789337000736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ca56e96a-6310-11ed-951f-1626e6602ef8 | InvocationID=ca56ee38-6310-11ed-951f-1626e6602ef8 | Polling MR for XNF AAI events.
2022-11-13T05:05:53+0000 | aai_event_thread | 139789337000736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d91870c2-6310-11ed-951f-1626e6602ef8 | InvocationID=d918727a-6310-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-13T05:06:08+0000 | policy_event_thread | 139789338061600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d34960e8-6310-11ed-951f-1626e6602ef8 | InvocationID=d3496340-6310-11ed-951f-1626e6602ef8 | Polling MR for XNF activation/deactivation policy response events.
2022-11-13T05:06:08+0000 | policy_event_thread | 139789338061600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e234c908-6310-11ed-951f-1626e6602ef8 | InvocationID=e234cb06-6310-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-13T05:06:08+0000 | policy_event_thread | 139789338061600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e234c908-6310-11ed-951f-1626e6602ef8 | InvocationID=e234cb06-6310-11ed-951f-1626e6602ef8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:06:08+0000 | policy_event_thread | 139789338061600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e234c908-6310-11ed-951f-1626e6602ef8 | InvocationID=e234cb06-6310-11ed-951f-1626e6602ef8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:06:17+0000 | aai_event_thread | 139789337000736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d91870c2-6310-11ed-951f-1626e6602ef8 | InvocationID=d918727a-6310-11ed-951f-1626e6602ef8 | Polling MR for XNF AAI events.
2022-11-13T05:06:17+0000 | aai_event_thread | 139789337000736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e7ddf528-6310-11ed-951f-1626e6602ef8 | InvocationID=e7de009a-6310-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-13T05:06:33+0000 | policy_event_thread | 139789338061600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e234c908-6310-11ed-951f-1626e6602ef8 | InvocationID=e234cb06-6310-11ed-951f-1626e6602ef8 | Polling MR for XNF activation/deactivation policy response events.
2022-11-13T05:06:33+0000 | policy_event_thread | 139789338061600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f12118ea-6310-11ed-951f-1626e6602ef8 | InvocationID=f1211ac0-6310-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-13T05:06:33+0000 | policy_event_thread | 139789338061600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f12118ea-6310-11ed-951f-1626e6602ef8 | InvocationID=f1211ac0-6310-11ed-951f-1626e6602ef8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:06:33+0000 | policy_event_thread | 139789338061600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f12118ea-6310-11ed-951f-1626e6602ef8 | InvocationID=f1211ac0-6310-11ed-951f-1626e6602ef8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:06:42+0000 | aai_event_thread | 139789337000736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e7ddf528-6310-11ed-951f-1626e6602ef8 | InvocationID=e7de009a-6310-11ed-951f-1626e6602ef8 | Polling MR for XNF AAI events.
2022-11-13T05:06:42+0000 | aai_event_thread | 139789337000736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f6a075e0-6310-11ed-951f-1626e6602ef8 | InvocationID=f6a077de-6310-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-13T05:06:58+0000 | policy_event_thread | 139789338061600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f12118ea-6310-11ed-951f-1626e6602ef8 | InvocationID=f1211ac0-6310-11ed-951f-1626e6602ef8 | Polling MR for XNF activation/deactivation policy response events.
2022-11-13T05:06:58+0000 | policy_event_thread | 139789338061600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=000bf726-6311-11ed-951f-1626e6602ef8 | InvocationID=000bf8e8-6311-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-13T05:06:58+0000 | policy_event_thread | 139789338061600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=000bf726-6311-11ed-951f-1626e6602ef8 | InvocationID=000bf8e8-6311-11ed-951f-1626e6602ef8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:06:58+0000 | policy_event_thread | 139789338061600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=000bf726-6311-11ed-951f-1626e6602ef8 | InvocationID=000bf8e8-6311-11ed-951f-1626e6602ef8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:07:07+0000 | aai_event_thread | 139789337000736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f6a075e0-6310-11ed-951f-1626e6602ef8 | InvocationID=f6a077de-6310-11ed-951f-1626e6602ef8 | Polling MR for XNF AAI events.
2022-11-13T05:07:07+0000 | aai_event_thread | 139789337000736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=056208be-6311-11ed-951f-1626e6602ef8 | InvocationID=05620ac6-6311-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-13T05:07:23+0000 | policy_event_thread | 139789338061600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=000bf726-6311-11ed-951f-1626e6602ef8 | InvocationID=000bf8e8-6311-11ed-951f-1626e6602ef8 | Polling MR for XNF activation/deactivation policy response events.
2022-11-13T05:07:23+0000 | policy_event_thread | 139789338061600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0ef7576c-6311-11ed-951f-1626e6602ef8 | InvocationID=0ef759c4-6311-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-13T05:07:23+0000 | policy_event_thread | 139789338061600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0ef7576c-6311-11ed-951f-1626e6602ef8 | InvocationID=0ef759c4-6311-11ed-951f-1626e6602ef8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:07:23+0000 | policy_event_thread | 139789338061600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0ef7576c-6311-11ed-951f-1626e6602ef8 | InvocationID=0ef759c4-6311-11ed-951f-1626e6602ef8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:07:32+0000 | aai_event_thread | 139789337000736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=056208be-6311-11ed-951f-1626e6602ef8 | InvocationID=05620ac6-6311-11ed-951f-1626e6602ef8 | Polling MR for XNF AAI events.
2022-11-13T05:07:32+0000 | aai_event_thread | 139789337000736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=142358b2-6311-11ed-951f-1626e6602ef8 | InvocationID=14235b3c-6311-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-13T05:07:48+0000 | policy_event_thread | 139789338061600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0ef7576c-6311-11ed-951f-1626e6602ef8 | InvocationID=0ef759c4-6311-11ed-951f-1626e6602ef8 | Polling MR for XNF activation/deactivation policy response events.
2022-11-13T05:07:48+0000 | policy_event_thread | 139789338061600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1de2fd9e-6311-11ed-951f-1626e6602ef8 | InvocationID=1de2ff56-6311-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-13T05:07:48+0000 | policy_event_thread | 139789338061600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1de2fd9e-6311-11ed-951f-1626e6602ef8 | InvocationID=1de2ff56-6311-11ed-951f-1626e6602ef8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:07:48+0000 | policy_event_thread | 139789338061600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1de2fd9e-6311-11ed-951f-1626e6602ef8 | InvocationID=1de2ff56-6311-11ed-951f-1626e6602ef8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:07:56+0000 | aai_event_thread | 139789337000736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=142358b2-6311-11ed-951f-1626e6602ef8 | InvocationID=14235b3c-6311-11ed-951f-1626e6602ef8 | Polling MR for XNF AAI events.
2022-11-13T05:07:56+0000 | aai_event_thread | 139789337000736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=22e53d16-6311-11ed-951f-1626e6602ef8 | InvocationID=22e53ed8-6311-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-13T05:08:13+0000 | policy_event_thread | 139789338061600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1de2fd9e-6311-11ed-951f-1626e6602ef8 | InvocationID=1de2ff56-6311-11ed-951f-1626e6602ef8 | Polling MR for XNF activation/deactivation policy response events.
2022-11-13T05:08:13+0000 | policy_event_thread | 139789338061600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2cce5218-6311-11ed-951f-1626e6602ef8 | InvocationID=2cce570e-6311-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-13T05:08:13+0000 | policy_event_thread | 139789338061600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2cce5218-6311-11ed-951f-1626e6602ef8 | InvocationID=2cce570e-6311-11ed-951f-1626e6602ef8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:08:13+0000 | policy_event_thread | 139789338061600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2cce5218-6311-11ed-951f-1626e6602ef8 | InvocationID=2cce570e-6311-11ed-951f-1626e6602ef8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:08:21+0000 | aai_event_thread | 139789337000736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=22e53d16-6311-11ed-951f-1626e6602ef8 | InvocationID=22e53ed8-6311-11ed-951f-1626e6602ef8 | Polling MR for XNF AAI events.
2022-11-13T05:08:21+0000 | aai_event_thread | 139789337000736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=31a5ca5a-6311-11ed-951f-1626e6602ef8 | InvocationID=31a5cd02-6311-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-13T05:08:38+0000 | policy_event_thread | 139789338061600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2cce5218-6311-11ed-951f-1626e6602ef8 | InvocationID=2cce570e-6311-11ed-951f-1626e6602ef8 | Polling MR for XNF activation/deactivation policy response events.
2022-11-13T05:08:38+0000 | policy_event_thread | 139789338061600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3bbb01b8-6311-11ed-951f-1626e6602ef8 | InvocationID=3bbb05fa-6311-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-13T05:08:38+0000 | policy_event_thread | 139789338061600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3bbb01b8-6311-11ed-951f-1626e6602ef8 | InvocationID=3bbb05fa-6311-11ed-951f-1626e6602ef8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:08:38+0000 | policy_event_thread | 139789338061600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3bbb01b8-6311-11ed-951f-1626e6602ef8 | InvocationID=3bbb05fa-6311-11ed-951f-1626e6602ef8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:08:46+0000 | aai_event_thread | 139789337000736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=31a5ca5a-6311-11ed-951f-1626e6602ef8 | InvocationID=31a5cd02-6311-11ed-951f-1626e6602ef8 | Polling MR for XNF AAI events.
2022-11-13T05:08:46+0000 | aai_event_thread | 139789337000736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=406de86a-6311-11ed-951f-1626e6602ef8 | InvocationID=406dea9a-6311-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-13T05:09:03+0000 | policy_event_thread | 139789338061600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3bbb01b8-6311-11ed-951f-1626e6602ef8 | InvocationID=3bbb05fa-6311-11ed-951f-1626e6602ef8 | Polling MR for XNF activation/deactivation policy response events.
2022-11-13T05:09:03+0000 | policy_event_thread | 139789338061600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4aa96020-6311-11ed-951f-1626e6602ef8 | InvocationID=4aa962dc-6311-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-13T05:09:03+0000 | policy_event_thread | 139789338061600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4aa96020-6311-11ed-951f-1626e6602ef8 | InvocationID=4aa962dc-6311-11ed-951f-1626e6602ef8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:09:03+0000 | policy_event_thread | 139789338061600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4aa96020-6311-11ed-951f-1626e6602ef8 | InvocationID=4aa962dc-6311-11ed-951f-1626e6602ef8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:09:11+0000 | aai_event_thread | 139789337000736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=406de86a-6311-11ed-951f-1626e6602ef8 | InvocationID=406dea9a-6311-11ed-951f-1626e6602ef8 | Polling MR for XNF AAI events.
2022-11-13T05:09:11+0000 | aai_event_thread | 139789337000736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4f30c4b2-6311-11ed-951f-1626e6602ef8 | InvocationID=4f30c660-6311-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-13T05:09:28+0000 | policy_event_thread | 139789338061600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4aa96020-6311-11ed-951f-1626e6602ef8 | InvocationID=4aa962dc-6311-11ed-951f-1626e6602ef8 | Polling MR for XNF activation/deactivation policy response events.
2022-11-13T05:09:28+0000 | policy_event_thread | 139789338061600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5995f030-6311-11ed-951f-1626e6602ef8 | InvocationID=5995f288-6311-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-13T05:09:28+0000 | policy_event_thread | 139789338061600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5995f030-6311-11ed-951f-1626e6602ef8 | InvocationID=5995f288-6311-11ed-951f-1626e6602ef8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:09:28+0000 | policy_event_thread | 139789338061600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5995f030-6311-11ed-951f-1626e6602ef8 | InvocationID=5995f288-6311-11ed-951f-1626e6602ef8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:09:36+0000 | aai_event_thread | 139789337000736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4f30c4b2-6311-11ed-951f-1626e6602ef8 | InvocationID=4f30c660-6311-11ed-951f-1626e6602ef8 | Polling MR for XNF AAI events.
2022-11-13T05:09:36+0000 | aai_event_thread | 139789337000736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5df1f926-6311-11ed-951f-1626e6602ef8 | InvocationID=5df1fb7e-6311-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-13T05:09:53+0000 | policy_event_thread | 139789338061600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5995f030-6311-11ed-951f-1626e6602ef8 | InvocationID=5995f288-6311-11ed-951f-1626e6602ef8 | Polling MR for XNF activation/deactivation policy response events.
2022-11-13T05:09:53+0000 | policy_event_thread | 139789338061600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6880e37a-6311-11ed-951f-1626e6602ef8 | InvocationID=6880e5aa-6311-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-13T05:09:53+0000 | policy_event_thread | 139789338061600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6880e37a-6311-11ed-951f-1626e6602ef8 | InvocationID=6880e5aa-6311-11ed-951f-1626e6602ef8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:09:53+0000 | policy_event_thread | 139789338061600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6880e37a-6311-11ed-951f-1626e6602ef8 | InvocationID=6880e5aa-6311-11ed-951f-1626e6602ef8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:10:00+0000 | aai_event_thread | 139789337000736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5df1f926-6311-11ed-951f-1626e6602ef8 | InvocationID=5df1fb7e-6311-11ed-951f-1626e6602ef8 | Polling MR for XNF AAI events.
2022-11-13T05:10:00+0000 | aai_event_thread | 139789337000736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6cb2f0d2-6311-11ed-951f-1626e6602ef8 | InvocationID=6cb2fb72-6311-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-13T05:10:18+0000 | policy_event_thread | 139789338061600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6880e37a-6311-11ed-951f-1626e6602ef8 | InvocationID=6880e5aa-6311-11ed-951f-1626e6602ef8 | Polling MR for XNF activation/deactivation policy response events.
2022-11-13T05:10:18+0000 | policy_event_thread | 139789338061600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=776c1d00-6311-11ed-951f-1626e6602ef8 | InvocationID=776c1ec2-6311-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-13T05:10:18+0000 | policy_event_thread | 139789338061600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=776c1d00-6311-11ed-951f-1626e6602ef8 | InvocationID=776c1ec2-6311-11ed-951f-1626e6602ef8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:10:18+0000 | policy_event_thread | 139789338061600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=776c1d00-6311-11ed-951f-1626e6602ef8 | InvocationID=776c1ec2-6311-11ed-951f-1626e6602ef8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:10:25+0000 | aai_event_thread | 139789337000736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6cb2f0d2-6311-11ed-951f-1626e6602ef8 | InvocationID=6cb2fb72-6311-11ed-951f-1626e6602ef8 | Polling MR for XNF AAI events.
2022-11-13T05:10:25+0000 | aai_event_thread | 139789337000736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7b756c8a-6311-11ed-951f-1626e6602ef8 | InvocationID=7b756ef6-6311-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-13T05:10:43+0000 | policy_event_thread | 139789338061600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=776c1d00-6311-11ed-951f-1626e6602ef8 | InvocationID=776c1ec2-6311-11ed-951f-1626e6602ef8 | Polling MR for XNF activation/deactivation policy response events.
2022-11-13T05:10:43+0000 | policy_event_thread | 139789338061600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=86592d6c-6311-11ed-951f-1626e6602ef8 | InvocationID=86592f2e-6311-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-13T05:10:43+0000 | policy_event_thread | 139789338061600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=86592d6c-6311-11ed-951f-1626e6602ef8 | InvocationID=86592f2e-6311-11ed-951f-1626e6602ef8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:10:43+0000 | policy_event_thread | 139789338061600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=86592d6c-6311-11ed-951f-1626e6602ef8 | InvocationID=86592f2e-6311-11ed-951f-1626e6602ef8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:10:50+0000 | aai_event_thread | 139789337000736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7b756c8a-6311-11ed-951f-1626e6602ef8 | InvocationID=7b756ef6-6311-11ed-951f-1626e6602ef8 | Polling MR for XNF AAI events.
2022-11-13T05:10:50+0000 | aai_event_thread | 139789337000736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8a3747a2-6311-11ed-951f-1626e6602ef8 | InvocationID=8a3749e6-6311-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-13T05:11:08+0000 | policy_event_thread | 139789338061600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=86592d6c-6311-11ed-951f-1626e6602ef8 | InvocationID=86592f2e-6311-11ed-951f-1626e6602ef8 | Polling MR for XNF activation/deactivation policy response events.
2022-11-13T05:11:08+0000 | policy_event_thread | 139789338061600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=954399ac-6311-11ed-951f-1626e6602ef8 | InvocationID=95439b64-6311-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-13T05:11:08+0000 | policy_event_thread | 139789338061600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=954399ac-6311-11ed-951f-1626e6602ef8 | InvocationID=95439b64-6311-11ed-951f-1626e6602ef8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:11:08+0000 | policy_event_thread | 139789338061600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=954399ac-6311-11ed-951f-1626e6602ef8 | InvocationID=95439b64-6311-11ed-951f-1626e6602ef8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:11:15+0000 | aai_event_thread | 139789337000736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8a3747a2-6311-11ed-951f-1626e6602ef8 | InvocationID=8a3749e6-6311-11ed-951f-1626e6602ef8 | Polling MR for XNF AAI events.
2022-11-13T05:11:15+0000 | aai_event_thread | 139789337000736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=98f82f7c-6311-11ed-951f-1626e6602ef8 | InvocationID=98f831b6-6311-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-13T05:11:33+0000 | policy_event_thread | 139789338061600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=954399ac-6311-11ed-951f-1626e6602ef8 | InvocationID=95439b64-6311-11ed-951f-1626e6602ef8 | Polling MR for XNF activation/deactivation policy response events.
2022-11-13T05:11:33+0000 | policy_event_thread | 139789338061600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a42e05ba-6311-11ed-951f-1626e6602ef8 | InvocationID=a42e077c-6311-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-13T05:11:33+0000 | policy_event_thread | 139789338061600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a42e05ba-6311-11ed-951f-1626e6602ef8 | InvocationID=a42e077c-6311-11ed-951f-1626e6602ef8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:11:33+0000 | policy_event_thread | 139789338061600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a42e05ba-6311-11ed-951f-1626e6602ef8 | InvocationID=a42e077c-6311-11ed-951f-1626e6602ef8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:11:39+0000 | aai_event_thread | 139789337000736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=98f82f7c-6311-11ed-951f-1626e6602ef8 | InvocationID=98f831b6-6311-11ed-951f-1626e6602ef8 | Polling MR for XNF AAI events.
2022-11-13T05:11:39+0000 | aai_event_thread | 139789337000736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a7b941ae-6311-11ed-951f-1626e6602ef8 | InvocationID=a7b9462c-6311-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-13T05:11:58+0000 | policy_event_thread | 139789338061600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a42e05ba-6311-11ed-951f-1626e6602ef8 | InvocationID=a42e077c-6311-11ed-951f-1626e6602ef8 | Polling MR for XNF activation/deactivation policy response events.
2022-11-13T05:11:58+0000 | policy_event_thread | 139789338061600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b3199774-6311-11ed-951f-1626e6602ef8 | InvocationID=b31999d6-6311-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-13T05:11:58+0000 | policy_event_thread | 139789338061600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b3199774-6311-11ed-951f-1626e6602ef8 | InvocationID=b31999d6-6311-11ed-951f-1626e6602ef8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:11:58+0000 | policy_event_thread | 139789338061600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b3199774-6311-11ed-951f-1626e6602ef8 | InvocationID=b31999d6-6311-11ed-951f-1626e6602ef8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:12:04+0000 | aai_event_thread | 139789337000736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a7b941ae-6311-11ed-951f-1626e6602ef8 | InvocationID=a7b9462c-6311-11ed-951f-1626e6602ef8 | Polling MR for XNF AAI events.
2022-11-13T05:12:04+0000 | aai_event_thread | 139789337000736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b67b0272-6311-11ed-951f-1626e6602ef8 | InvocationID=b67b05ce-6311-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-13T05:12:23+0000 | policy_event_thread | 139789338061600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b3199774-6311-11ed-951f-1626e6602ef8 | InvocationID=b31999d6-6311-11ed-951f-1626e6602ef8 | Polling MR for XNF activation/deactivation policy response events.
2022-11-13T05:12:23+0000 | policy_event_thread | 139789338061600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c2053c3e-6311-11ed-951f-1626e6602ef8 | InvocationID=c2053f5e-6311-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-13T05:12:23+0000 | policy_event_thread | 139789338061600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c2053c3e-6311-11ed-951f-1626e6602ef8 | InvocationID=c2053f5e-6311-11ed-951f-1626e6602ef8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:12:23+0000 | policy_event_thread | 139789338061600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c2053c3e-6311-11ed-951f-1626e6602ef8 | InvocationID=c2053f5e-6311-11ed-951f-1626e6602ef8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:12:29+0000 | aai_event_thread | 139789337000736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b67b0272-6311-11ed-951f-1626e6602ef8 | InvocationID=b67b05ce-6311-11ed-951f-1626e6602ef8 | Polling MR for XNF AAI events.
2022-11-13T05:12:29+0000 | aai_event_thread | 139789337000736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c53ba5f0-6311-11ed-951f-1626e6602ef8 | InvocationID=c53bad5c-6311-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-13T05:12:48+0000 | policy_event_thread | 139789338061600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c2053c3e-6311-11ed-951f-1626e6602ef8 | InvocationID=c2053f5e-6311-11ed-951f-1626e6602ef8 | Polling MR for XNF activation/deactivation policy response events.
2022-11-13T05:12:48+0000 | policy_event_thread | 139789338061600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d0f08e10-6311-11ed-951f-1626e6602ef8 | InvocationID=d0f090cc-6311-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-13T05:12:48+0000 | policy_event_thread | 139789338061600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d0f08e10-6311-11ed-951f-1626e6602ef8 | InvocationID=d0f090cc-6311-11ed-951f-1626e6602ef8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:12:48+0000 | policy_event_thread | 139789338061600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d0f08e10-6311-11ed-951f-1626e6602ef8 | InvocationID=d0f090cc-6311-11ed-951f-1626e6602ef8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:12:54+0000 | aai_event_thread | 139789337000736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c53ba5f0-6311-11ed-951f-1626e6602ef8 | InvocationID=c53bad5c-6311-11ed-951f-1626e6602ef8 | Polling MR for XNF AAI events.
2022-11-13T05:12:54+0000 | aai_event_thread | 139789337000736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d3fd8284-6311-11ed-951f-1626e6602ef8 | InvocationID=d3fd864e-6311-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-13T05:13:13+0000 | policy_event_thread | 139789338061600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d0f08e10-6311-11ed-951f-1626e6602ef8 | InvocationID=d0f090cc-6311-11ed-951f-1626e6602ef8 | Polling MR for XNF activation/deactivation policy response events.
2022-11-13T05:13:13+0000 | policy_event_thread | 139789338061600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dfdb6c6a-6311-11ed-951f-1626e6602ef8 | InvocationID=dfdb6fd0-6311-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-13T05:13:13+0000 | policy_event_thread | 139789338061600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dfdb6c6a-6311-11ed-951f-1626e6602ef8 | InvocationID=dfdb6fd0-6311-11ed-951f-1626e6602ef8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:13:13+0000 | policy_event_thread | 139789338061600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dfdb6c6a-6311-11ed-951f-1626e6602ef8 | InvocationID=dfdb6fd0-6311-11ed-951f-1626e6602ef8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:13:18+0000 | aai_event_thread | 139789337000736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d3fd8284-6311-11ed-951f-1626e6602ef8 | InvocationID=d3fd864e-6311-11ed-951f-1626e6602ef8 | Polling MR for XNF AAI events.
2022-11-13T05:13:18+0000 | aai_event_thread | 139789337000736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e2bfe884-6311-11ed-951f-1626e6602ef8 | InvocationID=e2bfeb36-6311-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-13T05:13:38+0000 | policy_event_thread | 139789338061600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dfdb6c6a-6311-11ed-951f-1626e6602ef8 | InvocationID=dfdb6fd0-6311-11ed-951f-1626e6602ef8 | Polling MR for XNF activation/deactivation policy response events.
2022-11-13T05:13:38+0000 | policy_event_thread | 139789338061600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eec662d4-6311-11ed-951f-1626e6602ef8 | InvocationID=eec6693c-6311-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-13T05:13:39+0000 | policy_event_thread | 139789338061600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eec662d4-6311-11ed-951f-1626e6602ef8 | InvocationID=eec6693c-6311-11ed-951f-1626e6602ef8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:13:39+0000 | policy_event_thread | 139789338061600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eec662d4-6311-11ed-951f-1626e6602ef8 | InvocationID=eec6693c-6311-11ed-951f-1626e6602ef8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:13:43+0000 | aai_event_thread | 139789337000736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e2bfe884-6311-11ed-951f-1626e6602ef8 | InvocationID=e2bfeb36-6311-11ed-951f-1626e6602ef8 | Polling MR for XNF AAI events.
2022-11-13T05:13:43+0000 | aai_event_thread | 139789337000736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f1829560-6311-11ed-951f-1626e6602ef8 | InvocationID=f182974a-6311-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-13T05:14:04+0000 | policy_event_thread | 139789338061600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eec662d4-6311-11ed-951f-1626e6602ef8 | InvocationID=eec6693c-6311-11ed-951f-1626e6602ef8 | Polling MR for XNF activation/deactivation policy response events.
2022-11-13T05:14:04+0000 | policy_event_thread | 139789338061600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fdb12018-6311-11ed-951f-1626e6602ef8 | InvocationID=fdb121da-6311-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-13T05:14:04+0000 | policy_event_thread | 139789338061600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fdb12018-6311-11ed-951f-1626e6602ef8 | InvocationID=fdb121da-6311-11ed-951f-1626e6602ef8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:14:04+0000 | policy_event_thread | 139789338061600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fdb12018-6311-11ed-951f-1626e6602ef8 | InvocationID=fdb121da-6311-11ed-951f-1626e6602ef8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:14:08+0000 | aai_event_thread | 139789337000736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f1829560-6311-11ed-951f-1626e6602ef8 | InvocationID=f182974a-6311-11ed-951f-1626e6602ef8 | Polling MR for XNF AAI events.
2022-11-13T05:14:08+0000 | aai_event_thread | 139789337000736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0043bc28-6312-11ed-951f-1626e6602ef8 | InvocationID=0043bf2a-6312-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-13T05:14:29+0000 | policy_event_thread | 139789338061600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fdb12018-6311-11ed-951f-1626e6602ef8 | InvocationID=fdb121da-6311-11ed-951f-1626e6602ef8 | Polling MR for XNF activation/deactivation policy response events.
2022-11-13T05:14:29+0000 | policy_event_thread | 139789338061600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0c9c14ac-6312-11ed-951f-1626e6602ef8 | InvocationID=0c9c166e-6312-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-13T05:14:29+0000 | policy_event_thread | 139789338061600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0c9c14ac-6312-11ed-951f-1626e6602ef8 | InvocationID=0c9c166e-6312-11ed-951f-1626e6602ef8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:14:29+0000 | policy_event_thread | 139789338061600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0c9c14ac-6312-11ed-951f-1626e6602ef8 | InvocationID=0c9c166e-6312-11ed-951f-1626e6602ef8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:14:33+0000 | aai_event_thread | 139789337000736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0043bc28-6312-11ed-951f-1626e6602ef8 | InvocationID=0043bf2a-6312-11ed-951f-1626e6602ef8 | Polling MR for XNF AAI events.
2022-11-13T05:14:33+0000 | aai_event_thread | 139789337000736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0f0803c2-6312-11ed-951f-1626e6602ef8 | InvocationID=0f0805f2-6312-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-13T05:14:54+0000 | policy_event_thread | 139789338061600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0c9c14ac-6312-11ed-951f-1626e6602ef8 | InvocationID=0c9c166e-6312-11ed-951f-1626e6602ef8 | Polling MR for XNF activation/deactivation policy response events.
2022-11-13T05:14:54+0000 | policy_event_thread | 139789338061600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1b873be0-6312-11ed-951f-1626e6602ef8 | InvocationID=1b873de8-6312-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-13T05:14:54+0000 | policy_event_thread | 139789338061600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1b873be0-6312-11ed-951f-1626e6602ef8 | InvocationID=1b873de8-6312-11ed-951f-1626e6602ef8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:14:54+0000 | policy_event_thread | 139789338061600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1b873be0-6312-11ed-951f-1626e6602ef8 | InvocationID=1b873de8-6312-11ed-951f-1626e6602ef8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:14:57+0000 | aai_event_thread | 139789337000736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0f0803c2-6312-11ed-951f-1626e6602ef8 | InvocationID=0f0805f2-6312-11ed-951f-1626e6602ef8 | Polling MR for XNF AAI events.
2022-11-13T05:14:57+0000 | aai_event_thread | 139789337000736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1dca09be-6312-11ed-951f-1626e6602ef8 | InvocationID=1dca0c16-6312-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-13T05:15:19+0000 | policy_event_thread | 139789338061600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1b873be0-6312-11ed-951f-1626e6602ef8 | InvocationID=1b873de8-6312-11ed-951f-1626e6602ef8 | Polling MR for XNF activation/deactivation policy response events.
2022-11-13T05:15:19+0000 | policy_event_thread | 139789338061600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2a72138c-6312-11ed-951f-1626e6602ef8 | InvocationID=2a7216d4-6312-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-13T05:15:19+0000 | policy_event_thread | 139789338061600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2a72138c-6312-11ed-951f-1626e6602ef8 | InvocationID=2a7216d4-6312-11ed-951f-1626e6602ef8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:15:19+0000 | policy_event_thread | 139789338061600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2a72138c-6312-11ed-951f-1626e6602ef8 | InvocationID=2a7216d4-6312-11ed-951f-1626e6602ef8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:15:22+0000 | aai_event_thread | 139789337000736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1dca09be-6312-11ed-951f-1626e6602ef8 | InvocationID=1dca0c16-6312-11ed-951f-1626e6602ef8 | Polling MR for XNF AAI events.
2022-11-13T05:15:22+0000 | aai_event_thread | 139789337000736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2c8b8fa4-6312-11ed-951f-1626e6602ef8 | InvocationID=2c8b9238-6312-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-13T05:15:44+0000 | policy_event_thread | 139789338061600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2a72138c-6312-11ed-951f-1626e6602ef8 | InvocationID=2a7216d4-6312-11ed-951f-1626e6602ef8 | Polling MR for XNF activation/deactivation policy response events.
2022-11-13T05:15:44+0000 | policy_event_thread | 139789338061600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=395ca5ce-6312-11ed-951f-1626e6602ef8 | InvocationID=395ca786-6312-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-13T05:15:44+0000 | policy_event_thread | 139789338061600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=395ca5ce-6312-11ed-951f-1626e6602ef8 | InvocationID=395ca786-6312-11ed-951f-1626e6602ef8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:15:44+0000 | policy_event_thread | 139789338061600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=395ca5ce-6312-11ed-951f-1626e6602ef8 | InvocationID=395ca786-6312-11ed-951f-1626e6602ef8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:15:47+0000 | aai_event_thread | 139789337000736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2c8b8fa4-6312-11ed-951f-1626e6602ef8 | InvocationID=2c8b9238-6312-11ed-951f-1626e6602ef8 | Polling MR for XNF AAI events.
2022-11-13T05:15:47+0000 | aai_event_thread | 139789337000736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3b4d03c4-6312-11ed-951f-1626e6602ef8 | InvocationID=3b4d0568-6312-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-13T05:16:09+0000 | policy_event_thread | 139789338061600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=395ca5ce-6312-11ed-951f-1626e6602ef8 | InvocationID=395ca786-6312-11ed-951f-1626e6602ef8 | Polling MR for XNF activation/deactivation policy response events.
2022-11-13T05:16:09+0000 | policy_event_thread | 139789338061600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4847ae62-6312-11ed-951f-1626e6602ef8 | InvocationID=4847b0ec-6312-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-13T05:16:09+0000 | policy_event_thread | 139789338061600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4847ae62-6312-11ed-951f-1626e6602ef8 | InvocationID=4847b0ec-6312-11ed-951f-1626e6602ef8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:16:09+0000 | policy_event_thread | 139789338061600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4847ae62-6312-11ed-951f-1626e6602ef8 | InvocationID=4847b0ec-6312-11ed-951f-1626e6602ef8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:16:12+0000 | aai_event_thread | 139789337000736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3b4d03c4-6312-11ed-951f-1626e6602ef8 | InvocationID=3b4d0568-6312-11ed-951f-1626e6602ef8 | Polling MR for XNF AAI events.
2022-11-13T05:16:12+0000 | aai_event_thread | 139789337000736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4a0f4c3c-6312-11ed-951f-1626e6602ef8 | InvocationID=4a0f56aa-6312-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-13T05:16:34+0000 | policy_event_thread | 139789338061600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4847ae62-6312-11ed-951f-1626e6602ef8 | InvocationID=4847b0ec-6312-11ed-951f-1626e6602ef8 | Polling MR for XNF activation/deactivation policy response events.
2022-11-13T05:16:34+0000 | policy_event_thread | 139789338061600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5734626c-6312-11ed-951f-1626e6602ef8 | InvocationID=57346492-6312-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-13T05:16:34+0000 | policy_event_thread | 139789338061600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5734626c-6312-11ed-951f-1626e6602ef8 | InvocationID=57346492-6312-11ed-951f-1626e6602ef8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:16:34+0000 | policy_event_thread | 139789338061600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5734626c-6312-11ed-951f-1626e6602ef8 | InvocationID=57346492-6312-11ed-951f-1626e6602ef8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:16:36+0000 | aai_event_thread | 139789337000736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4a0f4c3c-6312-11ed-951f-1626e6602ef8 | InvocationID=4a0f56aa-6312-11ed-951f-1626e6602ef8 | Polling MR for XNF AAI events.
2022-11-13T05:16:36+0000 | aai_event_thread | 139789337000736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=58d0f13a-6312-11ed-951f-1626e6602ef8 | InvocationID=58d20c1e-6312-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-13T05:16:59+0000 | policy_event_thread | 139789338061600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5734626c-6312-11ed-951f-1626e6602ef8 | InvocationID=57346492-6312-11ed-951f-1626e6602ef8 | Polling MR for XNF activation/deactivation policy response events.
2022-11-13T05:16:59+0000 | policy_event_thread | 139789338061600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=66216a22-6312-11ed-951f-1626e6602ef8 | InvocationID=66216c7a-6312-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-13T05:16:59+0000 | policy_event_thread | 139789338061600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=66216a22-6312-11ed-951f-1626e6602ef8 | InvocationID=66216c7a-6312-11ed-951f-1626e6602ef8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:16:59+0000 | policy_event_thread | 139789338061600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=66216a22-6312-11ed-951f-1626e6602ef8 | InvocationID=66216c7a-6312-11ed-951f-1626e6602ef8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:17:01+0000 | aai_event_thread | 139789337000736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=58d0f13a-6312-11ed-951f-1626e6602ef8 | InvocationID=58d20c1e-6312-11ed-951f-1626e6602ef8 | Polling MR for XNF AAI events.
2022-11-13T05:17:01+0000 | aai_event_thread | 139789337000736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6799bea4-6312-11ed-951f-1626e6602ef8 | InvocationID=6799c0de-6312-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-13T05:17:24+0000 | policy_event_thread | 139789338061600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=66216a22-6312-11ed-951f-1626e6602ef8 | InvocationID=66216c7a-6312-11ed-951f-1626e6602ef8 | Polling MR for XNF activation/deactivation policy response events.
2022-11-13T05:17:24+0000 | policy_event_thread | 139789338061600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=75109e68-6312-11ed-951f-1626e6602ef8 | InvocationID=7510a2be-6312-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-13T05:17:24+0000 | policy_event_thread | 139789338061600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=75109e68-6312-11ed-951f-1626e6602ef8 | InvocationID=7510a2be-6312-11ed-951f-1626e6602ef8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:17:24+0000 | policy_event_thread | 139789338061600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=75109e68-6312-11ed-951f-1626e6602ef8 | InvocationID=7510a2be-6312-11ed-951f-1626e6602ef8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:17:26+0000 | aai_event_thread | 139789337000736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6799bea4-6312-11ed-951f-1626e6602ef8 | InvocationID=6799c0de-6312-11ed-951f-1626e6602ef8 | Polling MR for XNF AAI events.
2022-11-13T05:17:26+0000 | aai_event_thread | 139789337000736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7664dd9c-6312-11ed-951f-1626e6602ef8 | InvocationID=7664e0c6-6312-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-13T05:17:49+0000 | policy_event_thread | 139789338061600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=75109e68-6312-11ed-951f-1626e6602ef8 | InvocationID=7510a2be-6312-11ed-951f-1626e6602ef8 | Polling MR for XNF activation/deactivation policy response events.
2022-11-13T05:17:49+0000 | policy_event_thread | 139789338061600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=83fead0c-6312-11ed-951f-1626e6602ef8 | InvocationID=83feb072-6312-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-13T05:17:49+0000 | policy_event_thread | 139789338061600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=83fead0c-6312-11ed-951f-1626e6602ef8 | InvocationID=83feb072-6312-11ed-951f-1626e6602ef8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:17:49+0000 | policy_event_thread | 139789338061600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=83fead0c-6312-11ed-951f-1626e6602ef8 | InvocationID=83feb072-6312-11ed-951f-1626e6602ef8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:17:51+0000 | aai_event_thread | 139789337000736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7664dd9c-6312-11ed-951f-1626e6602ef8 | InvocationID=7664e0c6-6312-11ed-951f-1626e6602ef8 | Polling MR for XNF AAI events.
2022-11-13T05:17:51+0000 | aai_event_thread | 139789337000736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=852bf018-6312-11ed-951f-1626e6602ef8 | InvocationID=852bf1bc-6312-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-13T05:18:14+0000 | policy_event_thread | 139789338061600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=83fead0c-6312-11ed-951f-1626e6602ef8 | InvocationID=83feb072-6312-11ed-951f-1626e6602ef8 | Polling MR for XNF activation/deactivation policy response events.
2022-11-13T05:18:14+0000 | policy_event_thread | 139789338061600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=92e99fca-6312-11ed-951f-1626e6602ef8 | InvocationID=92e9a272-6312-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-13T05:18:14+0000 | policy_event_thread | 139789338061600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=92e99fca-6312-11ed-951f-1626e6602ef8 | InvocationID=92e9a272-6312-11ed-951f-1626e6602ef8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:18:14+0000 | policy_event_thread | 139789338061600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=92e99fca-6312-11ed-951f-1626e6602ef8 | InvocationID=92e9a272-6312-11ed-951f-1626e6602ef8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:18:16+0000 | aai_event_thread | 139789337000736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=852bf018-6312-11ed-951f-1626e6602ef8 | InvocationID=852bf1bc-6312-11ed-951f-1626e6602ef8 | Polling MR for XNF AAI events.
2022-11-13T05:18:16+0000 | aai_event_thread | 139789337000736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=93ed0ac4-6312-11ed-951f-1626e6602ef8 | InvocationID=93ed0c7c-6312-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-13T05:18:39+0000 | policy_event_thread | 139789338061600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=92e99fca-6312-11ed-951f-1626e6602ef8 | InvocationID=92e9a272-6312-11ed-951f-1626e6602ef8 | Polling MR for XNF activation/deactivation policy response events.
2022-11-13T05:18:39+0000 | policy_event_thread | 139789338061600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a1d4e940-6312-11ed-951f-1626e6602ef8 | InvocationID=a1d4f23c-6312-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-13T05:18:39+0000 | policy_event_thread | 139789338061600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a1d4e940-6312-11ed-951f-1626e6602ef8 | InvocationID=a1d4f23c-6312-11ed-951f-1626e6602ef8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:18:39+0000 | policy_event_thread | 139789338061600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a1d4e940-6312-11ed-951f-1626e6602ef8 | InvocationID=a1d4f23c-6312-11ed-951f-1626e6602ef8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:18:40+0000 | aai_event_thread | 139789337000736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=93ed0ac4-6312-11ed-951f-1626e6602ef8 | InvocationID=93ed0c7c-6312-11ed-951f-1626e6602ef8 | Polling MR for XNF AAI events.
2022-11-13T05:18:40+0000 | aai_event_thread | 139789337000736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a2b0cc30-6312-11ed-951f-1626e6602ef8 | InvocationID=a2b0ce38-6312-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-13T05:19:04+0000 | policy_event_thread | 139789338061600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a1d4e940-6312-11ed-951f-1626e6602ef8 | InvocationID=a1d4f23c-6312-11ed-951f-1626e6602ef8 | Polling MR for XNF activation/deactivation policy response events.
2022-11-13T05:19:04+0000 | policy_event_thread | 139789338061600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b0c95c1a-6312-11ed-951f-1626e6602ef8 | InvocationID=b0c95dd2-6312-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-13T05:19:04+0000 | policy_event_thread | 139789338061600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b0c95c1a-6312-11ed-951f-1626e6602ef8 | InvocationID=b0c95dd2-6312-11ed-951f-1626e6602ef8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:19:04+0000 | policy_event_thread | 139789338061600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b0c95c1a-6312-11ed-951f-1626e6602ef8 | InvocationID=b0c95dd2-6312-11ed-951f-1626e6602ef8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:19:05+0000 | aai_event_thread | 139789337000736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a2b0cc30-6312-11ed-951f-1626e6602ef8 | InvocationID=a2b0ce38-6312-11ed-951f-1626e6602ef8 | Polling MR for XNF AAI events.
2022-11-13T05:19:05+0000 | aai_event_thread | 139789337000736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b172bd1e-6312-11ed-951f-1626e6602ef8 | InvocationID=b172bec2-6312-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-13T05:19:29+0000 | policy_event_thread | 139789338061600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b0c95c1a-6312-11ed-951f-1626e6602ef8 | InvocationID=b0c95dd2-6312-11ed-951f-1626e6602ef8 | Polling MR for XNF activation/deactivation policy response events.
2022-11-13T05:19:29+0000 | policy_event_thread | 139789338061600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bfb44a1e-6312-11ed-951f-1626e6602ef8 | InvocationID=bfb44f78-6312-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-13T05:19:29+0000 | policy_event_thread | 139789338061600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bfb44a1e-6312-11ed-951f-1626e6602ef8 | InvocationID=bfb44f78-6312-11ed-951f-1626e6602ef8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:19:29+0000 | policy_event_thread | 139789338061600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bfb44a1e-6312-11ed-951f-1626e6602ef8 | InvocationID=bfb44f78-6312-11ed-951f-1626e6602ef8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:19:30+0000 | aai_event_thread | 139789337000736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b172bd1e-6312-11ed-951f-1626e6602ef8 | InvocationID=b172bec2-6312-11ed-951f-1626e6602ef8 | Polling MR for XNF AAI events.
2022-11-13T05:19:30+0000 | aai_event_thread | 139789337000736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c033a3ae-6312-11ed-951f-1626e6602ef8 | InvocationID=c033a55c-6312-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-13T05:19:54+0000 | policy_event_thread | 139789338061600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bfb44a1e-6312-11ed-951f-1626e6602ef8 | InvocationID=bfb44f78-6312-11ed-951f-1626e6602ef8 | Polling MR for XNF activation/deactivation policy response events.
2022-11-13T05:19:54+0000 | policy_event_thread | 139789338061600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cea17434-6312-11ed-951f-1626e6602ef8 | InvocationID=cea17808-6312-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-13T05:19:54+0000 | policy_event_thread | 139789338061600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cea17434-6312-11ed-951f-1626e6602ef8 | InvocationID=cea17808-6312-11ed-951f-1626e6602ef8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:19:54+0000 | policy_event_thread | 139789338061600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cea17434-6312-11ed-951f-1626e6602ef8 | InvocationID=cea17808-6312-11ed-951f-1626e6602ef8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:19:55+0000 | aai_event_thread | 139789337000736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c033a3ae-6312-11ed-951f-1626e6602ef8 | InvocationID=c033a55c-6312-11ed-951f-1626e6602ef8 | Polling MR for XNF AAI events.
2022-11-13T05:19:55+0000 | aai_event_thread | 139789337000736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cef6231c-6312-11ed-951f-1626e6602ef8 | InvocationID=cef624de-6312-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-13T05:20:19+0000 | policy_event_thread | 139789338061600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cea17434-6312-11ed-951f-1626e6602ef8 | InvocationID=cea17808-6312-11ed-951f-1626e6602ef8 | Polling MR for XNF activation/deactivation policy response events.
2022-11-13T05:20:19+0000 | policy_event_thread | 139789338061600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dd8da832-6312-11ed-951f-1626e6602ef8 | InvocationID=dd8da9f4-6312-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-13T05:20:19+0000 | policy_event_thread | 139789338061600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dd8da832-6312-11ed-951f-1626e6602ef8 | InvocationID=dd8da9f4-6312-11ed-951f-1626e6602ef8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:20:19+0000 | policy_event_thread | 139789338061600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dd8da832-6312-11ed-951f-1626e6602ef8 | InvocationID=dd8da9f4-6312-11ed-951f-1626e6602ef8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:20:19+0000 | aai_event_thread | 139789337000736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cef6231c-6312-11ed-951f-1626e6602ef8 | InvocationID=cef624de-6312-11ed-951f-1626e6602ef8 | Polling MR for XNF AAI events.
2022-11-13T05:20:19+0000 | aai_event_thread | 139789337000736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ddb8a2bc-6312-11ed-951f-1626e6602ef8 | InvocationID=ddb8a596-6312-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-13T05:20:44+0000 | policy_event_thread | 139789338061600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dd8da832-6312-11ed-951f-1626e6602ef8 | InvocationID=dd8da9f4-6312-11ed-951f-1626e6602ef8 | Polling MR for XNF activation/deactivation policy response events.
2022-11-13T05:20:44+0000 | policy_event_thread | 139789338061600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ec793050-6312-11ed-951f-1626e6602ef8 | InvocationID=ec793276-6312-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-13T05:20:44+0000 | policy_event_thread | 139789338061600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ec793050-6312-11ed-951f-1626e6602ef8 | InvocationID=ec793276-6312-11ed-951f-1626e6602ef8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:20:44+0000 | policy_event_thread | 139789338061600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ec793050-6312-11ed-951f-1626e6602ef8 | InvocationID=ec793276-6312-11ed-951f-1626e6602ef8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:20:44+0000 | aai_event_thread | 139789337000736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ddb8a2bc-6312-11ed-951f-1626e6602ef8 | InvocationID=ddb8a596-6312-11ed-951f-1626e6602ef8 | Polling MR for XNF AAI events.
2022-11-13T05:20:44+0000 | aai_event_thread | 139789337000736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ec7d36dc-6312-11ed-951f-1626e6602ef8 | InvocationID=ec7d388a-6312-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-13T05:21:09+0000 | aai_event_thread | 139789337000736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ec7d36dc-6312-11ed-951f-1626e6602ef8 | InvocationID=ec7d388a-6312-11ed-951f-1626e6602ef8 | Polling MR for XNF AAI events.
2022-11-13T05:21:09+0000 | aai_event_thread | 139789337000736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fb45413c-6312-11ed-951f-1626e6602ef8 | InvocationID=fb4543ee-6312-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-13T05:21:09+0000 | policy_event_thread | 139789338061600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ec793050-6312-11ed-951f-1626e6602ef8 | InvocationID=ec793276-6312-11ed-951f-1626e6602ef8 | Polling MR for XNF activation/deactivation policy response events.
2022-11-13T05:21:09+0000 | policy_event_thread | 139789338061600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fb64381c-6312-11ed-951f-1626e6602ef8 | InvocationID=fb6439d4-6312-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-13T05:21:09+0000 | policy_event_thread | 139789338061600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fb64381c-6312-11ed-951f-1626e6602ef8 | InvocationID=fb6439d4-6312-11ed-951f-1626e6602ef8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:21:09+0000 | policy_event_thread | 139789338061600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fb64381c-6312-11ed-951f-1626e6602ef8 | InvocationID=fb6439d4-6312-11ed-951f-1626e6602ef8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:21:34+0000 | aai_event_thread | 139789337000736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fb45413c-6312-11ed-951f-1626e6602ef8 | InvocationID=fb4543ee-6312-11ed-951f-1626e6602ef8 | Polling MR for XNF AAI events.
2022-11-13T05:21:34+0000 | aai_event_thread | 139789337000736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0a0a39b6-6313-11ed-951f-1626e6602ef8 | InvocationID=0a0a3c2c-6313-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-13T05:21:34+0000 | policy_event_thread | 139789338061600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fb64381c-6312-11ed-951f-1626e6602ef8 | InvocationID=fb6439d4-6312-11ed-951f-1626e6602ef8 | Polling MR for XNF activation/deactivation policy response events.
2022-11-13T05:21:34+0000 | policy_event_thread | 139789338061600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0a4f8688-6313-11ed-951f-1626e6602ef8 | InvocationID=0a4f884a-6313-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-13T05:21:34+0000 | policy_event_thread | 139789338061600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0a4f8688-6313-11ed-951f-1626e6602ef8 | InvocationID=0a4f884a-6313-11ed-951f-1626e6602ef8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:21:34+0000 | policy_event_thread | 139789338061600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0a4f8688-6313-11ed-951f-1626e6602ef8 | InvocationID=0a4f884a-6313-11ed-951f-1626e6602ef8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:21:59+0000 | aai_event_thread | 139789337000736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0a0a39b6-6313-11ed-951f-1626e6602ef8 | InvocationID=0a0a3c2c-6313-11ed-951f-1626e6602ef8 | Polling MR for XNF AAI events.
2022-11-13T05:21:59+0000 | aai_event_thread | 139789337000736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=18d08b4e-6313-11ed-951f-1626e6602ef8 | InvocationID=18d08dce-6313-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-13T05:21:59+0000 | policy_event_thread | 139789338061600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0a4f8688-6313-11ed-951f-1626e6602ef8 | InvocationID=0a4f884a-6313-11ed-951f-1626e6602ef8 | Polling MR for XNF activation/deactivation policy response events.
2022-11-13T05:21:59+0000 | policy_event_thread | 139789338061600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=193b7418-6313-11ed-951f-1626e6602ef8 | InvocationID=193b76ac-6313-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-13T05:21:59+0000 | policy_event_thread | 139789338061600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=193b7418-6313-11ed-951f-1626e6602ef8 | InvocationID=193b76ac-6313-11ed-951f-1626e6602ef8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:21:59+0000 | policy_event_thread | 139789338061600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=193b7418-6313-11ed-951f-1626e6602ef8 | InvocationID=193b76ac-6313-11ed-951f-1626e6602ef8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:22:23+0000 | aai_event_thread | 139789337000736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=18d08b4e-6313-11ed-951f-1626e6602ef8 | InvocationID=18d08dce-6313-11ed-951f-1626e6602ef8 | Polling MR for XNF AAI events.
2022-11-13T05:22:23+0000 | aai_event_thread | 139789337000736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=27916a72-6313-11ed-951f-1626e6602ef8 | InvocationID=27916c8e-6313-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-13T05:22:24+0000 | policy_event_thread | 139789338061600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=193b7418-6313-11ed-951f-1626e6602ef8 | InvocationID=193b76ac-6313-11ed-951f-1626e6602ef8 | Polling MR for XNF activation/deactivation policy response events.
2022-11-13T05:22:24+0000 | policy_event_thread | 139789338061600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2826296e-6313-11ed-951f-1626e6602ef8 | InvocationID=28262b94-6313-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-13T05:22:24+0000 | policy_event_thread | 139789338061600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2826296e-6313-11ed-951f-1626e6602ef8 | InvocationID=28262b94-6313-11ed-951f-1626e6602ef8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:22:24+0000 | policy_event_thread | 139789338061600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2826296e-6313-11ed-951f-1626e6602ef8 | InvocationID=28262b94-6313-11ed-951f-1626e6602ef8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:22:48+0000 | aai_event_thread | 139789337000736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=27916a72-6313-11ed-951f-1626e6602ef8 | InvocationID=27916c8e-6313-11ed-951f-1626e6602ef8 | Polling MR for XNF AAI events.
2022-11-13T05:22:48+0000 | aai_event_thread | 139789337000736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=36524446-6313-11ed-951f-1626e6602ef8 | InvocationID=3652501c-6313-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-13T05:22:49+0000 | policy_event_thread | 139789338061600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2826296e-6313-11ed-951f-1626e6602ef8 | InvocationID=28262b94-6313-11ed-951f-1626e6602ef8 | Polling MR for XNF activation/deactivation policy response events.
2022-11-13T05:22:49+0000 | policy_event_thread | 139789338061600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3710aeb8-6313-11ed-951f-1626e6602ef8 | InvocationID=3710b052-6313-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-13T05:22:49+0000 | policy_event_thread | 139789338061600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3710aeb8-6313-11ed-951f-1626e6602ef8 | InvocationID=3710b052-6313-11ed-951f-1626e6602ef8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:22:49+0000 | policy_event_thread | 139789338061600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3710aeb8-6313-11ed-951f-1626e6602ef8 | InvocationID=3710b052-6313-11ed-951f-1626e6602ef8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:23:13+0000 | aai_event_thread | 139789337000736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=36524446-6313-11ed-951f-1626e6602ef8 | InvocationID=3652501c-6313-11ed-951f-1626e6602ef8 | Polling MR for XNF AAI events.
2022-11-13T05:23:13+0000 | aai_event_thread | 139789337000736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=45135d58-6313-11ed-951f-1626e6602ef8 | InvocationID=4513605a-6313-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-13T05:23:14+0000 | policy_event_thread | 139789338061600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3710aeb8-6313-11ed-951f-1626e6602ef8 | InvocationID=3710b052-6313-11ed-951f-1626e6602ef8 | Polling MR for XNF activation/deactivation policy response events.
2022-11-13T05:23:14+0000 | policy_event_thread | 139789338061600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=45fb4604-6313-11ed-951f-1626e6602ef8 | InvocationID=45fb47c6-6313-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-13T05:23:14+0000 | policy_event_thread | 139789338061600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=45fb4604-6313-11ed-951f-1626e6602ef8 | InvocationID=45fb47c6-6313-11ed-951f-1626e6602ef8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:23:14+0000 | policy_event_thread | 139789338061600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=45fb4604-6313-11ed-951f-1626e6602ef8 | InvocationID=45fb47c6-6313-11ed-951f-1626e6602ef8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:23:38+0000 | aai_event_thread | 139789337000736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=45135d58-6313-11ed-951f-1626e6602ef8 | InvocationID=4513605a-6313-11ed-951f-1626e6602ef8 | Polling MR for XNF AAI events.
2022-11-13T05:23:38+0000 | aai_event_thread | 139789337000736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=53d45590-6313-11ed-951f-1626e6602ef8 | InvocationID=53d458c4-6313-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-13T05:23:39+0000 | policy_event_thread | 139789338061600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=45fb4604-6313-11ed-951f-1626e6602ef8 | InvocationID=45fb47c6-6313-11ed-951f-1626e6602ef8 | Polling MR for XNF activation/deactivation policy response events.
2022-11-13T05:23:39+0000 | policy_event_thread | 139789338061600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=54e633b8-6313-11ed-951f-1626e6602ef8 | InvocationID=54e6369c-6313-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-13T05:23:39+0000 | policy_event_thread | 139789338061600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=54e633b8-6313-11ed-951f-1626e6602ef8 | InvocationID=54e6369c-6313-11ed-951f-1626e6602ef8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:23:39+0000 | policy_event_thread | 139789338061600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=54e633b8-6313-11ed-951f-1626e6602ef8 | InvocationID=54e6369c-6313-11ed-951f-1626e6602ef8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:24:02+0000 | aai_event_thread | 139789337000736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=53d45590-6313-11ed-951f-1626e6602ef8 | InvocationID=53d458c4-6313-11ed-951f-1626e6602ef8 | Polling MR for XNF AAI events.
2022-11-13T05:24:02+0000 | aai_event_thread | 139789337000736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6294d79e-6313-11ed-951f-1626e6602ef8 | InvocationID=6294db90-6313-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-13T05:24:04+0000 | policy_event_thread | 139789338061600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=54e633b8-6313-11ed-951f-1626e6602ef8 | InvocationID=54e6369c-6313-11ed-951f-1626e6602ef8 | Polling MR for XNF activation/deactivation policy response events.
2022-11-13T05:24:04+0000 | policy_event_thread | 139789338061600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=63d198ea-6313-11ed-951f-1626e6602ef8 | InvocationID=63d19a98-6313-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-13T05:24:04+0000 | policy_event_thread | 139789338061600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=63d198ea-6313-11ed-951f-1626e6602ef8 | InvocationID=63d19a98-6313-11ed-951f-1626e6602ef8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:24:04+0000 | policy_event_thread | 139789338061600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=63d198ea-6313-11ed-951f-1626e6602ef8 | InvocationID=63d19a98-6313-11ed-951f-1626e6602ef8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:24:27+0000 | aai_event_thread | 139789337000736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6294d79e-6313-11ed-951f-1626e6602ef8 | InvocationID=6294db90-6313-11ed-951f-1626e6602ef8 | Polling MR for XNF AAI events.
2022-11-13T05:24:27+0000 | aai_event_thread | 139789337000736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7156d278-6313-11ed-951f-1626e6602ef8 | InvocationID=7156d750-6313-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-13T05:24:29+0000 | policy_event_thread | 139789338061600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=63d198ea-6313-11ed-951f-1626e6602ef8 | InvocationID=63d19a98-6313-11ed-951f-1626e6602ef8 | Polling MR for XNF activation/deactivation policy response events.
2022-11-13T05:24:29+0000 | policy_event_thread | 139789338061600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=72bc5070-6313-11ed-951f-1626e6602ef8 | InvocationID=72bc5b7e-6313-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-13T05:24:29+0000 | policy_event_thread | 139789338061600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=72bc5070-6313-11ed-951f-1626e6602ef8 | InvocationID=72bc5b7e-6313-11ed-951f-1626e6602ef8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:24:29+0000 | policy_event_thread | 139789338061600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=72bc5070-6313-11ed-951f-1626e6602ef8 | InvocationID=72bc5b7e-6313-11ed-951f-1626e6602ef8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:24:52+0000 | aai_event_thread | 139789337000736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7156d278-6313-11ed-951f-1626e6602ef8 | InvocationID=7156d750-6313-11ed-951f-1626e6602ef8 | Polling MR for XNF AAI events.
2022-11-13T05:24:52+0000 | aai_event_thread | 139789337000736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=801ce6f8-6313-11ed-951f-1626e6602ef8 | InvocationID=801ce8f6-6313-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-13T05:24:54+0000 | policy_event_thread | 139789338061600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=72bc5070-6313-11ed-951f-1626e6602ef8 | InvocationID=72bc5b7e-6313-11ed-951f-1626e6602ef8 | Polling MR for XNF activation/deactivation policy response events.
2022-11-13T05:24:54+0000 | policy_event_thread | 139789338061600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=81a7702e-6313-11ed-951f-1626e6602ef8 | InvocationID=81a7724a-6313-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-13T05:24:54+0000 | policy_event_thread | 139789338061600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=81a7702e-6313-11ed-951f-1626e6602ef8 | InvocationID=81a7724a-6313-11ed-951f-1626e6602ef8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:24:54+0000 | policy_event_thread | 139789338061600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=81a7702e-6313-11ed-951f-1626e6602ef8 | InvocationID=81a7724a-6313-11ed-951f-1626e6602ef8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:25:17+0000 | aai_event_thread | 139789337000736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=801ce6f8-6313-11ed-951f-1626e6602ef8 | InvocationID=801ce8f6-6313-11ed-951f-1626e6602ef8 | Polling MR for XNF AAI events.
2022-11-13T05:25:17+0000 | aai_event_thread | 139789337000736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8ede006e-6313-11ed-951f-1626e6602ef8 | InvocationID=8ede02b2-6313-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-13T05:25:19+0000 | policy_event_thread | 139789338061600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=81a7702e-6313-11ed-951f-1626e6602ef8 | InvocationID=81a7724a-6313-11ed-951f-1626e6602ef8 | Polling MR for XNF activation/deactivation policy response events.
2022-11-13T05:25:19+0000 | policy_event_thread | 139789338061600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9092a41e-6313-11ed-951f-1626e6602ef8 | InvocationID=9092a5e0-6313-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-13T05:25:19+0000 | policy_event_thread | 139789338061600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9092a41e-6313-11ed-951f-1626e6602ef8 | InvocationID=9092a5e0-6313-11ed-951f-1626e6602ef8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:25:19+0000 | policy_event_thread | 139789338061600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9092a41e-6313-11ed-951f-1626e6602ef8 | InvocationID=9092a5e0-6313-11ed-951f-1626e6602ef8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:25:41+0000 | aai_event_thread | 139789337000736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8ede006e-6313-11ed-951f-1626e6602ef8 | InvocationID=8ede02b2-6313-11ed-951f-1626e6602ef8 | Polling MR for XNF AAI events.
2022-11-13T05:25:41+0000 | aai_event_thread | 139789337000736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9d9e4e4c-6313-11ed-951f-1626e6602ef8 | InvocationID=9d9e5158-6313-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-13T05:25:44+0000 | policy_event_thread | 139789338061600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9092a41e-6313-11ed-951f-1626e6602ef8 | InvocationID=9092a5e0-6313-11ed-951f-1626e6602ef8 | Polling MR for XNF activation/deactivation policy response events.
2022-11-13T05:25:44+0000 | policy_event_thread | 139789338061600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9f7d6acc-6313-11ed-951f-1626e6602ef8 | InvocationID=9f7d6c84-6313-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-13T05:25:44+0000 | policy_event_thread | 139789338061600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9f7d6acc-6313-11ed-951f-1626e6602ef8 | InvocationID=9f7d6c84-6313-11ed-951f-1626e6602ef8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:25:44+0000 | policy_event_thread | 139789338061600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9f7d6acc-6313-11ed-951f-1626e6602ef8 | InvocationID=9f7d6c84-6313-11ed-951f-1626e6602ef8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:26:06+0000 | aai_event_thread | 139789337000736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9d9e4e4c-6313-11ed-951f-1626e6602ef8 | InvocationID=9d9e5158-6313-11ed-951f-1626e6602ef8 | Polling MR for XNF AAI events.
2022-11-13T05:26:06+0000 | aai_event_thread | 139789337000736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ac5f7370-6313-11ed-951f-1626e6602ef8 | InvocationID=ac5f7618-6313-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-13T05:26:09+0000 | policy_event_thread | 139789338061600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9f7d6acc-6313-11ed-951f-1626e6602ef8 | InvocationID=9f7d6c84-6313-11ed-951f-1626e6602ef8 | Polling MR for XNF activation/deactivation policy response events.
2022-11-13T05:26:09+0000 | policy_event_thread | 139789338061600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae685d08-6313-11ed-951f-1626e6602ef8 | InvocationID=ae685f4c-6313-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-13T05:26:10+0000 | policy_event_thread | 139789338061600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae685d08-6313-11ed-951f-1626e6602ef8 | InvocationID=ae685f4c-6313-11ed-951f-1626e6602ef8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:26:10+0000 | policy_event_thread | 139789338061600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ae685d08-6313-11ed-951f-1626e6602ef8 | InvocationID=ae685f4c-6313-11ed-951f-1626e6602ef8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:26:31+0000 | aai_event_thread | 139789337000736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ac5f7370-6313-11ed-951f-1626e6602ef8 | InvocationID=ac5f7618-6313-11ed-951f-1626e6602ef8 | Polling MR for XNF AAI events.
2022-11-13T05:26:31+0000 | aai_event_thread | 139789337000736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bb2074ae-6313-11ed-951f-1626e6602ef8 | InvocationID=bb207774-6313-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-13T05:26:35+0000 | policy_event_thread | 139789338061600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ae685d08-6313-11ed-951f-1626e6602ef8 | InvocationID=ae685f4c-6313-11ed-951f-1626e6602ef8 | Polling MR for XNF activation/deactivation policy response events.
2022-11-13T05:26:35+0000 | policy_event_thread | 139789338061600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bd53765e-6313-11ed-951f-1626e6602ef8 | InvocationID=bd537866-6313-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-13T05:26:35+0000 | policy_event_thread | 139789338061600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bd53765e-6313-11ed-951f-1626e6602ef8 | InvocationID=bd537866-6313-11ed-951f-1626e6602ef8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:26:35+0000 | policy_event_thread | 139789338061600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bd53765e-6313-11ed-951f-1626e6602ef8 | InvocationID=bd537866-6313-11ed-951f-1626e6602ef8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:26:56+0000 | aai_event_thread | 139789337000736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bb2074ae-6313-11ed-951f-1626e6602ef8 | InvocationID=bb207774-6313-11ed-951f-1626e6602ef8 | Polling MR for XNF AAI events.
2022-11-13T05:26:56+0000 | aai_event_thread | 139789337000736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c9e2427e-6313-11ed-951f-1626e6602ef8 | InvocationID=c9e24440-6313-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-13T05:27:00+0000 | policy_event_thread | 139789338061600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bd53765e-6313-11ed-951f-1626e6602ef8 | InvocationID=bd537866-6313-11ed-951f-1626e6602ef8 | Polling MR for XNF activation/deactivation policy response events.
2022-11-13T05:27:00+0000 | policy_event_thread | 139789338061600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cc3eb78c-6313-11ed-951f-1626e6602ef8 | InvocationID=cc3eb944-6313-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-13T05:27:00+0000 | policy_event_thread | 139789338061600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cc3eb78c-6313-11ed-951f-1626e6602ef8 | InvocationID=cc3eb944-6313-11ed-951f-1626e6602ef8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:27:00+0000 | policy_event_thread | 139789338061600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cc3eb78c-6313-11ed-951f-1626e6602ef8 | InvocationID=cc3eb944-6313-11ed-951f-1626e6602ef8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:27:20+0000 | aai_event_thread | 139789337000736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c9e2427e-6313-11ed-951f-1626e6602ef8 | InvocationID=c9e24440-6313-11ed-951f-1626e6602ef8 | Polling MR for XNF AAI events.
2022-11-13T05:27:20+0000 | aai_event_thread | 139789337000736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d8a658b8-6313-11ed-951f-1626e6602ef8 | InvocationID=d8a65aac-6313-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-13T05:27:25+0000 | policy_event_thread | 139789338061600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cc3eb78c-6313-11ed-951f-1626e6602ef8 | InvocationID=cc3eb944-6313-11ed-951f-1626e6602ef8 | Polling MR for XNF activation/deactivation policy response events.
2022-11-13T05:27:25+0000 | policy_event_thread | 139789338061600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=db29d916-6313-11ed-951f-1626e6602ef8 | InvocationID=db29dace-6313-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-13T05:27:25+0000 | policy_event_thread | 139789338061600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=db29d916-6313-11ed-951f-1626e6602ef8 | InvocationID=db29dace-6313-11ed-951f-1626e6602ef8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:27:25+0000 | policy_event_thread | 139789338061600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=db29d916-6313-11ed-951f-1626e6602ef8 | InvocationID=db29dace-6313-11ed-951f-1626e6602ef8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:27:45+0000 | aai_event_thread | 139789337000736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d8a658b8-6313-11ed-951f-1626e6602ef8 | InvocationID=d8a65aac-6313-11ed-951f-1626e6602ef8 | Polling MR for XNF AAI events.
2022-11-13T05:27:45+0000 | aai_event_thread | 139789337000736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e7679470-6313-11ed-951f-1626e6602ef8 | InvocationID=e7679bbe-6313-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-13T05:27:50+0000 | policy_event_thread | 139789338061600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=db29d916-6313-11ed-951f-1626e6602ef8 | InvocationID=db29dace-6313-11ed-951f-1626e6602ef8 | Polling MR for XNF activation/deactivation policy response events.
2022-11-13T05:27:50+0000 | policy_event_thread | 139789338061600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ea145e42-6313-11ed-951f-1626e6602ef8 | InvocationID=ea145ffa-6313-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-13T05:27:50+0000 | policy_event_thread | 139789338061600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ea145e42-6313-11ed-951f-1626e6602ef8 | InvocationID=ea145ffa-6313-11ed-951f-1626e6602ef8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:27:50+0000 | policy_event_thread | 139789338061600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ea145e42-6313-11ed-951f-1626e6602ef8 | InvocationID=ea145ffa-6313-11ed-951f-1626e6602ef8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:28:10+0000 | aai_event_thread | 139789337000736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e7679470-6313-11ed-951f-1626e6602ef8 | InvocationID=e7679bbe-6313-11ed-951f-1626e6602ef8 | Polling MR for XNF AAI events.
2022-11-13T05:28:10+0000 | aai_event_thread | 139789337000736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f629c01e-6313-11ed-951f-1626e6602ef8 | InvocationID=f629c1d6-6313-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-13T05:28:15+0000 | policy_event_thread | 139789338061600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ea145e42-6313-11ed-951f-1626e6602ef8 | InvocationID=ea145ffa-6313-11ed-951f-1626e6602ef8 | Polling MR for XNF activation/deactivation policy response events.
2022-11-13T05:28:15+0000 | policy_event_thread | 139789338061600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f8ff78ec-6313-11ed-951f-1626e6602ef8 | InvocationID=f8ff7b58-6313-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-13T05:28:15+0000 | policy_event_thread | 139789338061600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f8ff78ec-6313-11ed-951f-1626e6602ef8 | InvocationID=f8ff7b58-6313-11ed-951f-1626e6602ef8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:28:15+0000 | policy_event_thread | 139789338061600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f8ff78ec-6313-11ed-951f-1626e6602ef8 | InvocationID=f8ff7b58-6313-11ed-951f-1626e6602ef8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:28:35+0000 | aai_event_thread | 139789337000736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f629c01e-6313-11ed-951f-1626e6602ef8 | InvocationID=f629c1d6-6313-11ed-951f-1626e6602ef8 | Polling MR for XNF AAI events.
2022-11-13T05:28:35+0000 | aai_event_thread | 139789337000736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=04e9c4c8-6314-11ed-951f-1626e6602ef8 | InvocationID=04e9c680-6314-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-13T05:28:40+0000 | policy_event_thread | 139789338061600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f8ff78ec-6313-11ed-951f-1626e6602ef8 | InvocationID=f8ff7b58-6313-11ed-951f-1626e6602ef8 | Polling MR for XNF activation/deactivation policy response events.
2022-11-13T05:28:40+0000 | policy_event_thread | 139789338061600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=07eb5768-6314-11ed-951f-1626e6602ef8 | InvocationID=07eb5b78-6314-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-13T05:28:40+0000 | policy_event_thread | 139789338061600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=07eb5768-6314-11ed-951f-1626e6602ef8 | InvocationID=07eb5b78-6314-11ed-951f-1626e6602ef8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:28:40+0000 | policy_event_thread | 139789338061600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=07eb5768-6314-11ed-951f-1626e6602ef8 | InvocationID=07eb5b78-6314-11ed-951f-1626e6602ef8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:28:59+0000 | aai_event_thread | 139789337000736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=04e9c4c8-6314-11ed-951f-1626e6602ef8 | InvocationID=04e9c680-6314-11ed-951f-1626e6602ef8 | Polling MR for XNF AAI events.
2022-11-13T05:28:59+0000 | aai_event_thread | 139789337000736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=13ac5fca-6314-11ed-951f-1626e6602ef8 | InvocationID=13ac6344-6314-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-13T05:29:05+0000 | policy_event_thread | 139789338061600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=07eb5768-6314-11ed-951f-1626e6602ef8 | InvocationID=07eb5b78-6314-11ed-951f-1626e6602ef8 | Polling MR for XNF activation/deactivation policy response events.
2022-11-13T05:29:05+0000 | policy_event_thread | 139789338061600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=16d8f79e-6314-11ed-951f-1626e6602ef8 | InvocationID=16d8f956-6314-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-13T05:29:05+0000 | policy_event_thread | 139789338061600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=16d8f79e-6314-11ed-951f-1626e6602ef8 | InvocationID=16d8f956-6314-11ed-951f-1626e6602ef8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:29:05+0000 | policy_event_thread | 139789338061600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=16d8f79e-6314-11ed-951f-1626e6602ef8 | InvocationID=16d8f956-6314-11ed-951f-1626e6602ef8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:29:24+0000 | aai_event_thread | 139789337000736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=13ac5fca-6314-11ed-951f-1626e6602ef8 | InvocationID=13ac6344-6314-11ed-951f-1626e6602ef8 | Polling MR for XNF AAI events.
2022-11-13T05:29:24+0000 | aai_event_thread | 139789337000736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=226d1b3a-6314-11ed-951f-1626e6602ef8 | InvocationID=226d1de2-6314-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-13T05:29:30+0000 | policy_event_thread | 139789338061600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=16d8f79e-6314-11ed-951f-1626e6602ef8 | InvocationID=16d8f956-6314-11ed-951f-1626e6602ef8 | Polling MR for XNF activation/deactivation policy response events.
2022-11-13T05:29:30+0000 | policy_event_thread | 139789338061600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=25c3e64c-6314-11ed-951f-1626e6602ef8 | InvocationID=25c3e7f0-6314-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-13T05:29:30+0000 | policy_event_thread | 139789338061600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=25c3e64c-6314-11ed-951f-1626e6602ef8 | InvocationID=25c3e7f0-6314-11ed-951f-1626e6602ef8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:29:30+0000 | policy_event_thread | 139789338061600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=25c3e64c-6314-11ed-951f-1626e6602ef8 | InvocationID=25c3e7f0-6314-11ed-951f-1626e6602ef8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:29:49+0000 | aai_event_thread | 139789337000736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=226d1b3a-6314-11ed-951f-1626e6602ef8 | InvocationID=226d1de2-6314-11ed-951f-1626e6602ef8 | Polling MR for XNF AAI events.
2022-11-13T05:29:49+0000 | aai_event_thread | 139789337000736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3132f9b4-6314-11ed-951f-1626e6602ef8 | InvocationID=3132fb9e-6314-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-13T05:29:55+0000 | policy_event_thread | 139789338061600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=25c3e64c-6314-11ed-951f-1626e6602ef8 | InvocationID=25c3e7f0-6314-11ed-951f-1626e6602ef8 | Polling MR for XNF activation/deactivation policy response events.
2022-11-13T05:29:55+0000 | policy_event_thread | 139789338061600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=34ae6470-6314-11ed-951f-1626e6602ef8 | InvocationID=34ae6678-6314-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-13T05:29:55+0000 | policy_event_thread | 139789338061600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=34ae6470-6314-11ed-951f-1626e6602ef8 | InvocationID=34ae6678-6314-11ed-951f-1626e6602ef8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:29:55+0000 | policy_event_thread | 139789338061600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=34ae6470-6314-11ed-951f-1626e6602ef8 | InvocationID=34ae6678-6314-11ed-951f-1626e6602ef8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:30:14+0000 | aai_event_thread | 139789337000736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3132f9b4-6314-11ed-951f-1626e6602ef8 | InvocationID=3132fb9e-6314-11ed-951f-1626e6602ef8 | Polling MR for XNF AAI events.
2022-11-13T05:30:14+0000 | aai_event_thread | 139789337000736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3ff68196-6314-11ed-951f-1626e6602ef8 | InvocationID=3ff6840c-6314-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-13T05:30:20+0000 | policy_event_thread | 139789338061600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=34ae6470-6314-11ed-951f-1626e6602ef8 | InvocationID=34ae6678-6314-11ed-951f-1626e6602ef8 | Polling MR for XNF activation/deactivation policy response events.
2022-11-13T05:30:20+0000 | policy_event_thread | 139789338061600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=43994798-6314-11ed-951f-1626e6602ef8 | InvocationID=439949fa-6314-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-13T05:30:20+0000 | policy_event_thread | 139789338061600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=43994798-6314-11ed-951f-1626e6602ef8 | InvocationID=439949fa-6314-11ed-951f-1626e6602ef8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:30:20+0000 | policy_event_thread | 139789338061600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=43994798-6314-11ed-951f-1626e6602ef8 | InvocationID=439949fa-6314-11ed-951f-1626e6602ef8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:30:38+0000 | aai_event_thread | 139789337000736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3ff68196-6314-11ed-951f-1626e6602ef8 | InvocationID=3ff6840c-6314-11ed-951f-1626e6602ef8 | Polling MR for XNF AAI events.
2022-11-13T05:30:38+0000 | aai_event_thread | 139789337000736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4ebb5882-6314-11ed-951f-1626e6602ef8 | InvocationID=4ebb5a94-6314-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-13T05:30:45+0000 | policy_event_thread | 139789338061600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=43994798-6314-11ed-951f-1626e6602ef8 | InvocationID=439949fa-6314-11ed-951f-1626e6602ef8 | Polling MR for XNF activation/deactivation policy response events.
2022-11-13T05:30:45+0000 | policy_event_thread | 139789338061600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=52848fce-6314-11ed-951f-1626e6602ef8 | InvocationID=5284926c-6314-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-13T05:30:45+0000 | policy_event_thread | 139789338061600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=52848fce-6314-11ed-951f-1626e6602ef8 | InvocationID=5284926c-6314-11ed-951f-1626e6602ef8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:30:45+0000 | policy_event_thread | 139789338061600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=52848fce-6314-11ed-951f-1626e6602ef8 | InvocationID=5284926c-6314-11ed-951f-1626e6602ef8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:31:03+0000 | aai_event_thread | 139789337000736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4ebb5882-6314-11ed-951f-1626e6602ef8 | InvocationID=4ebb5a94-6314-11ed-951f-1626e6602ef8 | Polling MR for XNF AAI events.
2022-11-13T05:31:03+0000 | aai_event_thread | 139789337000736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5d7bfafc-6314-11ed-951f-1626e6602ef8 | InvocationID=5d7bfe12-6314-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-13T05:31:10+0000 | policy_event_thread | 139789338061600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=52848fce-6314-11ed-951f-1626e6602ef8 | InvocationID=5284926c-6314-11ed-951f-1626e6602ef8 | Polling MR for XNF activation/deactivation policy response events.
2022-11-13T05:31:10+0000 | policy_event_thread | 139789338061600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=616f2d14-6314-11ed-951f-1626e6602ef8 | InvocationID=616f2ee0-6314-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-13T05:31:10+0000 | policy_event_thread | 139789338061600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=616f2d14-6314-11ed-951f-1626e6602ef8 | InvocationID=616f2ee0-6314-11ed-951f-1626e6602ef8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:31:10+0000 | policy_event_thread | 139789338061600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=616f2d14-6314-11ed-951f-1626e6602ef8 | InvocationID=616f2ee0-6314-11ed-951f-1626e6602ef8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:31:28+0000 | aai_event_thread | 139789337000736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5d7bfafc-6314-11ed-951f-1626e6602ef8 | InvocationID=5d7bfe12-6314-11ed-951f-1626e6602ef8 | Polling MR for XNF AAI events.
2022-11-13T05:31:28+0000 | aai_event_thread | 139789337000736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6c3e2aec-6314-11ed-951f-1626e6602ef8 | InvocationID=6c3e2ca4-6314-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-13T05:31:35+0000 | policy_event_thread | 139789338061600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=616f2d14-6314-11ed-951f-1626e6602ef8 | InvocationID=616f2ee0-6314-11ed-951f-1626e6602ef8 | Polling MR for XNF activation/deactivation policy response events.
2022-11-13T05:31:35+0000 | policy_event_thread | 139789338061600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7059def0-6314-11ed-951f-1626e6602ef8 | InvocationID=7059e224-6314-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-13T05:31:35+0000 | policy_event_thread | 139789338061600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7059def0-6314-11ed-951f-1626e6602ef8 | InvocationID=7059e224-6314-11ed-951f-1626e6602ef8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:31:35+0000 | policy_event_thread | 139789338061600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7059def0-6314-11ed-951f-1626e6602ef8 | InvocationID=7059e224-6314-11ed-951f-1626e6602ef8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:31:53+0000 | aai_event_thread | 139789337000736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6c3e2aec-6314-11ed-951f-1626e6602ef8 | InvocationID=6c3e2ca4-6314-11ed-951f-1626e6602ef8 | Polling MR for XNF AAI events.
2022-11-13T05:31:53+0000 | aai_event_thread | 139789337000736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7b008908-6314-11ed-951f-1626e6602ef8 | InvocationID=7b008d5e-6314-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-13T05:32:00+0000 | policy_event_thread | 139789338061600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7059def0-6314-11ed-951f-1626e6602ef8 | InvocationID=7059e224-6314-11ed-951f-1626e6602ef8 | Polling MR for XNF activation/deactivation policy response events.
2022-11-13T05:32:00+0000 | policy_event_thread | 139789338061600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7f45735c-6314-11ed-951f-1626e6602ef8 | InvocationID=7f457622-6314-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-13T05:32:00+0000 | policy_event_thread | 139789338061600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7f45735c-6314-11ed-951f-1626e6602ef8 | InvocationID=7f457622-6314-11ed-951f-1626e6602ef8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:32:00+0000 | policy_event_thread | 139789338061600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7f45735c-6314-11ed-951f-1626e6602ef8 | InvocationID=7f457622-6314-11ed-951f-1626e6602ef8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:32:18+0000 | aai_event_thread | 139789337000736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7b008908-6314-11ed-951f-1626e6602ef8 | InvocationID=7b008d5e-6314-11ed-951f-1626e6602ef8 | Polling MR for XNF AAI events.
2022-11-13T05:32:18+0000 | aai_event_thread | 139789337000736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=89c5f8ce-6314-11ed-951f-1626e6602ef8 | InvocationID=89c5fc66-6314-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-13T05:32:25+0000 | policy_event_thread | 139789338061600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7f45735c-6314-11ed-951f-1626e6602ef8 | InvocationID=7f457622-6314-11ed-951f-1626e6602ef8 | Polling MR for XNF activation/deactivation policy response events.
2022-11-13T05:32:25+0000 | policy_event_thread | 139789338061600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8e31113c-6314-11ed-951f-1626e6602ef8 | InvocationID=8e31138a-6314-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-13T05:32:25+0000 | policy_event_thread | 139789338061600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8e31113c-6314-11ed-951f-1626e6602ef8 | InvocationID=8e31138a-6314-11ed-951f-1626e6602ef8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:32:25+0000 | policy_event_thread | 139789338061600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8e31113c-6314-11ed-951f-1626e6602ef8 | InvocationID=8e31138a-6314-11ed-951f-1626e6602ef8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:32:42+0000 | aai_event_thread | 139789337000736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=89c5f8ce-6314-11ed-951f-1626e6602ef8 | InvocationID=89c5fc66-6314-11ed-951f-1626e6602ef8 | Polling MR for XNF AAI events.
2022-11-13T05:32:42+0000 | aai_event_thread | 139789337000736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=98877e3c-6314-11ed-951f-1626e6602ef8 | InvocationID=988781f2-6314-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-13T05:32:50+0000 | policy_event_thread | 139789338061600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8e31113c-6314-11ed-951f-1626e6602ef8 | InvocationID=8e31138a-6314-11ed-951f-1626e6602ef8 | Polling MR for XNF activation/deactivation policy response events.
2022-11-13T05:32:50+0000 | policy_event_thread | 139789338061600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9d1c125a-6314-11ed-951f-1626e6602ef8 | InvocationID=9d1c16ec-6314-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-13T05:32:50+0000 | policy_event_thread | 139789338061600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9d1c125a-6314-11ed-951f-1626e6602ef8 | InvocationID=9d1c16ec-6314-11ed-951f-1626e6602ef8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:32:50+0000 | policy_event_thread | 139789338061600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9d1c125a-6314-11ed-951f-1626e6602ef8 | InvocationID=9d1c16ec-6314-11ed-951f-1626e6602ef8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:33:07+0000 | aai_event_thread | 139789337000736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=98877e3c-6314-11ed-951f-1626e6602ef8 | InvocationID=988781f2-6314-11ed-951f-1626e6602ef8 | Polling MR for XNF AAI events.
2022-11-13T05:33:07+0000 | aai_event_thread | 139789337000736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a747e7ea-6314-11ed-951f-1626e6602ef8 | InvocationID=a747ea24-6314-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-13T05:33:15+0000 | policy_event_thread | 139789338061600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9d1c125a-6314-11ed-951f-1626e6602ef8 | InvocationID=9d1c16ec-6314-11ed-951f-1626e6602ef8 | Polling MR for XNF activation/deactivation policy response events.
2022-11-13T05:33:15+0000 | policy_event_thread | 139789338061600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ac07a946-6314-11ed-951f-1626e6602ef8 | InvocationID=ac07ab8a-6314-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-13T05:33:15+0000 | policy_event_thread | 139789338061600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ac07a946-6314-11ed-951f-1626e6602ef8 | InvocationID=ac07ab8a-6314-11ed-951f-1626e6602ef8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:33:15+0000 | policy_event_thread | 139789338061600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ac07a946-6314-11ed-951f-1626e6602ef8 | InvocationID=ac07ab8a-6314-11ed-951f-1626e6602ef8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:33:32+0000 | aai_event_thread | 139789337000736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a747e7ea-6314-11ed-951f-1626e6602ef8 | InvocationID=a747ea24-6314-11ed-951f-1626e6602ef8 | Polling MR for XNF AAI events.
2022-11-13T05:33:32+0000 | aai_event_thread | 139789337000736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b6087704-6314-11ed-951f-1626e6602ef8 | InvocationID=b60880fa-6314-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-13T05:33:40+0000 | policy_event_thread | 139789338061600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ac07a946-6314-11ed-951f-1626e6602ef8 | InvocationID=ac07ab8a-6314-11ed-951f-1626e6602ef8 | Polling MR for XNF activation/deactivation policy response events.
2022-11-13T05:33:40+0000 | policy_event_thread | 139789338061600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=baf25f32-6314-11ed-951f-1626e6602ef8 | InvocationID=baf2613a-6314-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-13T05:33:40+0000 | policy_event_thread | 139789338061600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=baf25f32-6314-11ed-951f-1626e6602ef8 | InvocationID=baf2613a-6314-11ed-951f-1626e6602ef8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:33:40+0000 | policy_event_thread | 139789338061600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=baf25f32-6314-11ed-951f-1626e6602ef8 | InvocationID=baf2613a-6314-11ed-951f-1626e6602ef8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:33:57+0000 | aai_event_thread | 139789337000736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b6087704-6314-11ed-951f-1626e6602ef8 | InvocationID=b60880fa-6314-11ed-951f-1626e6602ef8 | Polling MR for XNF AAI events.
2022-11-13T05:33:57+0000 | aai_event_thread | 139789337000736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c4c9d99a-6314-11ed-951f-1626e6602ef8 | InvocationID=c4c9dbe8-6314-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-13T05:34:05+0000 | policy_event_thread | 139789338061600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=baf25f32-6314-11ed-951f-1626e6602ef8 | InvocationID=baf2613a-6314-11ed-951f-1626e6602ef8 | Polling MR for XNF activation/deactivation policy response events.
2022-11-13T05:34:05+0000 | policy_event_thread | 139789338061600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c9dd1eba-6314-11ed-951f-1626e6602ef8 | InvocationID=c9dd20c2-6314-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-13T05:34:05+0000 | policy_event_thread | 139789338061600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c9dd1eba-6314-11ed-951f-1626e6602ef8 | InvocationID=c9dd20c2-6314-11ed-951f-1626e6602ef8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:34:05+0000 | policy_event_thread | 139789338061600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c9dd1eba-6314-11ed-951f-1626e6602ef8 | InvocationID=c9dd20c2-6314-11ed-951f-1626e6602ef8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:34:21+0000 | aai_event_thread | 139789337000736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c4c9d99a-6314-11ed-951f-1626e6602ef8 | InvocationID=c4c9dbe8-6314-11ed-951f-1626e6602ef8 | Polling MR for XNF AAI events.
2022-11-13T05:34:21+0000 | aai_event_thread | 139789337000736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d38b3578-6314-11ed-951f-1626e6602ef8 | InvocationID=d38b37da-6314-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-13T05:34:30+0000 | policy_event_thread | 139789338061600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c9dd1eba-6314-11ed-951f-1626e6602ef8 | InvocationID=c9dd20c2-6314-11ed-951f-1626e6602ef8 | Polling MR for XNF activation/deactivation policy response events.
2022-11-13T05:34:30+0000 | policy_event_thread | 139789338061600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d8c80e6c-6314-11ed-951f-1626e6602ef8 | InvocationID=d8c8110a-6314-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-13T05:34:30+0000 | policy_event_thread | 139789338061600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d8c80e6c-6314-11ed-951f-1626e6602ef8 | InvocationID=d8c8110a-6314-11ed-951f-1626e6602ef8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:34:30+0000 | policy_event_thread | 139789338061600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d8c80e6c-6314-11ed-951f-1626e6602ef8 | InvocationID=d8c8110a-6314-11ed-951f-1626e6602ef8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:34:46+0000 | aai_event_thread | 139789337000736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d38b3578-6314-11ed-951f-1626e6602ef8 | InvocationID=d38b37da-6314-11ed-951f-1626e6602ef8 | Polling MR for XNF AAI events.
2022-11-13T05:34:46+0000 | aai_event_thread | 139789337000736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e24d83b8-6314-11ed-951f-1626e6602ef8 | InvocationID=e24d85f2-6314-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-13T05:34:55+0000 | policy_event_thread | 139789338061600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d8c80e6c-6314-11ed-951f-1626e6602ef8 | InvocationID=d8c8110a-6314-11ed-951f-1626e6602ef8 | Polling MR for XNF activation/deactivation policy response events.
2022-11-13T05:34:55+0000 | policy_event_thread | 139789338061600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e7b2f81a-6314-11ed-951f-1626e6602ef8 | InvocationID=e7b2fa36-6314-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-13T05:34:55+0000 | policy_event_thread | 139789338061600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e7b2f81a-6314-11ed-951f-1626e6602ef8 | InvocationID=e7b2fa36-6314-11ed-951f-1626e6602ef8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:34:55+0000 | policy_event_thread | 139789338061600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e7b2f81a-6314-11ed-951f-1626e6602ef8 | InvocationID=e7b2fa36-6314-11ed-951f-1626e6602ef8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:35:11+0000 | aai_event_thread | 139789337000736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e24d83b8-6314-11ed-951f-1626e6602ef8 | InvocationID=e24d85f2-6314-11ed-951f-1626e6602ef8 | Polling MR for XNF AAI events.
2022-11-13T05:35:11+0000 | aai_event_thread | 139789337000736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f11186f6-6314-11ed-951f-1626e6602ef8 | InvocationID=f11189b2-6314-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-13T05:35:20+0000 | policy_event_thread | 139789338061600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e7b2f81a-6314-11ed-951f-1626e6602ef8 | InvocationID=e7b2fa36-6314-11ed-951f-1626e6602ef8 | Polling MR for XNF activation/deactivation policy response events.
2022-11-13T05:35:20+0000 | policy_event_thread | 139789338061600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f69daa32-6314-11ed-951f-1626e6602ef8 | InvocationID=f69dabcc-6314-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-13T05:35:20+0000 | policy_event_thread | 139789338061600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f69daa32-6314-11ed-951f-1626e6602ef8 | InvocationID=f69dabcc-6314-11ed-951f-1626e6602ef8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:35:20+0000 | policy_event_thread | 139789338061600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f69daa32-6314-11ed-951f-1626e6602ef8 | InvocationID=f69dabcc-6314-11ed-951f-1626e6602ef8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:35:36+0000 | aai_event_thread | 139789337000736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f11186f6-6314-11ed-951f-1626e6602ef8 | InvocationID=f11189b2-6314-11ed-951f-1626e6602ef8 | Polling MR for XNF AAI events.
2022-11-13T05:35:36+0000 | aai_event_thread | 139789337000736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ffd2729a-6314-11ed-951f-1626e6602ef8 | InvocationID=ffd27560-6314-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-13T05:35:45+0000 | policy_event_thread | 139789338061600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f69daa32-6314-11ed-951f-1626e6602ef8 | InvocationID=f69dabcc-6314-11ed-951f-1626e6602ef8 | Polling MR for XNF activation/deactivation policy response events.
2022-11-13T05:35:45+0000 | policy_event_thread | 139789338061600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0588b1d6-6315-11ed-951f-1626e6602ef8 | InvocationID=0588b41a-6315-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-13T05:35:45+0000 | policy_event_thread | 139789338061600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0588b1d6-6315-11ed-951f-1626e6602ef8 | InvocationID=0588b41a-6315-11ed-951f-1626e6602ef8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:35:45+0000 | policy_event_thread | 139789338061600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0588b1d6-6315-11ed-951f-1626e6602ef8 | InvocationID=0588b41a-6315-11ed-951f-1626e6602ef8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:36:00+0000 | aai_event_thread | 139789337000736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ffd2729a-6314-11ed-951f-1626e6602ef8 | InvocationID=ffd27560-6314-11ed-951f-1626e6602ef8 | Polling MR for XNF AAI events.
2022-11-13T05:36:00+0000 | aai_event_thread | 139789337000736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0e92f39a-6315-11ed-951f-1626e6602ef8 | InvocationID=0e92f534-6315-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-13T05:36:10+0000 | policy_event_thread | 139789338061600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0588b1d6-6315-11ed-951f-1626e6602ef8 | InvocationID=0588b41a-6315-11ed-951f-1626e6602ef8 | Polling MR for XNF activation/deactivation policy response events.
2022-11-13T05:36:10+0000 | policy_event_thread | 139789338061600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=14734224-6315-11ed-951f-1626e6602ef8 | InvocationID=147343e6-6315-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-13T05:36:10+0000 | policy_event_thread | 139789338061600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=14734224-6315-11ed-951f-1626e6602ef8 | InvocationID=147343e6-6315-11ed-951f-1626e6602ef8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:36:10+0000 | policy_event_thread | 139789338061600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=14734224-6315-11ed-951f-1626e6602ef8 | InvocationID=147343e6-6315-11ed-951f-1626e6602ef8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:36:25+0000 | aai_event_thread | 139789337000736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0e92f39a-6315-11ed-951f-1626e6602ef8 | InvocationID=0e92f534-6315-11ed-951f-1626e6602ef8 | Polling MR for XNF AAI events.
2022-11-13T05:36:25+0000 | aai_event_thread | 139789337000736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1d536162-6315-11ed-951f-1626e6602ef8 | InvocationID=1d5363b0-6315-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-13T05:36:35+0000 | policy_event_thread | 139789338061600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=14734224-6315-11ed-951f-1626e6602ef8 | InvocationID=147343e6-6315-11ed-951f-1626e6602ef8 | Polling MR for XNF activation/deactivation policy response events.
2022-11-13T05:36:35+0000 | policy_event_thread | 139789338061600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=235def0a-6315-11ed-951f-1626e6602ef8 | InvocationID=235df0a4-6315-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-13T05:36:35+0000 | policy_event_thread | 139789338061600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=235def0a-6315-11ed-951f-1626e6602ef8 | InvocationID=235df0a4-6315-11ed-951f-1626e6602ef8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:36:35+0000 | policy_event_thread | 139789338061600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=235def0a-6315-11ed-951f-1626e6602ef8 | InvocationID=235df0a4-6315-11ed-951f-1626e6602ef8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:36:50+0000 | aai_event_thread | 139789337000736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1d536162-6315-11ed-951f-1626e6602ef8 | InvocationID=1d5363b0-6315-11ed-951f-1626e6602ef8 | Polling MR for XNF AAI events.
2022-11-13T05:36:50+0000 | aai_event_thread | 139789337000736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2c1401ca-6315-11ed-951f-1626e6602ef8 | InvocationID=2c14053a-6315-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-13T05:37:00+0000 | policy_event_thread | 139789338061600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=235def0a-6315-11ed-951f-1626e6602ef8 | InvocationID=235df0a4-6315-11ed-951f-1626e6602ef8 | Polling MR for XNF activation/deactivation policy response events.
2022-11-13T05:37:00+0000 | policy_event_thread | 139789338061600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=32493b3c-6315-11ed-951f-1626e6602ef8 | InvocationID=32493d58-6315-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-13T05:37:00+0000 | policy_event_thread | 139789338061600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=32493b3c-6315-11ed-951f-1626e6602ef8 | InvocationID=32493d58-6315-11ed-951f-1626e6602ef8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:37:00+0000 | policy_event_thread | 139789338061600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=32493b3c-6315-11ed-951f-1626e6602ef8 | InvocationID=32493d58-6315-11ed-951f-1626e6602ef8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:37:15+0000 | aai_event_thread | 139789337000736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2c1401ca-6315-11ed-951f-1626e6602ef8 | InvocationID=2c14053a-6315-11ed-951f-1626e6602ef8 | Polling MR for XNF AAI events.
2022-11-13T05:37:15+0000 | aai_event_thread | 139789337000736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3ad5840e-6315-11ed-951f-1626e6602ef8 | InvocationID=3ad585c6-6315-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-13T05:37:25+0000 | policy_event_thread | 139789338061600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=32493b3c-6315-11ed-951f-1626e6602ef8 | InvocationID=32493d58-6315-11ed-951f-1626e6602ef8 | Polling MR for XNF activation/deactivation policy response events.
2022-11-13T05:37:25+0000 | policy_event_thread | 139789338061600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4134c08a-6315-11ed-951f-1626e6602ef8 | InvocationID=4134c256-6315-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-13T05:37:25+0000 | policy_event_thread | 139789338061600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4134c08a-6315-11ed-951f-1626e6602ef8 | InvocationID=4134c256-6315-11ed-951f-1626e6602ef8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:37:25+0000 | policy_event_thread | 139789338061600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4134c08a-6315-11ed-951f-1626e6602ef8 | InvocationID=4134c256-6315-11ed-951f-1626e6602ef8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:37:39+0000 | aai_event_thread | 139789337000736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3ad5840e-6315-11ed-951f-1626e6602ef8 | InvocationID=3ad585c6-6315-11ed-951f-1626e6602ef8 | Polling MR for XNF AAI events.
2022-11-13T05:37:39+0000 | aai_event_thread | 139789337000736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4995a00a-6315-11ed-951f-1626e6602ef8 | InvocationID=4995a226-6315-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-13T05:37:50+0000 | policy_event_thread | 139789338061600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4134c08a-6315-11ed-951f-1626e6602ef8 | InvocationID=4134c256-6315-11ed-951f-1626e6602ef8 | Polling MR for XNF activation/deactivation policy response events.
2022-11-13T05:37:50+0000 | policy_event_thread | 139789338061600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=501f5b64-6315-11ed-951f-1626e6602ef8 | InvocationID=501f5d80-6315-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-13T05:37:50+0000 | policy_event_thread | 139789338061600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=501f5b64-6315-11ed-951f-1626e6602ef8 | InvocationID=501f5d80-6315-11ed-951f-1626e6602ef8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:37:50+0000 | policy_event_thread | 139789338061600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=501f5b64-6315-11ed-951f-1626e6602ef8 | InvocationID=501f5d80-6315-11ed-951f-1626e6602ef8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:38:04+0000 | aai_event_thread | 139789337000736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4995a00a-6315-11ed-951f-1626e6602ef8 | InvocationID=4995a226-6315-11ed-951f-1626e6602ef8 | Polling MR for XNF AAI events.
2022-11-13T05:38:04+0000 | aai_event_thread | 139789337000736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5856e824-6315-11ed-951f-1626e6602ef8 | InvocationID=5856ea2c-6315-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-13T05:38:15+0000 | policy_event_thread | 139789338061600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=501f5b64-6315-11ed-951f-1626e6602ef8 | InvocationID=501f5d80-6315-11ed-951f-1626e6602ef8 | Polling MR for XNF activation/deactivation policy response events.
2022-11-13T05:38:15+0000 | policy_event_thread | 139789338061600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5f0a0372-6315-11ed-951f-1626e6602ef8 | InvocationID=5f0a050c-6315-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-13T05:38:15+0000 | policy_event_thread | 139789338061600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5f0a0372-6315-11ed-951f-1626e6602ef8 | InvocationID=5f0a050c-6315-11ed-951f-1626e6602ef8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:38:15+0000 | policy_event_thread | 139789338061600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5f0a0372-6315-11ed-951f-1626e6602ef8 | InvocationID=5f0a050c-6315-11ed-951f-1626e6602ef8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:38:29+0000 | aai_event_thread | 139789337000736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5856e824-6315-11ed-951f-1626e6602ef8 | InvocationID=5856ea2c-6315-11ed-951f-1626e6602ef8 | Polling MR for XNF AAI events.
2022-11-13T05:38:29+0000 | aai_event_thread | 139789337000736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=67174674-6315-11ed-951f-1626e6602ef8 | InvocationID=6717496c-6315-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-13T05:38:40+0000 | policy_event_thread | 139789338061600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5f0a0372-6315-11ed-951f-1626e6602ef8 | InvocationID=5f0a050c-6315-11ed-951f-1626e6602ef8 | Polling MR for XNF activation/deactivation policy response events.
2022-11-13T05:38:40+0000 | policy_event_thread | 139789338061600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6df495fa-6315-11ed-951f-1626e6602ef8 | InvocationID=6df497bc-6315-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-13T05:38:40+0000 | policy_event_thread | 139789338061600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6df495fa-6315-11ed-951f-1626e6602ef8 | InvocationID=6df497bc-6315-11ed-951f-1626e6602ef8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:38:40+0000 | policy_event_thread | 139789338061600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6df495fa-6315-11ed-951f-1626e6602ef8 | InvocationID=6df497bc-6315-11ed-951f-1626e6602ef8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:38:54+0000 | aai_event_thread | 139789337000736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=67174674-6315-11ed-951f-1626e6602ef8 | InvocationID=6717496c-6315-11ed-951f-1626e6602ef8 | Polling MR for XNF AAI events.
2022-11-13T05:38:54+0000 | aai_event_thread | 139789337000736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=75de24f2-6315-11ed-951f-1626e6602ef8 | InvocationID=75de2718-6315-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-13T05:39:05+0000 | policy_event_thread | 139789338061600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6df495fa-6315-11ed-951f-1626e6602ef8 | InvocationID=6df497bc-6315-11ed-951f-1626e6602ef8 | Polling MR for XNF activation/deactivation policy response events.
2022-11-13T05:39:05+0000 | policy_event_thread | 139789338061600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ce2c1b8-6315-11ed-951f-1626e6602ef8 | InvocationID=7ce2c370-6315-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-13T05:39:05+0000 | policy_event_thread | 139789338061600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ce2c1b8-6315-11ed-951f-1626e6602ef8 | InvocationID=7ce2c370-6315-11ed-951f-1626e6602ef8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:39:05+0000 | policy_event_thread | 139789338061600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7ce2c1b8-6315-11ed-951f-1626e6602ef8 | InvocationID=7ce2c370-6315-11ed-951f-1626e6602ef8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:39:18+0000 | aai_event_thread | 139789337000736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=75de24f2-6315-11ed-951f-1626e6602ef8 | InvocationID=75de2718-6315-11ed-951f-1626e6602ef8 | Polling MR for XNF AAI events.
2022-11-13T05:39:18+0000 | aai_event_thread | 139789337000736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=849f8e5e-6315-11ed-951f-1626e6602ef8 | InvocationID=849f9084-6315-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-13T05:39:30+0000 | policy_event_thread | 139789338061600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7ce2c1b8-6315-11ed-951f-1626e6602ef8 | InvocationID=7ce2c370-6315-11ed-951f-1626e6602ef8 | Polling MR for XNF activation/deactivation policy response events.
2022-11-13T05:39:30+0000 | policy_event_thread | 139789338061600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8bcdb4da-6315-11ed-951f-1626e6602ef8 | InvocationID=8bcdb6e2-6315-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-13T05:39:30+0000 | policy_event_thread | 139789338061600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8bcdb4da-6315-11ed-951f-1626e6602ef8 | InvocationID=8bcdb6e2-6315-11ed-951f-1626e6602ef8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:39:30+0000 | policy_event_thread | 139789338061600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8bcdb4da-6315-11ed-951f-1626e6602ef8 | InvocationID=8bcdb6e2-6315-11ed-951f-1626e6602ef8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:39:43+0000 | aai_event_thread | 139789337000736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=849f8e5e-6315-11ed-951f-1626e6602ef8 | InvocationID=849f9084-6315-11ed-951f-1626e6602ef8 | Polling MR for XNF AAI events.
2022-11-13T05:39:43+0000 | aai_event_thread | 139789337000736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9360b152-6315-11ed-951f-1626e6602ef8 | InvocationID=9360b382-6315-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-13T05:39:55+0000 | policy_event_thread | 139789338061600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8bcdb4da-6315-11ed-951f-1626e6602ef8 | InvocationID=8bcdb6e2-6315-11ed-951f-1626e6602ef8 | Polling MR for XNF activation/deactivation policy response events.
2022-11-13T05:39:55+0000 | policy_event_thread | 139789338061600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9ab89456-6315-11ed-951f-1626e6602ef8 | InvocationID=9ab89870-6315-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-13T05:39:56+0000 | policy_event_thread | 139789338061600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9ab89456-6315-11ed-951f-1626e6602ef8 | InvocationID=9ab89870-6315-11ed-951f-1626e6602ef8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:39:56+0000 | policy_event_thread | 139789338061600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9ab89456-6315-11ed-951f-1626e6602ef8 | InvocationID=9ab89870-6315-11ed-951f-1626e6602ef8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:40:08+0000 | aai_event_thread | 139789337000736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9360b152-6315-11ed-951f-1626e6602ef8 | InvocationID=9360b382-6315-11ed-951f-1626e6602ef8 | Polling MR for XNF AAI events.
2022-11-13T05:40:08+0000 | aai_event_thread | 139789337000736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a2228e40-6315-11ed-951f-1626e6602ef8 | InvocationID=a2229002-6315-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-13T05:40:21+0000 | policy_event_thread | 139789338061600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9ab89456-6315-11ed-951f-1626e6602ef8 | InvocationID=9ab89870-6315-11ed-951f-1626e6602ef8 | Polling MR for XNF activation/deactivation policy response events.
2022-11-13T05:40:21+0000 | policy_event_thread | 139789338061600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a9a9631e-6315-11ed-951f-1626e6602ef8 | InvocationID=a9a96602-6315-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-13T05:40:21+0000 | policy_event_thread | 139789338061600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a9a9631e-6315-11ed-951f-1626e6602ef8 | InvocationID=a9a96602-6315-11ed-951f-1626e6602ef8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:40:21+0000 | policy_event_thread | 139789338061600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a9a9631e-6315-11ed-951f-1626e6602ef8 | InvocationID=a9a96602-6315-11ed-951f-1626e6602ef8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:40:33+0000 | aai_event_thread | 139789337000736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a2228e40-6315-11ed-951f-1626e6602ef8 | InvocationID=a2229002-6315-11ed-951f-1626e6602ef8 | Polling MR for XNF AAI events.
2022-11-13T05:40:33+0000 | aai_event_thread | 139789337000736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b0e3ea32-6315-11ed-951f-1626e6602ef8 | InvocationID=b0e3ed5c-6315-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-13T05:40:46+0000 | policy_event_thread | 139789338061600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a9a9631e-6315-11ed-951f-1626e6602ef8 | InvocationID=a9a96602-6315-11ed-951f-1626e6602ef8 | Polling MR for XNF activation/deactivation policy response events.
2022-11-13T05:40:46+0000 | policy_event_thread | 139789338061600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b89470da-6315-11ed-951f-1626e6602ef8 | InvocationID=b89479d6-6315-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-13T05:40:46+0000 | policy_event_thread | 139789338061600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b89470da-6315-11ed-951f-1626e6602ef8 | InvocationID=b89479d6-6315-11ed-951f-1626e6602ef8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:40:46+0000 | policy_event_thread | 139789338061600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b89470da-6315-11ed-951f-1626e6602ef8 | InvocationID=b89479d6-6315-11ed-951f-1626e6602ef8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:40:57+0000 | aai_event_thread | 139789337000736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b0e3ea32-6315-11ed-951f-1626e6602ef8 | InvocationID=b0e3ed5c-6315-11ed-951f-1626e6602ef8 | Polling MR for XNF AAI events.
2022-11-13T05:40:57+0000 | aai_event_thread | 139789337000736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bfa60c62-6315-11ed-951f-1626e6602ef8 | InvocationID=bfa60f32-6315-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-13T05:41:11+0000 | policy_event_thread | 139789338061600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b89470da-6315-11ed-951f-1626e6602ef8 | InvocationID=b89479d6-6315-11ed-951f-1626e6602ef8 | Polling MR for XNF activation/deactivation policy response events.
2022-11-13T05:41:11+0000 | policy_event_thread | 139789338061600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c7804d30-6315-11ed-951f-1626e6602ef8 | InvocationID=c7805190-6315-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-13T05:41:11+0000 | policy_event_thread | 139789338061600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c7804d30-6315-11ed-951f-1626e6602ef8 | InvocationID=c7805190-6315-11ed-951f-1626e6602ef8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:41:11+0000 | policy_event_thread | 139789338061600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c7804d30-6315-11ed-951f-1626e6602ef8 | InvocationID=c7805190-6315-11ed-951f-1626e6602ef8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:41:22+0000 | aai_event_thread | 139789337000736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bfa60c62-6315-11ed-951f-1626e6602ef8 | InvocationID=bfa60f32-6315-11ed-951f-1626e6602ef8 | Polling MR for XNF AAI events.
2022-11-13T05:41:22+0000 | aai_event_thread | 139789337000736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ce669fdc-6315-11ed-951f-1626e6602ef8 | InvocationID=ce66a20c-6315-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-13T05:41:36+0000 | policy_event_thread | 139789338061600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c7804d30-6315-11ed-951f-1626e6602ef8 | InvocationID=c7805190-6315-11ed-951f-1626e6602ef8 | Polling MR for XNF activation/deactivation policy response events.
2022-11-13T05:41:36+0000 | policy_event_thread | 139789338061600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d66eced4-6315-11ed-951f-1626e6602ef8 | InvocationID=d66ed23a-6315-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-13T05:41:36+0000 | policy_event_thread | 139789338061600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d66eced4-6315-11ed-951f-1626e6602ef8 | InvocationID=d66ed23a-6315-11ed-951f-1626e6602ef8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:41:36+0000 | policy_event_thread | 139789338061600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d66eced4-6315-11ed-951f-1626e6602ef8 | InvocationID=d66ed23a-6315-11ed-951f-1626e6602ef8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:41:47+0000 | aai_event_thread | 139789337000736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ce669fdc-6315-11ed-951f-1626e6602ef8 | InvocationID=ce66a20c-6315-11ed-951f-1626e6602ef8 | Polling MR for XNF AAI events.
2022-11-13T05:41:47+0000 | aai_event_thread | 139789337000736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dd26922a-6315-11ed-951f-1626e6602ef8 | InvocationID=dd269554-6315-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-13T05:42:01+0000 | policy_event_thread | 139789338061600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d66eced4-6315-11ed-951f-1626e6602ef8 | InvocationID=d66ed23a-6315-11ed-951f-1626e6602ef8 | Polling MR for XNF activation/deactivation policy response events.
2022-11-13T05:42:01+0000 | policy_event_thread | 139789338061600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e559b15c-6315-11ed-951f-1626e6602ef8 | InvocationID=e559b382-6315-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-13T05:42:01+0000 | policy_event_thread | 139789338061600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e559b15c-6315-11ed-951f-1626e6602ef8 | InvocationID=e559b382-6315-11ed-951f-1626e6602ef8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:42:01+0000 | policy_event_thread | 139789338061600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e559b15c-6315-11ed-951f-1626e6602ef8 | InvocationID=e559b382-6315-11ed-951f-1626e6602ef8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:42:12+0000 | aai_event_thread | 139789337000736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dd26922a-6315-11ed-951f-1626e6602ef8 | InvocationID=dd269554-6315-11ed-951f-1626e6602ef8 | Polling MR for XNF AAI events.
2022-11-13T05:42:12+0000 | aai_event_thread | 139789337000736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ebe830e8-6315-11ed-951f-1626e6602ef8 | InvocationID=ebe8330e-6315-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-13T05:42:26+0000 | policy_event_thread | 139789338061600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e559b15c-6315-11ed-951f-1626e6602ef8 | InvocationID=e559b382-6315-11ed-951f-1626e6602ef8 | Polling MR for XNF activation/deactivation policy response events.
2022-11-13T05:42:26+0000 | policy_event_thread | 139789338061600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f4448fe8-6315-11ed-951f-1626e6602ef8 | InvocationID=f444924a-6315-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-13T05:42:26+0000 | policy_event_thread | 139789338061600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f4448fe8-6315-11ed-951f-1626e6602ef8 | InvocationID=f444924a-6315-11ed-951f-1626e6602ef8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:42:26+0000 | policy_event_thread | 139789338061600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f4448fe8-6315-11ed-951f-1626e6602ef8 | InvocationID=f444924a-6315-11ed-951f-1626e6602ef8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:42:36+0000 | aai_event_thread | 139789337000736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ebe830e8-6315-11ed-951f-1626e6602ef8 | InvocationID=ebe8330e-6315-11ed-951f-1626e6602ef8 | Polling MR for XNF AAI events.
2022-11-13T05:42:36+0000 | aai_event_thread | 139789337000736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=faa9baf2-6315-11ed-951f-1626e6602ef8 | InvocationID=faa9bd18-6315-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-13T05:42:51+0000 | policy_event_thread | 139789338061600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f4448fe8-6315-11ed-951f-1626e6602ef8 | InvocationID=f444924a-6315-11ed-951f-1626e6602ef8 | Polling MR for XNF activation/deactivation policy response events.
2022-11-13T05:42:51+0000 | policy_event_thread | 139789338061600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=032f630c-6316-11ed-951f-1626e6602ef8 | InvocationID=032f65a0-6316-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-13T05:42:51+0000 | policy_event_thread | 139789338061600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=032f630c-6316-11ed-951f-1626e6602ef8 | InvocationID=032f65a0-6316-11ed-951f-1626e6602ef8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:42:51+0000 | policy_event_thread | 139789338061600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=032f630c-6316-11ed-951f-1626e6602ef8 | InvocationID=032f65a0-6316-11ed-951f-1626e6602ef8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:43:01+0000 | aai_event_thread | 139789337000736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=faa9baf2-6315-11ed-951f-1626e6602ef8 | InvocationID=faa9bd18-6315-11ed-951f-1626e6602ef8 | Polling MR for XNF AAI events.
2022-11-13T05:43:01+0000 | aai_event_thread | 139789337000736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=096a9b88-6316-11ed-951f-1626e6602ef8 | InvocationID=096a9d36-6316-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-13T05:43:16+0000 | policy_event_thread | 139789338061600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=032f630c-6316-11ed-951f-1626e6602ef8 | InvocationID=032f65a0-6316-11ed-951f-1626e6602ef8 | Polling MR for XNF activation/deactivation policy response events.
2022-11-13T05:43:16+0000 | policy_event_thread | 139789338061600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=121a283e-6316-11ed-951f-1626e6602ef8 | InvocationID=121a2cee-6316-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-13T05:43:16+0000 | policy_event_thread | 139789338061600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=121a283e-6316-11ed-951f-1626e6602ef8 | InvocationID=121a2cee-6316-11ed-951f-1626e6602ef8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:43:16+0000 | policy_event_thread | 139789338061600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=121a283e-6316-11ed-951f-1626e6602ef8 | InvocationID=121a2cee-6316-11ed-951f-1626e6602ef8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:43:26+0000 | aai_event_thread | 139789337000736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=096a9b88-6316-11ed-951f-1626e6602ef8 | InvocationID=096a9d36-6316-11ed-951f-1626e6602ef8 | Polling MR for XNF AAI events.
2022-11-13T05:43:26+0000 | aai_event_thread | 139789337000736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=182ba612-6316-11ed-951f-1626e6602ef8 | InvocationID=182ba838-6316-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-13T05:43:41+0000 | policy_event_thread | 139789338061600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=121a283e-6316-11ed-951f-1626e6602ef8 | InvocationID=121a2cee-6316-11ed-951f-1626e6602ef8 | Polling MR for XNF activation/deactivation policy response events.
2022-11-13T05:43:41+0000 | policy_event_thread | 139789338061600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=21050e18-6316-11ed-951f-1626e6602ef8 | InvocationID=21051020-6316-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-13T05:43:41+0000 | policy_event_thread | 139789338061600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=21050e18-6316-11ed-951f-1626e6602ef8 | InvocationID=21051020-6316-11ed-951f-1626e6602ef8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:43:41+0000 | policy_event_thread | 139789338061600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=21050e18-6316-11ed-951f-1626e6602ef8 | InvocationID=21051020-6316-11ed-951f-1626e6602ef8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:43:51+0000 | aai_event_thread | 139789337000736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=182ba612-6316-11ed-951f-1626e6602ef8 | InvocationID=182ba838-6316-11ed-951f-1626e6602ef8 | Polling MR for XNF AAI events.
2022-11-13T05:43:51+0000 | aai_event_thread | 139789337000736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=26ebab8e-6316-11ed-951f-1626e6602ef8 | InvocationID=26ebadc8-6316-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-13T05:44:06+0000 | policy_event_thread | 139789338061600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=21050e18-6316-11ed-951f-1626e6602ef8 | InvocationID=21051020-6316-11ed-951f-1626e6602ef8 | Polling MR for XNF activation/deactivation policy response events.
2022-11-13T05:44:06+0000 | policy_event_thread | 139789338061600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ff27122-6316-11ed-951f-1626e6602ef8 | InvocationID=2ff272da-6316-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-13T05:44:06+0000 | policy_event_thread | 139789338061600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ff27122-6316-11ed-951f-1626e6602ef8 | InvocationID=2ff272da-6316-11ed-951f-1626e6602ef8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:44:06+0000 | policy_event_thread | 139789338061600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2ff27122-6316-11ed-951f-1626e6602ef8 | InvocationID=2ff272da-6316-11ed-951f-1626e6602ef8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:44:15+0000 | aai_event_thread | 139789337000736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=26ebab8e-6316-11ed-951f-1626e6602ef8 | InvocationID=26ebadc8-6316-11ed-951f-1626e6602ef8 | Polling MR for XNF AAI events.
2022-11-13T05:44:15+0000 | aai_event_thread | 139789337000736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=35acf2ea-6316-11ed-951f-1626e6602ef8 | InvocationID=35acf48e-6316-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-13T05:44:31+0000 | policy_event_thread | 139789338061600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2ff27122-6316-11ed-951f-1626e6602ef8 | InvocationID=2ff272da-6316-11ed-951f-1626e6602ef8 | Polling MR for XNF activation/deactivation policy response events.
2022-11-13T05:44:31+0000 | policy_event_thread | 139789338061600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3edd02ba-6316-11ed-951f-1626e6602ef8 | InvocationID=3edd0436-6316-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-13T05:44:31+0000 | policy_event_thread | 139789338061600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3edd02ba-6316-11ed-951f-1626e6602ef8 | InvocationID=3edd0436-6316-11ed-951f-1626e6602ef8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:44:31+0000 | policy_event_thread | 139789338061600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3edd02ba-6316-11ed-951f-1626e6602ef8 | InvocationID=3edd0436-6316-11ed-951f-1626e6602ef8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:44:40+0000 | aai_event_thread | 139789337000736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=35acf2ea-6316-11ed-951f-1626e6602ef8 | InvocationID=35acf48e-6316-11ed-951f-1626e6602ef8 | Polling MR for XNF AAI events.
2022-11-13T05:44:40+0000 | aai_event_thread | 139789337000736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=446db9fe-6316-11ed-951f-1626e6602ef8 | InvocationID=446dbc10-6316-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-13T05:44:56+0000 | policy_event_thread | 139789338061600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3edd02ba-6316-11ed-951f-1626e6602ef8 | InvocationID=3edd0436-6316-11ed-951f-1626e6602ef8 | Polling MR for XNF activation/deactivation policy response events.
2022-11-13T05:44:56+0000 | policy_event_thread | 139789338061600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4dc77a62-6316-11ed-951f-1626e6602ef8 | InvocationID=4dc77c9c-6316-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-13T05:44:56+0000 | policy_event_thread | 139789338061600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4dc77a62-6316-11ed-951f-1626e6602ef8 | InvocationID=4dc77c9c-6316-11ed-951f-1626e6602ef8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:44:56+0000 | policy_event_thread | 139789338061600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4dc77a62-6316-11ed-951f-1626e6602ef8 | InvocationID=4dc77c9c-6316-11ed-951f-1626e6602ef8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:45:05+0000 | aai_event_thread | 139789337000736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=446db9fe-6316-11ed-951f-1626e6602ef8 | InvocationID=446dbc10-6316-11ed-951f-1626e6602ef8 | Polling MR for XNF AAI events.
2022-11-13T05:45:05+0000 | aai_event_thread | 139789337000736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=532dc83a-6316-11ed-951f-1626e6602ef8 | InvocationID=532dc9e8-6316-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-13T05:45:21+0000 | policy_event_thread | 139789338061600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4dc77a62-6316-11ed-951f-1626e6602ef8 | InvocationID=4dc77c9c-6316-11ed-951f-1626e6602ef8 | Polling MR for XNF activation/deactivation policy response events.
2022-11-13T05:45:21+0000 | policy_event_thread | 139789338061600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5cb36ed2-6316-11ed-951f-1626e6602ef8 | InvocationID=5cb3708a-6316-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-13T05:45:21+0000 | policy_event_thread | 139789338061600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5cb36ed2-6316-11ed-951f-1626e6602ef8 | InvocationID=5cb3708a-6316-11ed-951f-1626e6602ef8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:45:21+0000 | policy_event_thread | 139789338061600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5cb36ed2-6316-11ed-951f-1626e6602ef8 | InvocationID=5cb3708a-6316-11ed-951f-1626e6602ef8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:45:30+0000 | aai_event_thread | 139789337000736 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=532dc83a-6316-11ed-951f-1626e6602ef8 | InvocationID=532dc9e8-6316-11ed-951f-1626e6602ef8 | Polling MR for XNF AAI events.
2022-11-13T05:45:30+0000 | aai_event_thread | 139789337000736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=61f10508-6316-11ed-951f-1626e6602ef8 | InvocationID=61f107c4-6316-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-13T05:45:46+0000 | policy_event_thread | 139789338061600 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5cb36ed2-6316-11ed-951f-1626e6602ef8 | InvocationID=5cb3708a-6316-11ed-951f-1626e6602ef8 | Polling MR for XNF activation/deactivation policy response events.
2022-11-13T05:45:46+0000 | policy_event_thread | 139789338061600 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6b9e17b2-6316-11ed-951f-1626e6602ef8 | InvocationID=6b9e19f6-6316-11ed-951f-1626e6602ef8 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-13T05:45:46+0000 | policy_event_thread | 139789338061600 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6b9e17b2-6316-11ed-951f-1626e6602ef8 | InvocationID=6b9e19f6-6316-11ed-951f-1626e6602ef8 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client 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-11-13T05:45:46+0000 | policy_event_thread | 139789338061600 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6b9e17b2-6316-11ed-951f-1626e6602ef8 | InvocationID=6b9e19f6-6316-11ed-951f-1626e6602ef8 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000