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-16T22:53:32+0000 | MainThread | 140649831681352 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Attempting to fetch PMSH Configuration from CBS.
2022-11-16T22:53:32+0000 | MainThread | 140649831681352 | 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-16T22:53:32+0000 | MainThread | 140649831681352 | INFO | pmsh_service_main | main | ServiceName= | RequestID= | InvocationID= | Start polling PMSH_CL_INPUT topic on DMaaP MR.
2022-11-16T22:53:32+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T22:53:32+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF AAI events.
2022-11-16T22:53:32+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7eef4bc2-6601-11ed-979a-fe7575bf0831 | InvocationID=7eef4e2e-6601-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T22:53:32+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7eef7d90-6601-11ed-979a-fe7575bf0831 | InvocationID=7eef7eb2-6601-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T22:53:33+0000 | MainThread | 140649831681352 | INFO | __init__ | launch_api_server | ServiceName= | RequestID= | InvocationID= | Launching unsecure http API server
2022-11-16T22:53:33+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7eef4bc2-6601-11ed-979a-fe7575bf0831 | InvocationID=7eef4e2e-6601-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T22:53:33+0000 | aai_event_thread | 140649780943648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7eef7d90-6601-11ed-979a-fe7575bf0831 | InvocationID=7eef7eb2-6601-11ed-979a-fe7575bf0831 | 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-16T22:53:33+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7eef4bc2-6601-11ed-979a-fe7575bf0831 | InvocationID=7eef4e2e-6601-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T22:53:33+0000 | aai_event_thread | 140649780943648 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7eef7d90-6601-11ed-979a-fe7575bf0831 | InvocationID=7eef7eb2-6601-11ed-979a-fe7575bf0831 | 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-16T22:53:53+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7eef7d90-6601-11ed-979a-fe7575bf0831 | InvocationID=7eef7eb2-6601-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T22:53:53+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8b267f5a-6601-11ed-979a-fe7575bf0831 | InvocationID=8b268194-6601-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T22:53:53+0000 | aai_event_thread | 140649780943648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8b267f5a-6601-11ed-979a-fe7575bf0831 | InvocationID=8b268194-6601-11ed-979a-fe7575bf0831 | 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-16T22:53:53+0000 | aai_event_thread | 140649780943648 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8b267f5a-6601-11ed-979a-fe7575bf0831 | InvocationID=8b268194-6601-11ed-979a-fe7575bf0831 | 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-16T22:53:58+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7eef4bc2-6601-11ed-979a-fe7575bf0831 | InvocationID=7eef4e2e-6601-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T22:53:58+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8e21453c-6601-11ed-979a-fe7575bf0831 | InvocationID=8e21471c-6601-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T22:53:58+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8e21453c-6601-11ed-979a-fe7575bf0831 | InvocationID=8e21471c-6601-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T22:53:58+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8e21453c-6601-11ed-979a-fe7575bf0831 | InvocationID=8e21471c-6601-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T22:54:13+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8b267f5a-6601-11ed-979a-fe7575bf0831 | InvocationID=8b268194-6601-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T22:54:13+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=97197484-6601-11ed-979a-fe7575bf0831 | InvocationID=971977b8-6601-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T22:54:13+0000 | aai_event_thread | 140649780943648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=97197484-6601-11ed-979a-fe7575bf0831 | InvocationID=971977b8-6601-11ed-979a-fe7575bf0831 | 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-16T22:54:13+0000 | aai_event_thread | 140649780943648 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=97197484-6601-11ed-979a-fe7575bf0831 | InvocationID=971977b8-6601-11ed-979a-fe7575bf0831 | 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-16T22:54:23+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8e21453c-6601-11ed-979a-fe7575bf0831 | InvocationID=8e21471c-6601-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T22:54:23+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9d0d23fe-6601-11ed-979a-fe7575bf0831 | InvocationID=9d0d25de-6601-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T22:54:23+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9d0d23fe-6601-11ed-979a-fe7575bf0831 | InvocationID=9d0d25de-6601-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T22:54:23+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9d0d23fe-6601-11ed-979a-fe7575bf0831 | InvocationID=9d0d25de-6601-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T22:54:33+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=97197484-6601-11ed-979a-fe7575bf0831 | InvocationID=971977b8-6601-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T22:54:33+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a30d0bd4-6601-11ed-979a-fe7575bf0831 | InvocationID=a30d0f26-6601-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T22:54:33+0000 | aai_event_thread | 140649780943648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a30d0bd4-6601-11ed-979a-fe7575bf0831 | InvocationID=a30d0f26-6601-11ed-979a-fe7575bf0831 | 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-16T22:54:33+0000 | aai_event_thread | 140649780943648 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a30d0bd4-6601-11ed-979a-fe7575bf0831 | InvocationID=a30d0f26-6601-11ed-979a-fe7575bf0831 | 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-16T22:54:48+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9d0d23fe-6601-11ed-979a-fe7575bf0831 | InvocationID=9d0d25de-6601-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T22:54:48+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=abfa8672-6601-11ed-979a-fe7575bf0831 | InvocationID=abfa888e-6601-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T22:54:48+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=abfa8672-6601-11ed-979a-fe7575bf0831 | InvocationID=abfa888e-6601-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T22:54:48+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=abfa8672-6601-11ed-979a-fe7575bf0831 | InvocationID=abfa888e-6601-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T22:54:53+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a30d0bd4-6601-11ed-979a-fe7575bf0831 | InvocationID=a30d0f26-6601-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T22:54:53+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=af03b366-6601-11ed-979a-fe7575bf0831 | InvocationID=af03b56e-6601-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T22:54:53+0000 | aai_event_thread | 140649780943648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=af03b366-6601-11ed-979a-fe7575bf0831 | InvocationID=af03b56e-6601-11ed-979a-fe7575bf0831 | 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-16T22:54:53+0000 | aai_event_thread | 140649780943648 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=af03b366-6601-11ed-979a-fe7575bf0831 | InvocationID=af03b56e-6601-11ed-979a-fe7575bf0831 | 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-16T22:55:13+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=abfa8672-6601-11ed-979a-fe7575bf0831 | InvocationID=abfa888e-6601-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T22:55:13+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bae5041e-6601-11ed-979a-fe7575bf0831 | InvocationID=bae505d6-6601-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T22:55:13+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bae5041e-6601-11ed-979a-fe7575bf0831 | InvocationID=bae505d6-6601-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T22:55:13+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bae5041e-6601-11ed-979a-fe7575bf0831 | InvocationID=bae505d6-6601-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T22:55:13+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=af03b366-6601-11ed-979a-fe7575bf0831 | InvocationID=af03b56e-6601-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T22:55:13+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=baf7a060-6601-11ed-979a-fe7575bf0831 | InvocationID=baf7a290-6601-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T22:55:13+0000 | aai_event_thread | 140649780943648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=baf7a060-6601-11ed-979a-fe7575bf0831 | InvocationID=baf7a290-6601-11ed-979a-fe7575bf0831 | 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-16T22:55:13+0000 | aai_event_thread | 140649780943648 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=baf7a060-6601-11ed-979a-fe7575bf0831 | InvocationID=baf7a290-6601-11ed-979a-fe7575bf0831 | 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-16T22:55:33+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=baf7a060-6601-11ed-979a-fe7575bf0831 | InvocationID=baf7a290-6601-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T22:55:33+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c6e835f6-6601-11ed-979a-fe7575bf0831 | InvocationID=c6e83d26-6601-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T22:55:33+0000 | aai_event_thread | 140649780943648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c6e835f6-6601-11ed-979a-fe7575bf0831 | InvocationID=c6e83d26-6601-11ed-979a-fe7575bf0831 | 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-16T22:55:33+0000 | aai_event_thread | 140649780943648 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c6e835f6-6601-11ed-979a-fe7575bf0831 | InvocationID=c6e83d26-6601-11ed-979a-fe7575bf0831 | 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-16T22:55:38+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bae5041e-6601-11ed-979a-fe7575bf0831 | InvocationID=bae505d6-6601-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T22:55:38+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c9d2798e-6601-11ed-979a-fe7575bf0831 | InvocationID=c9d27bb4-6601-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T22:55:38+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c9d2798e-6601-11ed-979a-fe7575bf0831 | InvocationID=c9d27bb4-6601-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T22:55:38+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c9d2798e-6601-11ed-979a-fe7575bf0831 | InvocationID=c9d27bb4-6601-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T22:55:53+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c6e835f6-6601-11ed-979a-fe7575bf0831 | InvocationID=c6e83d26-6601-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T22:55:53+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d2d8a436-6601-11ed-979a-fe7575bf0831 | InvocationID=d2d8a6fc-6601-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T22:55:53+0000 | aai_event_thread | 140649780943648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d2d8a436-6601-11ed-979a-fe7575bf0831 | InvocationID=d2d8a6fc-6601-11ed-979a-fe7575bf0831 | 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-16T22:55:53+0000 | aai_event_thread | 140649780943648 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d2d8a436-6601-11ed-979a-fe7575bf0831 | InvocationID=d2d8a6fc-6601-11ed-979a-fe7575bf0831 | 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-16T22:56:03+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c9d2798e-6601-11ed-979a-fe7575bf0831 | InvocationID=c9d27bb4-6601-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T22:56:03+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d8be0d32-6601-11ed-979a-fe7575bf0831 | InvocationID=d8be0f76-6601-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T22:56:03+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d8be0d32-6601-11ed-979a-fe7575bf0831 | InvocationID=d8be0f76-6601-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T22:56:03+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d8be0d32-6601-11ed-979a-fe7575bf0831 | InvocationID=d8be0f76-6601-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T22:56:13+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d2d8a436-6601-11ed-979a-fe7575bf0831 | InvocationID=d2d8a6fc-6601-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T22:56:13+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dec8aaac-6601-11ed-979a-fe7575bf0831 | InvocationID=dec8aca0-6601-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T22:56:13+0000 | aai_event_thread | 140649780943648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dec8aaac-6601-11ed-979a-fe7575bf0831 | InvocationID=dec8aca0-6601-11ed-979a-fe7575bf0831 | 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-16T22:56:13+0000 | aai_event_thread | 140649780943648 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dec8aaac-6601-11ed-979a-fe7575bf0831 | InvocationID=dec8aca0-6601-11ed-979a-fe7575bf0831 | 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-16T22:56:28+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d8be0d32-6601-11ed-979a-fe7575bf0831 | InvocationID=d8be0f76-6601-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T22:56:28+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e7ad9c22-6601-11ed-979a-fe7575bf0831 | InvocationID=e7ada280-6601-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T22:56:28+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e7ad9c22-6601-11ed-979a-fe7575bf0831 | InvocationID=e7ada280-6601-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T22:56:28+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e7ad9c22-6601-11ed-979a-fe7575bf0831 | InvocationID=e7ada280-6601-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T22:56:33+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dec8aaac-6601-11ed-979a-fe7575bf0831 | InvocationID=dec8aca0-6601-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T22:56:33+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eabb731c-6601-11ed-979a-fe7575bf0831 | InvocationID=eabb74b6-6601-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T22:56:33+0000 | aai_event_thread | 140649780943648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eabb731c-6601-11ed-979a-fe7575bf0831 | InvocationID=eabb74b6-6601-11ed-979a-fe7575bf0831 | 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-16T22:56:33+0000 | aai_event_thread | 140649780943648 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=eabb731c-6601-11ed-979a-fe7575bf0831 | InvocationID=eabb74b6-6601-11ed-979a-fe7575bf0831 | 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-16T22:56:53+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e7ad9c22-6601-11ed-979a-fe7575bf0831 | InvocationID=e7ada280-6601-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T22:56:53+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f699dba6-6601-11ed-979a-fe7575bf0831 | InvocationID=f699e222-6601-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T22:56:53+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f699dba6-6601-11ed-979a-fe7575bf0831 | InvocationID=f699e222-6601-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T22:56:53+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f699dba6-6601-11ed-979a-fe7575bf0831 | InvocationID=f699e222-6601-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T22:56:53+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=eabb731c-6601-11ed-979a-fe7575bf0831 | InvocationID=eabb74b6-6601-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T22:56:53+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f6ab1592-6601-11ed-979a-fe7575bf0831 | InvocationID=f6ab1740-6601-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T22:56:53+0000 | aai_event_thread | 140649780943648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f6ab1592-6601-11ed-979a-fe7575bf0831 | InvocationID=f6ab1740-6601-11ed-979a-fe7575bf0831 | 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-16T22:56:53+0000 | aai_event_thread | 140649780943648 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f6ab1592-6601-11ed-979a-fe7575bf0831 | InvocationID=f6ab1740-6601-11ed-979a-fe7575bf0831 | 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-16T22:57:13+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f6ab1592-6601-11ed-979a-fe7575bf0831 | InvocationID=f6ab1740-6601-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T22:57:13+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=029bf592-6602-11ed-979a-fe7575bf0831 | InvocationID=029bf77c-6602-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T22:57:13+0000 | aai_event_thread | 140649780943648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=029bf592-6602-11ed-979a-fe7575bf0831 | InvocationID=029bf77c-6602-11ed-979a-fe7575bf0831 | 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-16T22:57:13+0000 | aai_event_thread | 140649780943648 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=029bf592-6602-11ed-979a-fe7575bf0831 | InvocationID=029bf77c-6602-11ed-979a-fe7575bf0831 | 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-16T22:57:18+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f699dba6-6601-11ed-979a-fe7575bf0831 | InvocationID=f699e222-6601-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T22:57:18+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=058565f4-6602-11ed-979a-fe7575bf0831 | InvocationID=058568ce-6602-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T22:57:18+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=058565f4-6602-11ed-979a-fe7575bf0831 | InvocationID=058568ce-6602-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T22:57:18+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=058565f4-6602-11ed-979a-fe7575bf0831 | InvocationID=058568ce-6602-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T22:57:33+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=029bf592-6602-11ed-979a-fe7575bf0831 | InvocationID=029bf77c-6602-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T22:57:33+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0e8cede8-6602-11ed-979a-fe7575bf0831 | InvocationID=0e8d031e-6602-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T22:57:33+0000 | aai_event_thread | 140649780943648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0e8cede8-6602-11ed-979a-fe7575bf0831 | InvocationID=0e8d031e-6602-11ed-979a-fe7575bf0831 | 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-16T22:57:33+0000 | aai_event_thread | 140649780943648 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0e8cede8-6602-11ed-979a-fe7575bf0831 | InvocationID=0e8d031e-6602-11ed-979a-fe7575bf0831 | 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-16T22:57:43+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=058565f4-6602-11ed-979a-fe7575bf0831 | InvocationID=058568ce-6602-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T22:57:43+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=14700db2-6602-11ed-979a-fe7575bf0831 | InvocationID=147010c8-6602-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T22:57:43+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=14700db2-6602-11ed-979a-fe7575bf0831 | InvocationID=147010c8-6602-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T22:57:43+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=14700db2-6602-11ed-979a-fe7575bf0831 | InvocationID=147010c8-6602-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T22:57:53+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0e8cede8-6602-11ed-979a-fe7575bf0831 | InvocationID=0e8d031e-6602-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T22:57:53+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1a7f848a-6602-11ed-979a-fe7575bf0831 | InvocationID=1a7f8656-6602-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T22:57:53+0000 | aai_event_thread | 140649780943648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1a7f848a-6602-11ed-979a-fe7575bf0831 | InvocationID=1a7f8656-6602-11ed-979a-fe7575bf0831 | 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-16T22:57:53+0000 | aai_event_thread | 140649780943648 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1a7f848a-6602-11ed-979a-fe7575bf0831 | InvocationID=1a7f8656-6602-11ed-979a-fe7575bf0831 | 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-16T22:58:08+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=14700db2-6602-11ed-979a-fe7575bf0831 | InvocationID=147010c8-6602-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T22:58:08+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=235c7d56-6602-11ed-979a-fe7575bf0831 | InvocationID=235c7f5e-6602-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T22:58:08+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=235c7d56-6602-11ed-979a-fe7575bf0831 | InvocationID=235c7f5e-6602-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T22:58:08+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=235c7d56-6602-11ed-979a-fe7575bf0831 | InvocationID=235c7f5e-6602-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T22:58:13+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1a7f848a-6602-11ed-979a-fe7575bf0831 | InvocationID=1a7f8656-6602-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T22:58:13+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=266f994c-6602-11ed-979a-fe7575bf0831 | InvocationID=266f9b40-6602-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T22:58:13+0000 | aai_event_thread | 140649780943648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=266f994c-6602-11ed-979a-fe7575bf0831 | InvocationID=266f9b40-6602-11ed-979a-fe7575bf0831 | 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-16T22:58:13+0000 | aai_event_thread | 140649780943648 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=266f994c-6602-11ed-979a-fe7575bf0831 | InvocationID=266f9b40-6602-11ed-979a-fe7575bf0831 | 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-16T22:58:33+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=235c7d56-6602-11ed-979a-fe7575bf0831 | InvocationID=235c7f5e-6602-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T22:58:33+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3247b240-6602-11ed-979a-fe7575bf0831 | InvocationID=3247b40c-6602-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T22:58:33+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3247b240-6602-11ed-979a-fe7575bf0831 | InvocationID=3247b40c-6602-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T22:58:33+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3247b240-6602-11ed-979a-fe7575bf0831 | InvocationID=3247b40c-6602-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T22:58:33+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=266f994c-6602-11ed-979a-fe7575bf0831 | InvocationID=266f9b40-6602-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T22:58:33+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=326008ea-6602-11ed-979a-fe7575bf0831 | InvocationID=32600afc-6602-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T22:58:33+0000 | aai_event_thread | 140649780943648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=326008ea-6602-11ed-979a-fe7575bf0831 | InvocationID=32600afc-6602-11ed-979a-fe7575bf0831 | 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-16T22:58:33+0000 | aai_event_thread | 140649780943648 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=326008ea-6602-11ed-979a-fe7575bf0831 | InvocationID=32600afc-6602-11ed-979a-fe7575bf0831 | 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-16T22:58:53+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=326008ea-6602-11ed-979a-fe7575bf0831 | InvocationID=32600afc-6602-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T22:58:53+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3e50ac86-6602-11ed-979a-fe7575bf0831 | InvocationID=3e50ae3e-6602-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T22:58:54+0000 | aai_event_thread | 140649780943648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3e50ac86-6602-11ed-979a-fe7575bf0831 | InvocationID=3e50ae3e-6602-11ed-979a-fe7575bf0831 | 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-16T22:58:54+0000 | aai_event_thread | 140649780943648 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3e50ac86-6602-11ed-979a-fe7575bf0831 | InvocationID=3e50ae3e-6602-11ed-979a-fe7575bf0831 | 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-16T22:58:58+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3247b240-6602-11ed-979a-fe7575bf0831 | InvocationID=3247b40c-6602-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T22:58:58+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=41360ba8-6602-11ed-979a-fe7575bf0831 | InvocationID=41361328-6602-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T22:58:58+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=41360ba8-6602-11ed-979a-fe7575bf0831 | InvocationID=41361328-6602-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T22:58:58+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=41360ba8-6602-11ed-979a-fe7575bf0831 | InvocationID=41361328-6602-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T22:59:14+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3e50ac86-6602-11ed-979a-fe7575bf0831 | InvocationID=3e50ae3e-6602-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T22:59:14+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4a41e1ea-6602-11ed-979a-fe7575bf0831 | InvocationID=4a41eece-6602-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T22:59:14+0000 | aai_event_thread | 140649780943648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4a41e1ea-6602-11ed-979a-fe7575bf0831 | InvocationID=4a41eece-6602-11ed-979a-fe7575bf0831 | 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-16T22:59:14+0000 | aai_event_thread | 140649780943648 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4a41e1ea-6602-11ed-979a-fe7575bf0831 | InvocationID=4a41eece-6602-11ed-979a-fe7575bf0831 | 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-16T22:59:23+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=41360ba8-6602-11ed-979a-fe7575bf0831 | InvocationID=41361328-6602-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T22:59:23+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5026f898-6602-11ed-979a-fe7575bf0831 | InvocationID=502709c8-6602-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T22:59:23+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5026f898-6602-11ed-979a-fe7575bf0831 | InvocationID=502709c8-6602-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T22:59:23+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5026f898-6602-11ed-979a-fe7575bf0831 | InvocationID=502709c8-6602-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T22:59:34+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4a41e1ea-6602-11ed-979a-fe7575bf0831 | InvocationID=4a41eece-6602-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T22:59:34+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=56315af8-6602-11ed-979a-fe7575bf0831 | InvocationID=56315d50-6602-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T22:59:34+0000 | aai_event_thread | 140649780943648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=56315af8-6602-11ed-979a-fe7575bf0831 | InvocationID=56315d50-6602-11ed-979a-fe7575bf0831 | 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-16T22:59:34+0000 | aai_event_thread | 140649780943648 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=56315af8-6602-11ed-979a-fe7575bf0831 | InvocationID=56315d50-6602-11ed-979a-fe7575bf0831 | 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-16T22:59:48+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5026f898-6602-11ed-979a-fe7575bf0831 | InvocationID=502709c8-6602-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T22:59:48+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5f136738-6602-11ed-979a-fe7575bf0831 | InvocationID=5f13697c-6602-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T22:59:48+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5f136738-6602-11ed-979a-fe7575bf0831 | InvocationID=5f13697c-6602-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T22:59:48+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5f136738-6602-11ed-979a-fe7575bf0831 | InvocationID=5f13697c-6602-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T22:59:54+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=56315af8-6602-11ed-979a-fe7575bf0831 | InvocationID=56315d50-6602-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T22:59:54+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6224a234-6602-11ed-979a-fe7575bf0831 | InvocationID=6224a43c-6602-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T22:59:54+0000 | aai_event_thread | 140649780943648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6224a234-6602-11ed-979a-fe7575bf0831 | InvocationID=6224a43c-6602-11ed-979a-fe7575bf0831 | 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-16T22:59:54+0000 | aai_event_thread | 140649780943648 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6224a234-6602-11ed-979a-fe7575bf0831 | InvocationID=6224a43c-6602-11ed-979a-fe7575bf0831 | 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-16T23:00:13+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5f136738-6602-11ed-979a-fe7575bf0831 | InvocationID=5f13697c-6602-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T23:00:13+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6dff17c4-6602-11ed-979a-fe7575bf0831 | InvocationID=6dff197c-6602-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T23:00:13+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6dff17c4-6602-11ed-979a-fe7575bf0831 | InvocationID=6dff197c-6602-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:00:13+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6dff17c4-6602-11ed-979a-fe7575bf0831 | InvocationID=6dff197c-6602-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:00:14+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6224a234-6602-11ed-979a-fe7575bf0831 | InvocationID=6224a43c-6602-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T23:00:14+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6e16ca04-6602-11ed-979a-fe7575bf0831 | InvocationID=6e16cbbc-6602-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T23:00:14+0000 | aai_event_thread | 140649780943648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6e16ca04-6602-11ed-979a-fe7575bf0831 | InvocationID=6e16cbbc-6602-11ed-979a-fe7575bf0831 | 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-16T23:00:14+0000 | aai_event_thread | 140649780943648 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6e16ca04-6602-11ed-979a-fe7575bf0831 | InvocationID=6e16cbbc-6602-11ed-979a-fe7575bf0831 | 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-16T23:00:34+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6e16ca04-6602-11ed-979a-fe7575bf0831 | InvocationID=6e16cbbc-6602-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T23:00:34+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7a08829e-6602-11ed-979a-fe7575bf0831 | InvocationID=7a088500-6602-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T23:00:34+0000 | aai_event_thread | 140649780943648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7a08829e-6602-11ed-979a-fe7575bf0831 | InvocationID=7a088500-6602-11ed-979a-fe7575bf0831 | 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-16T23:00:34+0000 | aai_event_thread | 140649780943648 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7a08829e-6602-11ed-979a-fe7575bf0831 | InvocationID=7a088500-6602-11ed-979a-fe7575bf0831 | 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-16T23:00:38+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6dff17c4-6602-11ed-979a-fe7575bf0831 | InvocationID=6dff197c-6602-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T23:00:39+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ce98292-6602-11ed-979a-fe7575bf0831 | InvocationID=7ce984fe-6602-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T23:00:39+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ce98292-6602-11ed-979a-fe7575bf0831 | InvocationID=7ce984fe-6602-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:00:39+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7ce98292-6602-11ed-979a-fe7575bf0831 | InvocationID=7ce984fe-6602-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:00:54+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7a08829e-6602-11ed-979a-fe7575bf0831 | InvocationID=7a088500-6602-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T23:00:54+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=85fa15b8-6602-11ed-979a-fe7575bf0831 | InvocationID=85fa1810-6602-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T23:00:54+0000 | aai_event_thread | 140649780943648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=85fa15b8-6602-11ed-979a-fe7575bf0831 | InvocationID=85fa1810-6602-11ed-979a-fe7575bf0831 | 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-16T23:00:54+0000 | aai_event_thread | 140649780943648 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=85fa15b8-6602-11ed-979a-fe7575bf0831 | InvocationID=85fa1810-6602-11ed-979a-fe7575bf0831 | 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-16T23:01:04+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7ce98292-6602-11ed-979a-fe7575bf0831 | InvocationID=7ce984fe-6602-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T23:01:04+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8bd5d8be-6602-11ed-979a-fe7575bf0831 | InvocationID=8bd5da80-6602-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T23:01:04+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8bd5d8be-6602-11ed-979a-fe7575bf0831 | InvocationID=8bd5da80-6602-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:01:04+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8bd5d8be-6602-11ed-979a-fe7575bf0831 | InvocationID=8bd5da80-6602-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:01:14+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=85fa15b8-6602-11ed-979a-fe7575bf0831 | InvocationID=85fa1810-6602-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T23:01:14+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=91eacd22-6602-11ed-979a-fe7575bf0831 | InvocationID=91eaceb2-6602-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T23:01:14+0000 | aai_event_thread | 140649780943648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=91eacd22-6602-11ed-979a-fe7575bf0831 | InvocationID=91eaceb2-6602-11ed-979a-fe7575bf0831 | 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-16T23:01:14+0000 | aai_event_thread | 140649780943648 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=91eacd22-6602-11ed-979a-fe7575bf0831 | InvocationID=91eaceb2-6602-11ed-979a-fe7575bf0831 | 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-16T23:01:29+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8bd5d8be-6602-11ed-979a-fe7575bf0831 | InvocationID=8bd5da80-6602-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T23:01:29+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9ac18490-6602-11ed-979a-fe7575bf0831 | InvocationID=9ac189a4-6602-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T23:01:29+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9ac18490-6602-11ed-979a-fe7575bf0831 | InvocationID=9ac189a4-6602-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:01:29+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9ac18490-6602-11ed-979a-fe7575bf0831 | InvocationID=9ac189a4-6602-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:01:34+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=91eacd22-6602-11ed-979a-fe7575bf0831 | InvocationID=91eaceb2-6602-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T23:01:34+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9ddc8e04-6602-11ed-979a-fe7575bf0831 | InvocationID=9ddc9188-6602-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T23:01:34+0000 | aai_event_thread | 140649780943648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9ddc8e04-6602-11ed-979a-fe7575bf0831 | InvocationID=9ddc9188-6602-11ed-979a-fe7575bf0831 | 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-16T23:01:34+0000 | aai_event_thread | 140649780943648 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9ddc8e04-6602-11ed-979a-fe7575bf0831 | InvocationID=9ddc9188-6602-11ed-979a-fe7575bf0831 | 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-16T23:01:54+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9ac18490-6602-11ed-979a-fe7575bf0831 | InvocationID=9ac189a4-6602-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T23:01:54+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a9ac8874-6602-11ed-979a-fe7575bf0831 | InvocationID=a9ac8bc6-6602-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T23:01:54+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a9ac8874-6602-11ed-979a-fe7575bf0831 | InvocationID=a9ac8bc6-6602-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:01:54+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a9ac8874-6602-11ed-979a-fe7575bf0831 | InvocationID=a9ac8bc6-6602-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:01:54+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9ddc8e04-6602-11ed-979a-fe7575bf0831 | InvocationID=9ddc9188-6602-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T23:01:54+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a9d0d666-6602-11ed-979a-fe7575bf0831 | InvocationID=a9d0d846-6602-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T23:01:54+0000 | aai_event_thread | 140649780943648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a9d0d666-6602-11ed-979a-fe7575bf0831 | InvocationID=a9d0d846-6602-11ed-979a-fe7575bf0831 | 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-16T23:01:54+0000 | aai_event_thread | 140649780943648 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a9d0d666-6602-11ed-979a-fe7575bf0831 | InvocationID=a9d0d846-6602-11ed-979a-fe7575bf0831 | 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-16T23:02:14+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a9d0d666-6602-11ed-979a-fe7575bf0831 | InvocationID=a9d0d846-6602-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T23:02:14+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b5c21b74-6602-11ed-979a-fe7575bf0831 | InvocationID=b5c21f16-6602-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T23:02:14+0000 | aai_event_thread | 140649780943648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b5c21b74-6602-11ed-979a-fe7575bf0831 | InvocationID=b5c21f16-6602-11ed-979a-fe7575bf0831 | 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-16T23:02:14+0000 | aai_event_thread | 140649780943648 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b5c21b74-6602-11ed-979a-fe7575bf0831 | InvocationID=b5c21f16-6602-11ed-979a-fe7575bf0831 | 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-16T23:02:19+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a9ac8874-6602-11ed-979a-fe7575bf0831 | InvocationID=a9ac8bc6-6602-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T23:02:19+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b8993792-6602-11ed-979a-fe7575bf0831 | InvocationID=b8993968-6602-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T23:02:19+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b8993792-6602-11ed-979a-fe7575bf0831 | InvocationID=b8993968-6602-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:02:19+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b8993792-6602-11ed-979a-fe7575bf0831 | InvocationID=b8993968-6602-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:02:34+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b5c21b74-6602-11ed-979a-fe7575bf0831 | InvocationID=b5c21f16-6602-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T23:02:34+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c1b23b3a-6602-11ed-979a-fe7575bf0831 | InvocationID=c1b23d10-6602-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T23:02:34+0000 | aai_event_thread | 140649780943648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c1b23b3a-6602-11ed-979a-fe7575bf0831 | InvocationID=c1b23d10-6602-11ed-979a-fe7575bf0831 | 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-16T23:02:34+0000 | aai_event_thread | 140649780943648 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c1b23b3a-6602-11ed-979a-fe7575bf0831 | InvocationID=c1b23d10-6602-11ed-979a-fe7575bf0831 | 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-16T23:02:44+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b8993792-6602-11ed-979a-fe7575bf0831 | InvocationID=b8993968-6602-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T23:02:44+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c784f1d8-6602-11ed-979a-fe7575bf0831 | InvocationID=c784f4da-6602-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T23:02:44+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c784f1d8-6602-11ed-979a-fe7575bf0831 | InvocationID=c784f4da-6602-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:02:44+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c784f1d8-6602-11ed-979a-fe7575bf0831 | InvocationID=c784f4da-6602-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:02:54+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c1b23b3a-6602-11ed-979a-fe7575bf0831 | InvocationID=c1b23d10-6602-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T23:02:54+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cda30942-6602-11ed-979a-fe7575bf0831 | InvocationID=cda30af0-6602-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T23:02:54+0000 | aai_event_thread | 140649780943648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cda30942-6602-11ed-979a-fe7575bf0831 | InvocationID=cda30af0-6602-11ed-979a-fe7575bf0831 | 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-16T23:02:54+0000 | aai_event_thread | 140649780943648 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cda30942-6602-11ed-979a-fe7575bf0831 | InvocationID=cda30af0-6602-11ed-979a-fe7575bf0831 | 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-16T23:03:09+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c784f1d8-6602-11ed-979a-fe7575bf0831 | InvocationID=c784f4da-6602-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T23:03:09+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d6721928-6602-11ed-979a-fe7575bf0831 | InvocationID=d6721ad6-6602-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T23:03:09+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d6721928-6602-11ed-979a-fe7575bf0831 | InvocationID=d6721ad6-6602-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:03:09+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d6721928-6602-11ed-979a-fe7575bf0831 | InvocationID=d6721ad6-6602-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:03:14+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cda30942-6602-11ed-979a-fe7575bf0831 | InvocationID=cda30af0-6602-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T23:03:14+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d99469bc-6602-11ed-979a-fe7575bf0831 | InvocationID=d9946c28-6602-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T23:03:14+0000 | aai_event_thread | 140649780943648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d99469bc-6602-11ed-979a-fe7575bf0831 | InvocationID=d9946c28-6602-11ed-979a-fe7575bf0831 | 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-16T23:03:14+0000 | aai_event_thread | 140649780943648 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d99469bc-6602-11ed-979a-fe7575bf0831 | InvocationID=d9946c28-6602-11ed-979a-fe7575bf0831 | 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-16T23:03:34+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d6721928-6602-11ed-979a-fe7575bf0831 | InvocationID=d6721ad6-6602-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T23:03:34+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e55f857e-6602-11ed-979a-fe7575bf0831 | InvocationID=e55f8736-6602-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T23:03:34+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e55f857e-6602-11ed-979a-fe7575bf0831 | InvocationID=e55f8736-6602-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:03:34+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e55f857e-6602-11ed-979a-fe7575bf0831 | InvocationID=e55f8736-6602-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:03:34+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d99469bc-6602-11ed-979a-fe7575bf0831 | InvocationID=d9946c28-6602-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T23:03:34+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e58732e0-6602-11ed-979a-fe7575bf0831 | InvocationID=e587347a-6602-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T23:03:34+0000 | aai_event_thread | 140649780943648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e58732e0-6602-11ed-979a-fe7575bf0831 | InvocationID=e587347a-6602-11ed-979a-fe7575bf0831 | 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-16T23:03:34+0000 | aai_event_thread | 140649780943648 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e58732e0-6602-11ed-979a-fe7575bf0831 | InvocationID=e587347a-6602-11ed-979a-fe7575bf0831 | 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-16T23:03:54+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e58732e0-6602-11ed-979a-fe7575bf0831 | InvocationID=e587347a-6602-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T23:03:54+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f176b6fc-6602-11ed-979a-fe7575bf0831 | InvocationID=f176c098-6602-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T23:03:54+0000 | aai_event_thread | 140649780943648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f176b6fc-6602-11ed-979a-fe7575bf0831 | InvocationID=f176c098-6602-11ed-979a-fe7575bf0831 | 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-16T23:03:54+0000 | aai_event_thread | 140649780943648 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f176b6fc-6602-11ed-979a-fe7575bf0831 | InvocationID=f176c098-6602-11ed-979a-fe7575bf0831 | 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-16T23:03:59+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e55f857e-6602-11ed-979a-fe7575bf0831 | InvocationID=e55f8736-6602-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T23:03:59+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f450c584-6602-11ed-979a-fe7575bf0831 | InvocationID=f450c9e4-6602-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T23:03:59+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f450c584-6602-11ed-979a-fe7575bf0831 | InvocationID=f450c9e4-6602-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:03:59+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f450c584-6602-11ed-979a-fe7575bf0831 | InvocationID=f450c9e4-6602-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:04:14+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f176b6fc-6602-11ed-979a-fe7575bf0831 | InvocationID=f176c098-6602-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T23:04:14+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fd66b728-6602-11ed-979a-fe7575bf0831 | InvocationID=fd66b908-6602-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T23:04:14+0000 | aai_event_thread | 140649780943648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fd66b728-6602-11ed-979a-fe7575bf0831 | InvocationID=fd66b908-6602-11ed-979a-fe7575bf0831 | 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-16T23:04:14+0000 | aai_event_thread | 140649780943648 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fd66b728-6602-11ed-979a-fe7575bf0831 | InvocationID=fd66b908-6602-11ed-979a-fe7575bf0831 | 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-16T23:04:24+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f450c584-6602-11ed-979a-fe7575bf0831 | InvocationID=f450c9e4-6602-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T23:04:24+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=033c96a4-6603-11ed-979a-fe7575bf0831 | InvocationID=033c9a32-6603-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T23:04:24+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=033c96a4-6603-11ed-979a-fe7575bf0831 | InvocationID=033c9a32-6603-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:04:24+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=033c96a4-6603-11ed-979a-fe7575bf0831 | InvocationID=033c9a32-6603-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:04:34+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fd66b728-6602-11ed-979a-fe7575bf0831 | InvocationID=fd66b908-6602-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T23:04:34+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=09569634-6603-11ed-979a-fe7575bf0831 | InvocationID=0956985a-6603-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T23:04:34+0000 | aai_event_thread | 140649780943648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=09569634-6603-11ed-979a-fe7575bf0831 | InvocationID=0956985a-6603-11ed-979a-fe7575bf0831 | 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-16T23:04:34+0000 | aai_event_thread | 140649780943648 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=09569634-6603-11ed-979a-fe7575bf0831 | InvocationID=0956985a-6603-11ed-979a-fe7575bf0831 | 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-16T23:04:49+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=033c96a4-6603-11ed-979a-fe7575bf0831 | InvocationID=033c9a32-6603-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T23:04:49+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=12281c88-6603-11ed-979a-fe7575bf0831 | InvocationID=12281e68-6603-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T23:04:49+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=12281c88-6603-11ed-979a-fe7575bf0831 | InvocationID=12281e68-6603-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:04:49+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=12281c88-6603-11ed-979a-fe7575bf0831 | InvocationID=12281e68-6603-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:04:54+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=09569634-6603-11ed-979a-fe7575bf0831 | InvocationID=0956985a-6603-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T23:04:54+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1546ba14-6603-11ed-979a-fe7575bf0831 | InvocationID=1546bc4e-6603-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T23:04:54+0000 | aai_event_thread | 140649780943648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1546ba14-6603-11ed-979a-fe7575bf0831 | InvocationID=1546bc4e-6603-11ed-979a-fe7575bf0831 | 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-16T23:04:54+0000 | aai_event_thread | 140649780943648 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1546ba14-6603-11ed-979a-fe7575bf0831 | InvocationID=1546bc4e-6603-11ed-979a-fe7575bf0831 | 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-16T23:05:14+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=12281c88-6603-11ed-979a-fe7575bf0831 | InvocationID=12281e68-6603-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T23:05:14+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2112bece-6603-11ed-979a-fe7575bf0831 | InvocationID=2112c086-6603-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T23:05:14+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2112bece-6603-11ed-979a-fe7575bf0831 | InvocationID=2112c086-6603-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:05:14+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2112bece-6603-11ed-979a-fe7575bf0831 | InvocationID=2112c086-6603-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:05:14+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1546ba14-6603-11ed-979a-fe7575bf0831 | InvocationID=1546bc4e-6603-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T23:05:14+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=213c36d2-6603-11ed-979a-fe7575bf0831 | InvocationID=213c38b2-6603-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T23:05:14+0000 | aai_event_thread | 140649780943648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=213c36d2-6603-11ed-979a-fe7575bf0831 | InvocationID=213c38b2-6603-11ed-979a-fe7575bf0831 | 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-16T23:05:14+0000 | aai_event_thread | 140649780943648 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=213c36d2-6603-11ed-979a-fe7575bf0831 | InvocationID=213c38b2-6603-11ed-979a-fe7575bf0831 | 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-16T23:05:34+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=213c36d2-6603-11ed-979a-fe7575bf0831 | InvocationID=213c38b2-6603-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T23:05:34+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d2b6c9c-6603-11ed-979a-fe7575bf0831 | InvocationID=2d2b6eb8-6603-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T23:05:34+0000 | aai_event_thread | 140649780943648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d2b6c9c-6603-11ed-979a-fe7575bf0831 | InvocationID=2d2b6eb8-6603-11ed-979a-fe7575bf0831 | 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-16T23:05:34+0000 | aai_event_thread | 140649780943648 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2d2b6c9c-6603-11ed-979a-fe7575bf0831 | InvocationID=2d2b6eb8-6603-11ed-979a-fe7575bf0831 | 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-16T23:05:39+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2112bece-6603-11ed-979a-fe7575bf0831 | InvocationID=2112c086-6603-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T23:05:39+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ffd1eac-6603-11ed-979a-fe7575bf0831 | InvocationID=2ffd20d2-6603-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T23:05:39+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ffd1eac-6603-11ed-979a-fe7575bf0831 | InvocationID=2ffd20d2-6603-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:05:39+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2ffd1eac-6603-11ed-979a-fe7575bf0831 | InvocationID=2ffd20d2-6603-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:05:54+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2d2b6c9c-6603-11ed-979a-fe7575bf0831 | InvocationID=2d2b6eb8-6603-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T23:05:54+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=391c57f0-6603-11ed-979a-fe7575bf0831 | InvocationID=391c5a5c-6603-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T23:05:54+0000 | aai_event_thread | 140649780943648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=391c57f0-6603-11ed-979a-fe7575bf0831 | InvocationID=391c5a5c-6603-11ed-979a-fe7575bf0831 | 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-16T23:05:54+0000 | aai_event_thread | 140649780943648 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=391c57f0-6603-11ed-979a-fe7575bf0831 | InvocationID=391c5a5c-6603-11ed-979a-fe7575bf0831 | 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-16T23:06:04+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2ffd1eac-6603-11ed-979a-fe7575bf0831 | InvocationID=2ffd20d2-6603-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T23:06:04+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3ee8b5e8-6603-11ed-979a-fe7575bf0831 | InvocationID=3ee8b87c-6603-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T23:06:04+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3ee8b5e8-6603-11ed-979a-fe7575bf0831 | InvocationID=3ee8b87c-6603-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:06:04+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3ee8b5e8-6603-11ed-979a-fe7575bf0831 | InvocationID=3ee8b87c-6603-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:06:14+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=391c57f0-6603-11ed-979a-fe7575bf0831 | InvocationID=391c5a5c-6603-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T23:06:14+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=450dd2e6-6603-11ed-979a-fe7575bf0831 | InvocationID=450dd4c6-6603-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T23:06:14+0000 | aai_event_thread | 140649780943648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=450dd2e6-6603-11ed-979a-fe7575bf0831 | InvocationID=450dd4c6-6603-11ed-979a-fe7575bf0831 | 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-16T23:06:14+0000 | aai_event_thread | 140649780943648 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=450dd2e6-6603-11ed-979a-fe7575bf0831 | InvocationID=450dd4c6-6603-11ed-979a-fe7575bf0831 | 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-16T23:06:29+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3ee8b5e8-6603-11ed-979a-fe7575bf0831 | InvocationID=3ee8b87c-6603-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T23:06:29+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4dd447fc-6603-11ed-979a-fe7575bf0831 | InvocationID=4dd44afe-6603-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T23:06:29+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4dd447fc-6603-11ed-979a-fe7575bf0831 | InvocationID=4dd44afe-6603-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:06:29+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4dd447fc-6603-11ed-979a-fe7575bf0831 | InvocationID=4dd44afe-6603-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:06:34+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=450dd2e6-6603-11ed-979a-fe7575bf0831 | InvocationID=450dd4c6-6603-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T23:06:34+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=50fd7386-6603-11ed-979a-fe7575bf0831 | InvocationID=50fd750c-6603-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T23:06:34+0000 | aai_event_thread | 140649780943648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=50fd7386-6603-11ed-979a-fe7575bf0831 | InvocationID=50fd750c-6603-11ed-979a-fe7575bf0831 | 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-16T23:06:34+0000 | aai_event_thread | 140649780943648 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=50fd7386-6603-11ed-979a-fe7575bf0831 | InvocationID=50fd750c-6603-11ed-979a-fe7575bf0831 | 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-16T23:06:54+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4dd447fc-6603-11ed-979a-fe7575bf0831 | InvocationID=4dd44afe-6603-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T23:06:54+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5cbec846-6603-11ed-979a-fe7575bf0831 | InvocationID=5cbeccec-6603-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T23:06:54+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5cbec846-6603-11ed-979a-fe7575bf0831 | InvocationID=5cbeccec-6603-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:06:54+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5cbec846-6603-11ed-979a-fe7575bf0831 | InvocationID=5cbeccec-6603-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:06:54+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=50fd7386-6603-11ed-979a-fe7575bf0831 | InvocationID=50fd750c-6603-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T23:06:54+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5ced010c-6603-11ed-979a-fe7575bf0831 | InvocationID=5ced030a-6603-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T23:06:54+0000 | aai_event_thread | 140649780943648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5ced010c-6603-11ed-979a-fe7575bf0831 | InvocationID=5ced030a-6603-11ed-979a-fe7575bf0831 | 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-16T23:06:54+0000 | aai_event_thread | 140649780943648 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5ced010c-6603-11ed-979a-fe7575bf0831 | InvocationID=5ced030a-6603-11ed-979a-fe7575bf0831 | 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-16T23:07:14+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5ced010c-6603-11ed-979a-fe7575bf0831 | InvocationID=5ced030a-6603-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T23:07:14+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=68dc3e06-6603-11ed-979a-fe7575bf0831 | InvocationID=68dc44f0-6603-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T23:07:14+0000 | aai_event_thread | 140649780943648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=68dc3e06-6603-11ed-979a-fe7575bf0831 | InvocationID=68dc44f0-6603-11ed-979a-fe7575bf0831 | 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-16T23:07:14+0000 | aai_event_thread | 140649780943648 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=68dc3e06-6603-11ed-979a-fe7575bf0831 | InvocationID=68dc44f0-6603-11ed-979a-fe7575bf0831 | 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-16T23:07:19+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5cbec846-6603-11ed-979a-fe7575bf0831 | InvocationID=5cbeccec-6603-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T23:07:19+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6ba94dae-6603-11ed-979a-fe7575bf0831 | InvocationID=6ba94f0c-6603-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T23:07:19+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6ba94dae-6603-11ed-979a-fe7575bf0831 | InvocationID=6ba94f0c-6603-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:07:19+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6ba94dae-6603-11ed-979a-fe7575bf0831 | InvocationID=6ba94f0c-6603-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:07:34+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=68dc3e06-6603-11ed-979a-fe7575bf0831 | InvocationID=68dc44f0-6603-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T23:07:34+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=74cd3378-6603-11ed-979a-fe7575bf0831 | InvocationID=74cd3576-6603-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T23:07:34+0000 | aai_event_thread | 140649780943648 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=74cd3378-6603-11ed-979a-fe7575bf0831 | InvocationID=74cd3576-6603-11ed-979a-fe7575bf0831 | 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-16T23:07:34+0000 | aai_event_thread | 140649780943648 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=74cd3378-6603-11ed-979a-fe7575bf0831 | InvocationID=74cd3576-6603-11ed-979a-fe7575bf0831 | 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-16T23:07:44+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6ba94dae-6603-11ed-979a-fe7575bf0831 | InvocationID=6ba94f0c-6603-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T23:07:44+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7a93fa4e-6603-11ed-979a-fe7575bf0831 | InvocationID=7a93fc4c-6603-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T23:07:44+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7a93fa4e-6603-11ed-979a-fe7575bf0831 | InvocationID=7a93fc4c-6603-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:07:44+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7a93fa4e-6603-11ed-979a-fe7575bf0831 | InvocationID=7a93fc4c-6603-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:07:54+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=74cd3378-6603-11ed-979a-fe7575bf0831 | InvocationID=74cd3576-6603-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T23:07:54+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=80bdab18-6603-11ed-979a-fe7575bf0831 | InvocationID=80bdad02-6603-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T23:08:09+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7a93fa4e-6603-11ed-979a-fe7575bf0831 | InvocationID=7a93fc4c-6603-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T23:08:09+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8989397e-6603-11ed-979a-fe7575bf0831 | InvocationID=89893b7c-6603-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T23:08:09+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8989397e-6603-11ed-979a-fe7575bf0831 | InvocationID=89893b7c-6603-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:08:09+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8989397e-6603-11ed-979a-fe7575bf0831 | InvocationID=89893b7c-6603-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:08:19+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=80bdab18-6603-11ed-979a-fe7575bf0831 | InvocationID=80bdad02-6603-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T23:08:19+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8f4750da-6603-11ed-979a-fe7575bf0831 | InvocationID=8f475256-6603-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T23:08:34+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8989397e-6603-11ed-979a-fe7575bf0831 | InvocationID=89893b7c-6603-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T23:08:34+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=98768c66-6603-11ed-979a-fe7575bf0831 | InvocationID=98768e6e-6603-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T23:08:34+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=98768c66-6603-11ed-979a-fe7575bf0831 | InvocationID=98768e6e-6603-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:08:34+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=98768c66-6603-11ed-979a-fe7575bf0831 | InvocationID=98768e6e-6603-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:08:39+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8f4750da-6603-11ed-979a-fe7575bf0831 | InvocationID=8f475256-6603-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T23:08:39+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9b3e8e44-6603-11ed-979a-fe7575bf0831 | InvocationID=9b3e906a-6603-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T23:08:59+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9b3e8e44-6603-11ed-979a-fe7575bf0831 | InvocationID=9b3e906a-6603-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T23:08:59+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a7334f3c-6603-11ed-979a-fe7575bf0831 | InvocationID=a7335162-6603-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T23:08:59+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=98768c66-6603-11ed-979a-fe7575bf0831 | InvocationID=98768e6e-6603-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T23:08:59+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a760e992-6603-11ed-979a-fe7575bf0831 | InvocationID=a760eb22-6603-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T23:08:59+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a760e992-6603-11ed-979a-fe7575bf0831 | InvocationID=a760eb22-6603-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:08:59+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a760e992-6603-11ed-979a-fe7575bf0831 | InvocationID=a760eb22-6603-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:09:19+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a7334f3c-6603-11ed-979a-fe7575bf0831 | InvocationID=a7335162-6603-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T23:09:19+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b33c7b64-6603-11ed-979a-fe7575bf0831 | InvocationID=b33c7d1c-6603-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T23:09:24+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a760e992-6603-11ed-979a-fe7575bf0831 | InvocationID=a760eb22-6603-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T23:09:24+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b64ceece-6603-11ed-979a-fe7575bf0831 | InvocationID=b64cf1d0-6603-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T23:09:24+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b64ceece-6603-11ed-979a-fe7575bf0831 | InvocationID=b64cf1d0-6603-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:09:24+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b64ceece-6603-11ed-979a-fe7575bf0831 | InvocationID=b64cf1d0-6603-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:09:40+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b33c7b64-6603-11ed-979a-fe7575bf0831 | InvocationID=b33c7d1c-6603-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T23:09:40+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bf7e6dec-6603-11ed-979a-fe7575bf0831 | InvocationID=bf7e7152-6603-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T23:09:49+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b64ceece-6603-11ed-979a-fe7575bf0831 | InvocationID=b64cf1d0-6603-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T23:09:49+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c53bb1f4-6603-11ed-979a-fe7575bf0831 | InvocationID=c53bb3d4-6603-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T23:09:49+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c53bb1f4-6603-11ed-979a-fe7575bf0831 | InvocationID=c53bb3d4-6603-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:09:49+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c53bb1f4-6603-11ed-979a-fe7575bf0831 | InvocationID=c53bb3d4-6603-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:10:04+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bf7e6dec-6603-11ed-979a-fe7575bf0831 | InvocationID=bf7e7152-6603-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T23:10:04+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ce43022a-6603-11ed-979a-fe7575bf0831 | InvocationID=ce4304e6-6603-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T23:10:14+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c53bb1f4-6603-11ed-979a-fe7575bf0831 | InvocationID=c53bb3d4-6603-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T23:10:14+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d4271618-6603-11ed-979a-fe7575bf0831 | InvocationID=d42718ac-6603-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T23:10:14+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d4271618-6603-11ed-979a-fe7575bf0831 | InvocationID=d42718ac-6603-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:10:14+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d4271618-6603-11ed-979a-fe7575bf0831 | InvocationID=d42718ac-6603-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:10:29+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ce43022a-6603-11ed-979a-fe7575bf0831 | InvocationID=ce4304e6-6603-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T23:10:29+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dd0efb74-6603-11ed-979a-fe7575bf0831 | InvocationID=dd0efda4-6603-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T23:10:39+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d4271618-6603-11ed-979a-fe7575bf0831 | InvocationID=d42718ac-6603-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T23:10:39+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e31462de-6603-11ed-979a-fe7575bf0831 | InvocationID=e31464e6-6603-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T23:10:39+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e31462de-6603-11ed-979a-fe7575bf0831 | InvocationID=e31464e6-6603-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:10:39+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e31462de-6603-11ed-979a-fe7575bf0831 | InvocationID=e31464e6-6603-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:10:54+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dd0efb74-6603-11ed-979a-fe7575bf0831 | InvocationID=dd0efda4-6603-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T23:10:54+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ebd84d90-6603-11ed-979a-fe7575bf0831 | InvocationID=ebd85006-6603-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T23:11:04+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e31462de-6603-11ed-979a-fe7575bf0831 | InvocationID=e31464e6-6603-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T23:11:04+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f201d4de-6603-11ed-979a-fe7575bf0831 | InvocationID=f201d6be-6603-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T23:11:04+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f201d4de-6603-11ed-979a-fe7575bf0831 | InvocationID=f201d6be-6603-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:11:04+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f201d4de-6603-11ed-979a-fe7575bf0831 | InvocationID=f201d6be-6603-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:11:19+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ebd84d90-6603-11ed-979a-fe7575bf0831 | InvocationID=ebd85006-6603-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T23:11:19+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fa9d1d7e-6603-11ed-979a-fe7575bf0831 | InvocationID=fa9d1f72-6603-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T23:11:29+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f201d4de-6603-11ed-979a-fe7575bf0831 | InvocationID=f201d6be-6603-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T23:11:29+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=00ecaece-6604-11ed-979a-fe7575bf0831 | InvocationID=00ecb2d4-6604-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T23:11:30+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=00ecaece-6604-11ed-979a-fe7575bf0831 | InvocationID=00ecb2d4-6604-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:11:30+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=00ecaece-6604-11ed-979a-fe7575bf0831 | InvocationID=00ecb2d4-6604-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:11:44+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fa9d1d7e-6603-11ed-979a-fe7575bf0831 | InvocationID=fa9d1f72-6603-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T23:11:44+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=098b873a-6604-11ed-979a-fe7575bf0831 | InvocationID=098b892e-6604-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T23:11:55+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=00ecaece-6604-11ed-979a-fe7575bf0831 | InvocationID=00ecb2d4-6604-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T23:11:55+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0fd98902-6604-11ed-979a-fe7575bf0831 | InvocationID=0fd98bc8-6604-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T23:11:55+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0fd98902-6604-11ed-979a-fe7575bf0831 | InvocationID=0fd98bc8-6604-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:11:55+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0fd98902-6604-11ed-979a-fe7575bf0831 | InvocationID=0fd98bc8-6604-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:12:09+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=098b873a-6604-11ed-979a-fe7575bf0831 | InvocationID=098b892e-6604-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T23:12:09+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=18595e5e-6604-11ed-979a-fe7575bf0831 | InvocationID=1859602a-6604-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T23:12:20+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0fd98902-6604-11ed-979a-fe7575bf0831 | InvocationID=0fd98bc8-6604-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T23:12:20+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1edcefb6-6604-11ed-979a-fe7575bf0831 | InvocationID=1edcf1d2-6604-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T23:12:20+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1edcefb6-6604-11ed-979a-fe7575bf0831 | InvocationID=1edcf1d2-6604-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:12:20+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1edcefb6-6604-11ed-979a-fe7575bf0831 | InvocationID=1edcf1d2-6604-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:12:34+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=18595e5e-6604-11ed-979a-fe7575bf0831 | InvocationID=1859602a-6604-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T23:12:34+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=272a7f12-6604-11ed-979a-fe7575bf0831 | InvocationID=272a80b6-6604-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T23:12:45+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1edcefb6-6604-11ed-979a-fe7575bf0831 | InvocationID=1edcf1d2-6604-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T23:12:45+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2dc8cf04-6604-11ed-979a-fe7575bf0831 | InvocationID=2dc8d080-6604-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T23:12:45+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2dc8cf04-6604-11ed-979a-fe7575bf0831 | InvocationID=2dc8d080-6604-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:12:45+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2dc8cf04-6604-11ed-979a-fe7575bf0831 | InvocationID=2dc8d080-6604-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:12:58+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=272a7f12-6604-11ed-979a-fe7575bf0831 | InvocationID=272a80b6-6604-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T23:12:58+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=35f27ed2-6604-11ed-979a-fe7575bf0831 | InvocationID=35f28062-6604-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T23:13:10+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2dc8cf04-6604-11ed-979a-fe7575bf0831 | InvocationID=2dc8d080-6604-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T23:13:10+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3cb3dd1a-6604-11ed-979a-fe7575bf0831 | InvocationID=3cb3ded2-6604-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T23:13:10+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3cb3dd1a-6604-11ed-979a-fe7575bf0831 | InvocationID=3cb3ded2-6604-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:13:10+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3cb3dd1a-6604-11ed-979a-fe7575bf0831 | InvocationID=3cb3ded2-6604-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:13:23+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=35f27ed2-6604-11ed-979a-fe7575bf0831 | InvocationID=35f28062-6604-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T23:13:23+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=44bb52c2-6604-11ed-979a-fe7575bf0831 | InvocationID=44bb5448-6604-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T23:13:35+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3cb3dd1a-6604-11ed-979a-fe7575bf0831 | InvocationID=3cb3ded2-6604-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T23:13:35+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4b9f58c2-6604-11ed-979a-fe7575bf0831 | InvocationID=4b9f5a8e-6604-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T23:13:35+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4b9f58c2-6604-11ed-979a-fe7575bf0831 | InvocationID=4b9f5a8e-6604-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:13:35+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4b9f58c2-6604-11ed-979a-fe7575bf0831 | InvocationID=4b9f5a8e-6604-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:13:48+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=44bb52c2-6604-11ed-979a-fe7575bf0831 | InvocationID=44bb5448-6604-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T23:13:48+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=537efc00-6604-11ed-979a-fe7575bf0831 | InvocationID=537f03ee-6604-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T23:14:00+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4b9f58c2-6604-11ed-979a-fe7575bf0831 | InvocationID=4b9f5a8e-6604-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T23:14:00+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5a8f851e-6604-11ed-979a-fe7575bf0831 | InvocationID=5a8f87f8-6604-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T23:14:00+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5a8f851e-6604-11ed-979a-fe7575bf0831 | InvocationID=5a8f87f8-6604-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:14:00+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5a8f851e-6604-11ed-979a-fe7575bf0831 | InvocationID=5a8f87f8-6604-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:14:13+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=537efc00-6604-11ed-979a-fe7575bf0831 | InvocationID=537f03ee-6604-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T23:14:13+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=624ab7ec-6604-11ed-979a-fe7575bf0831 | InvocationID=624ab9fe-6604-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T23:14:25+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5a8f851e-6604-11ed-979a-fe7575bf0831 | InvocationID=5a8f87f8-6604-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T23:14:25+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=697efa28-6604-11ed-979a-fe7575bf0831 | InvocationID=697efb90-6604-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T23:14:25+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=697efa28-6604-11ed-979a-fe7575bf0831 | InvocationID=697efb90-6604-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:14:25+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=697efa28-6604-11ed-979a-fe7575bf0831 | InvocationID=697efb90-6604-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:14:38+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=624ab7ec-6604-11ed-979a-fe7575bf0831 | InvocationID=624ab9fe-6604-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T23:14:38+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=71103f18-6604-11ed-979a-fe7575bf0831 | InvocationID=71104b70-6604-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T23:14:50+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=697efa28-6604-11ed-979a-fe7575bf0831 | InvocationID=697efb90-6604-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T23:14:50+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=78695b0a-6604-11ed-979a-fe7575bf0831 | InvocationID=78695db2-6604-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T23:14:50+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=78695b0a-6604-11ed-979a-fe7575bf0831 | InvocationID=78695db2-6604-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:14:50+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=78695b0a-6604-11ed-979a-fe7575bf0831 | InvocationID=78695db2-6604-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:15:02+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=71103f18-6604-11ed-979a-fe7575bf0831 | InvocationID=71104b70-6604-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T23:15:02+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7fd23088-6604-11ed-979a-fe7575bf0831 | InvocationID=7fd2324a-6604-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T23:15:15+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=78695b0a-6604-11ed-979a-fe7575bf0831 | InvocationID=78695db2-6604-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T23:15:15+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8757ce80-6604-11ed-979a-fe7575bf0831 | InvocationID=8757d042-6604-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T23:15:15+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8757ce80-6604-11ed-979a-fe7575bf0831 | InvocationID=8757d042-6604-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:15:15+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8757ce80-6604-11ed-979a-fe7575bf0831 | InvocationID=8757d042-6604-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:15:27+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7fd23088-6604-11ed-979a-fe7575bf0831 | InvocationID=7fd2324a-6604-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T23:15:27+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8e968fba-6604-11ed-979a-fe7575bf0831 | InvocationID=8e969942-6604-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T23:15:40+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8757ce80-6604-11ed-979a-fe7575bf0831 | InvocationID=8757d042-6604-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T23:15:40+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9641fb6e-6604-11ed-979a-fe7575bf0831 | InvocationID=9641fd08-6604-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T23:15:40+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9641fb6e-6604-11ed-979a-fe7575bf0831 | InvocationID=9641fd08-6604-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:15:40+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9641fb6e-6604-11ed-979a-fe7575bf0831 | InvocationID=9641fd08-6604-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:15:52+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8e968fba-6604-11ed-979a-fe7575bf0831 | InvocationID=8e969942-6604-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T23:15:52+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9d58ba3c-6604-11ed-979a-fe7575bf0831 | InvocationID=9d58bbcc-6604-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T23:16:05+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9641fb6e-6604-11ed-979a-fe7575bf0831 | InvocationID=9641fd08-6604-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T23:16:05+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a52cea44-6604-11ed-979a-fe7575bf0831 | InvocationID=a52cec6a-6604-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T23:16:05+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a52cea44-6604-11ed-979a-fe7575bf0831 | InvocationID=a52cec6a-6604-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:16:05+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a52cea44-6604-11ed-979a-fe7575bf0831 | InvocationID=a52cec6a-6604-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:16:17+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9d58ba3c-6604-11ed-979a-fe7575bf0831 | InvocationID=9d58bbcc-6604-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T23:16:17+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ac1fe914-6604-11ed-979a-fe7575bf0831 | InvocationID=ac1feae0-6604-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T23:16:30+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a52cea44-6604-11ed-979a-fe7575bf0831 | InvocationID=a52cec6a-6604-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T23:16:30+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b41be096-6604-11ed-979a-fe7575bf0831 | InvocationID=b41be230-6604-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T23:16:30+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b41be096-6604-11ed-979a-fe7575bf0831 | InvocationID=b41be230-6604-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:16:30+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b41be096-6604-11ed-979a-fe7575bf0831 | InvocationID=b41be230-6604-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:16:41+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ac1fe914-6604-11ed-979a-fe7575bf0831 | InvocationID=ac1feae0-6604-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T23:16:41+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bae0691a-6604-11ed-979a-fe7575bf0831 | InvocationID=bae06b0e-6604-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T23:16:55+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b41be096-6604-11ed-979a-fe7575bf0831 | InvocationID=b41be230-6604-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T23:16:55+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c3064c86-6604-11ed-979a-fe7575bf0831 | InvocationID=c3065064-6604-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T23:16:55+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c3064c86-6604-11ed-979a-fe7575bf0831 | InvocationID=c3065064-6604-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:16:55+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c3064c86-6604-11ed-979a-fe7575bf0831 | InvocationID=c3065064-6604-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:17:06+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bae0691a-6604-11ed-979a-fe7575bf0831 | InvocationID=bae06b0e-6604-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T23:17:06+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c9a303ea-6604-11ed-979a-fe7575bf0831 | InvocationID=c9a305f2-6604-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T23:17:20+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c3064c86-6604-11ed-979a-fe7575bf0831 | InvocationID=c3065064-6604-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T23:17:20+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d1f22364-6604-11ed-979a-fe7575bf0831 | InvocationID=d1f2260c-6604-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T23:17:20+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d1f22364-6604-11ed-979a-fe7575bf0831 | InvocationID=d1f2260c-6604-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:17:20+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d1f22364-6604-11ed-979a-fe7575bf0831 | InvocationID=d1f2260c-6604-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:17:31+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c9a303ea-6604-11ed-979a-fe7575bf0831 | InvocationID=c9a305f2-6604-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T23:17:31+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d8653934-6604-11ed-979a-fe7575bf0831 | InvocationID=d8653b50-6604-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T23:17:45+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d1f22364-6604-11ed-979a-fe7575bf0831 | InvocationID=d1f2260c-6604-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T23:17:45+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e0e02cd6-6604-11ed-979a-fe7575bf0831 | InvocationID=e0e02f2e-6604-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T23:17:45+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e0e02cd6-6604-11ed-979a-fe7575bf0831 | InvocationID=e0e02f2e-6604-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:17:45+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e0e02cd6-6604-11ed-979a-fe7575bf0831 | InvocationID=e0e02f2e-6604-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:17:56+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d8653934-6604-11ed-979a-fe7575bf0831 | InvocationID=d8653b50-6604-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T23:17:56+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e725e6ee-6604-11ed-979a-fe7575bf0831 | InvocationID=e725e874-6604-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T23:18:10+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e0e02cd6-6604-11ed-979a-fe7575bf0831 | InvocationID=e0e02f2e-6604-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T23:18:10+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=efcac83c-6604-11ed-979a-fe7575bf0831 | InvocationID=efcaca26-6604-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T23:18:10+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=efcac83c-6604-11ed-979a-fe7575bf0831 | InvocationID=efcaca26-6604-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:18:10+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=efcac83c-6604-11ed-979a-fe7575bf0831 | InvocationID=efcaca26-6604-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:18:20+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e725e6ee-6604-11ed-979a-fe7575bf0831 | InvocationID=e725e874-6604-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T23:18:20+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f5e7af0a-6604-11ed-979a-fe7575bf0831 | InvocationID=f5e7b1c6-6604-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T23:18:35+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=efcac83c-6604-11ed-979a-fe7575bf0831 | InvocationID=efcaca26-6604-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T23:18:35+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=feb6677a-6604-11ed-979a-fe7575bf0831 | InvocationID=feb669a0-6604-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T23:18:35+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=feb6677a-6604-11ed-979a-fe7575bf0831 | InvocationID=feb669a0-6604-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:18:35+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=feb6677a-6604-11ed-979a-fe7575bf0831 | InvocationID=feb669a0-6604-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:18:45+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f5e7af0a-6604-11ed-979a-fe7575bf0831 | InvocationID=f5e7b1c6-6604-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T23:18:45+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=04ac091e-6605-11ed-979a-fe7575bf0831 | InvocationID=04ac0aea-6605-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T23:19:00+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=feb6677a-6604-11ed-979a-fe7575bf0831 | InvocationID=feb669a0-6604-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T23:19:00+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0da1966a-6605-11ed-979a-fe7575bf0831 | InvocationID=0da19836-6605-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T23:19:00+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0da1966a-6605-11ed-979a-fe7575bf0831 | InvocationID=0da19836-6605-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:19:00+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0da1966a-6605-11ed-979a-fe7575bf0831 | InvocationID=0da19836-6605-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:19:10+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=04ac091e-6605-11ed-979a-fe7575bf0831 | InvocationID=04ac0aea-6605-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T23:19:10+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=136fde1c-6605-11ed-979a-fe7575bf0831 | InvocationID=136fe5e2-6605-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T23:19:25+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0da1966a-6605-11ed-979a-fe7575bf0831 | InvocationID=0da19836-6605-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T23:19:25+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1c8cb8da-6605-11ed-979a-fe7575bf0831 | InvocationID=1c8cba88-6605-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T23:19:25+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1c8cb8da-6605-11ed-979a-fe7575bf0831 | InvocationID=1c8cba88-6605-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:19:25+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1c8cb8da-6605-11ed-979a-fe7575bf0831 | InvocationID=1c8cba88-6605-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:19:35+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=136fde1c-6605-11ed-979a-fe7575bf0831 | InvocationID=136fe5e2-6605-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T23:19:35+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=22329f34-6605-11ed-979a-fe7575bf0831 | InvocationID=2232a114-6605-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T23:19:50+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1c8cb8da-6605-11ed-979a-fe7575bf0831 | InvocationID=1c8cba88-6605-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T23:19:50+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2b779450-6605-11ed-979a-fe7575bf0831 | InvocationID=2b779644-6605-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T23:19:50+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2b779450-6605-11ed-979a-fe7575bf0831 | InvocationID=2b779644-6605-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:19:50+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2b779450-6605-11ed-979a-fe7575bf0831 | InvocationID=2b779644-6605-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:20:00+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=22329f34-6605-11ed-979a-fe7575bf0831 | InvocationID=2232a114-6605-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T23:20:00+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=30f32138-6605-11ed-979a-fe7575bf0831 | InvocationID=30f323cc-6605-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T23:20:15+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2b779450-6605-11ed-979a-fe7575bf0831 | InvocationID=2b779644-6605-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T23:20:15+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3a622192-6605-11ed-979a-fe7575bf0831 | InvocationID=3a622318-6605-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T23:20:15+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3a622192-6605-11ed-979a-fe7575bf0831 | InvocationID=3a622318-6605-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:20:15+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3a622192-6605-11ed-979a-fe7575bf0831 | InvocationID=3a622318-6605-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:20:24+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=30f32138-6605-11ed-979a-fe7575bf0831 | InvocationID=30f323cc-6605-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T23:20:24+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3fb55812-6605-11ed-979a-fe7575bf0831 | InvocationID=3fb559e8-6605-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T23:20:40+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3a622192-6605-11ed-979a-fe7575bf0831 | InvocationID=3a622318-6605-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T23:20:40+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=494d0ca8-6605-11ed-979a-fe7575bf0831 | InvocationID=494d1072-6605-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T23:20:40+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=494d0ca8-6605-11ed-979a-fe7575bf0831 | InvocationID=494d1072-6605-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:20:40+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=494d0ca8-6605-11ed-979a-fe7575bf0831 | InvocationID=494d1072-6605-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:20:49+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3fb55812-6605-11ed-979a-fe7575bf0831 | InvocationID=3fb559e8-6605-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T23:20:49+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4e7a8dc2-6605-11ed-979a-fe7575bf0831 | InvocationID=4e7a8fca-6605-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T23:21:05+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=494d0ca8-6605-11ed-979a-fe7575bf0831 | InvocationID=494d1072-6605-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T23:21:05+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=58383fc6-6605-11ed-979a-fe7575bf0831 | InvocationID=583842aa-6605-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T23:21:05+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=58383fc6-6605-11ed-979a-fe7575bf0831 | InvocationID=583842aa-6605-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:21:05+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=58383fc6-6605-11ed-979a-fe7575bf0831 | InvocationID=583842aa-6605-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:21:14+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4e7a8dc2-6605-11ed-979a-fe7575bf0831 | InvocationID=4e7a8fca-6605-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T23:21:14+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5d3d880a-6605-11ed-979a-fe7575bf0831 | InvocationID=5d3d8a62-6605-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T23:21:30+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=58383fc6-6605-11ed-979a-fe7575bf0831 | InvocationID=583842aa-6605-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T23:21:30+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6724768a-6605-11ed-979a-fe7575bf0831 | InvocationID=672478f6-6605-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T23:21:30+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6724768a-6605-11ed-979a-fe7575bf0831 | InvocationID=672478f6-6605-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:21:30+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6724768a-6605-11ed-979a-fe7575bf0831 | InvocationID=672478f6-6605-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:21:39+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5d3d880a-6605-11ed-979a-fe7575bf0831 | InvocationID=5d3d8a62-6605-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T23:21:39+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6bfea608-6605-11ed-979a-fe7575bf0831 | InvocationID=6bfea7de-6605-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T23:21:55+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6724768a-6605-11ed-979a-fe7575bf0831 | InvocationID=672478f6-6605-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T23:21:55+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=760f5930-6605-11ed-979a-fe7575bf0831 | InvocationID=760f5af2-6605-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T23:21:56+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=760f5930-6605-11ed-979a-fe7575bf0831 | InvocationID=760f5af2-6605-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:21:56+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=760f5930-6605-11ed-979a-fe7575bf0831 | InvocationID=760f5af2-6605-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:22:03+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6bfea608-6605-11ed-979a-fe7575bf0831 | InvocationID=6bfea7de-6605-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T23:22:03+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7abf56c4-6605-11ed-979a-fe7575bf0831 | InvocationID=7abf587c-6605-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T23:22:21+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=760f5930-6605-11ed-979a-fe7575bf0831 | InvocationID=760f5af2-6605-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T23:22:21+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=84f9bf80-6605-11ed-979a-fe7575bf0831 | InvocationID=84f9ce08-6605-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T23:22:21+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=84f9bf80-6605-11ed-979a-fe7575bf0831 | InvocationID=84f9ce08-6605-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:22:21+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=84f9bf80-6605-11ed-979a-fe7575bf0831 | InvocationID=84f9ce08-6605-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:22:28+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7abf56c4-6605-11ed-979a-fe7575bf0831 | InvocationID=7abf587c-6605-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T23:22:28+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=89803c50-6605-11ed-979a-fe7575bf0831 | InvocationID=89803ea8-6605-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T23:22:46+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=84f9bf80-6605-11ed-979a-fe7575bf0831 | InvocationID=84f9ce08-6605-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T23:22:46+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=93e64414-6605-11ed-979a-fe7575bf0831 | InvocationID=93e6464e-6605-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T23:22:46+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=93e64414-6605-11ed-979a-fe7575bf0831 | InvocationID=93e6464e-6605-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:22:46+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=93e64414-6605-11ed-979a-fe7575bf0831 | InvocationID=93e6464e-6605-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:22:53+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=89803c50-6605-11ed-979a-fe7575bf0831 | InvocationID=89803ea8-6605-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T23:22:53+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=984108aa-6605-11ed-979a-fe7575bf0831 | InvocationID=98410a80-6605-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T23:23:11+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=93e64414-6605-11ed-979a-fe7575bf0831 | InvocationID=93e6464e-6605-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T23:23:11+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a2d06ae0-6605-11ed-979a-fe7575bf0831 | InvocationID=a2d06d56-6605-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T23:23:11+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a2d06ae0-6605-11ed-979a-fe7575bf0831 | InvocationID=a2d06d56-6605-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:23:11+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a2d06ae0-6605-11ed-979a-fe7575bf0831 | InvocationID=a2d06d56-6605-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:23:18+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=984108aa-6605-11ed-979a-fe7575bf0831 | InvocationID=98410a80-6605-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T23:23:18+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a70341be-6605-11ed-979a-fe7575bf0831 | InvocationID=a703443e-6605-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T23:23:36+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a2d06ae0-6605-11ed-979a-fe7575bf0831 | InvocationID=a2d06d56-6605-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T23:23:36+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b1bb793c-6605-11ed-979a-fe7575bf0831 | InvocationID=b1bb7b76-6605-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T23:23:36+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b1bb793c-6605-11ed-979a-fe7575bf0831 | InvocationID=b1bb7b76-6605-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:23:36+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b1bb793c-6605-11ed-979a-fe7575bf0831 | InvocationID=b1bb7b76-6605-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:23:42+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a70341be-6605-11ed-979a-fe7575bf0831 | InvocationID=a703443e-6605-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T23:23:42+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b5c44be4-6605-11ed-979a-fe7575bf0831 | InvocationID=b5c44de2-6605-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T23:24:01+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b1bb793c-6605-11ed-979a-fe7575bf0831 | InvocationID=b1bb7b76-6605-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T23:24:01+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c0ad59a6-6605-11ed-979a-fe7575bf0831 | InvocationID=c0ad5b9a-6605-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T23:24:01+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c0ad59a6-6605-11ed-979a-fe7575bf0831 | InvocationID=c0ad5b9a-6605-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:24:01+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c0ad59a6-6605-11ed-979a-fe7575bf0831 | InvocationID=c0ad5b9a-6605-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:24:07+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b5c44be4-6605-11ed-979a-fe7575bf0831 | InvocationID=b5c44de2-6605-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T23:24:07+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c4880044-6605-11ed-979a-fe7575bf0831 | InvocationID=c48802ce-6605-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T23:24:26+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c0ad59a6-6605-11ed-979a-fe7575bf0831 | InvocationID=c0ad5b9a-6605-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T23:24:26+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cf98a952-6605-11ed-979a-fe7575bf0831 | InvocationID=cf98aaf6-6605-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T23:24:26+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cf98a952-6605-11ed-979a-fe7575bf0831 | InvocationID=cf98aaf6-6605-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:24:26+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cf98a952-6605-11ed-979a-fe7575bf0831 | InvocationID=cf98aaf6-6605-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:24:32+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c4880044-6605-11ed-979a-fe7575bf0831 | InvocationID=c48802ce-6605-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T23:24:32+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d34c2574-6605-11ed-979a-fe7575bf0831 | InvocationID=d34c26fa-6605-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T23:24:51+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cf98a952-6605-11ed-979a-fe7575bf0831 | InvocationID=cf98aaf6-6605-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T23:24:51+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=de83c726-6605-11ed-979a-fe7575bf0831 | InvocationID=de83c97e-6605-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T23:24:51+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=de83c726-6605-11ed-979a-fe7575bf0831 | InvocationID=de83c97e-6605-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:24:51+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=de83c726-6605-11ed-979a-fe7575bf0831 | InvocationID=de83c97e-6605-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:24:57+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d34c2574-6605-11ed-979a-fe7575bf0831 | InvocationID=d34c26fa-6605-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T23:24:57+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e217a7c2-6605-11ed-979a-fe7575bf0831 | InvocationID=e217b050-6605-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T23:25:16+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=de83c726-6605-11ed-979a-fe7575bf0831 | InvocationID=de83c97e-6605-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T23:25:16+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ed6ee022-6605-11ed-979a-fe7575bf0831 | InvocationID=ed6ee1f8-6605-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T23:25:16+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ed6ee022-6605-11ed-979a-fe7575bf0831 | InvocationID=ed6ee1f8-6605-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:25:16+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ed6ee022-6605-11ed-979a-fe7575bf0831 | InvocationID=ed6ee1f8-6605-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:25:22+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e217a7c2-6605-11ed-979a-fe7575bf0831 | InvocationID=e217b050-6605-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T23:25:22+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f0e0f074-6605-11ed-979a-fe7575bf0831 | InvocationID=f0e0f308-6605-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T23:25:41+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ed6ee022-6605-11ed-979a-fe7575bf0831 | InvocationID=ed6ee1f8-6605-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T23:25:41+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fc59fefa-6605-11ed-979a-fe7575bf0831 | InvocationID=fc5a049a-6605-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T23:25:41+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fc59fefa-6605-11ed-979a-fe7575bf0831 | InvocationID=fc5a049a-6605-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:25:41+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fc59fefa-6605-11ed-979a-fe7575bf0831 | InvocationID=fc5a049a-6605-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:25:46+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f0e0f074-6605-11ed-979a-fe7575bf0831 | InvocationID=f0e0f308-6605-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T23:25:46+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ffa15ef0-6605-11ed-979a-fe7575bf0831 | InvocationID=ffa16152-6605-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T23:26:06+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fc59fefa-6605-11ed-979a-fe7575bf0831 | InvocationID=fc5a049a-6605-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T23:26:06+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0b45381c-6606-11ed-979a-fe7575bf0831 | InvocationID=0b4539f2-6606-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T23:26:06+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0b45381c-6606-11ed-979a-fe7575bf0831 | InvocationID=0b4539f2-6606-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:26:06+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0b45381c-6606-11ed-979a-fe7575bf0831 | InvocationID=0b4539f2-6606-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:26:11+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ffa15ef0-6605-11ed-979a-fe7575bf0831 | InvocationID=ffa16152-6605-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T23:26:11+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0e633440-6606-11ed-979a-fe7575bf0831 | InvocationID=0e633666-6606-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T23:26:31+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0b45381c-6606-11ed-979a-fe7575bf0831 | InvocationID=0b4539f2-6606-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T23:26:31+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1a30a7d0-6606-11ed-979a-fe7575bf0831 | InvocationID=1a30a99c-6606-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T23:26:31+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1a30a7d0-6606-11ed-979a-fe7575bf0831 | InvocationID=1a30a99c-6606-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:26:31+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1a30a7d0-6606-11ed-979a-fe7575bf0831 | InvocationID=1a30a99c-6606-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:26:36+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0e633440-6606-11ed-979a-fe7575bf0831 | InvocationID=0e633666-6606-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T23:26:36+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1d25955e-6606-11ed-979a-fe7575bf0831 | InvocationID=1d2596da-6606-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T23:26:56+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1a30a7d0-6606-11ed-979a-fe7575bf0831 | InvocationID=1a30a99c-6606-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T23:26:56+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=291b6e06-6606-11ed-979a-fe7575bf0831 | InvocationID=291b70b8-6606-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T23:26:56+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=291b6e06-6606-11ed-979a-fe7575bf0831 | InvocationID=291b70b8-6606-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:26:56+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=291b6e06-6606-11ed-979a-fe7575bf0831 | InvocationID=291b70b8-6606-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:27:01+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1d25955e-6606-11ed-979a-fe7575bf0831 | InvocationID=1d2596da-6606-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T23:27:01+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2be7c8f0-6606-11ed-979a-fe7575bf0831 | InvocationID=2be7cb98-6606-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T23:27:21+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=291b6e06-6606-11ed-979a-fe7575bf0831 | InvocationID=291b70b8-6606-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T23:27:21+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=380710dc-6606-11ed-979a-fe7575bf0831 | InvocationID=3807130c-6606-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T23:27:21+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=380710dc-6606-11ed-979a-fe7575bf0831 | InvocationID=3807130c-6606-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:27:21+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=380710dc-6606-11ed-979a-fe7575bf0831 | InvocationID=3807130c-6606-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:27:25+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2be7c8f0-6606-11ed-979a-fe7575bf0831 | InvocationID=2be7cb98-6606-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T23:27:25+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3aada4d6-6606-11ed-979a-fe7575bf0831 | InvocationID=3aada788-6606-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T23:27:46+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=380710dc-6606-11ed-979a-fe7575bf0831 | InvocationID=3807130c-6606-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T23:27:46+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=46f24d6e-6606-11ed-979a-fe7575bf0831 | InvocationID=46f24f26-6606-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T23:27:46+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=46f24d6e-6606-11ed-979a-fe7575bf0831 | InvocationID=46f24f26-6606-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:27:46+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=46f24d6e-6606-11ed-979a-fe7575bf0831 | InvocationID=46f24f26-6606-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:27:50+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3aada4d6-6606-11ed-979a-fe7575bf0831 | InvocationID=3aada788-6606-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T23:27:50+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4973fda8-6606-11ed-979a-fe7575bf0831 | InvocationID=49740a32-6606-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T23:28:11+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=46f24d6e-6606-11ed-979a-fe7575bf0831 | InvocationID=46f24f26-6606-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T23:28:11+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=55dce8d4-6606-11ed-979a-fe7575bf0831 | InvocationID=55dceb54-6606-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T23:28:11+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=55dce8d4-6606-11ed-979a-fe7575bf0831 | InvocationID=55dceb54-6606-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:28:11+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=55dce8d4-6606-11ed-979a-fe7575bf0831 | InvocationID=55dceb54-6606-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:28:15+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4973fda8-6606-11ed-979a-fe7575bf0831 | InvocationID=49740a32-6606-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T23:28:15+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=58390054-6606-11ed-979a-fe7575bf0831 | InvocationID=583902ac-6606-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T23:28:36+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=55dce8d4-6606-11ed-979a-fe7575bf0831 | InvocationID=55dceb54-6606-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T23:28:36+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=64c834c0-6606-11ed-979a-fe7575bf0831 | InvocationID=64c836aa-6606-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T23:28:36+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=64c834c0-6606-11ed-979a-fe7575bf0831 | InvocationID=64c836aa-6606-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:28:36+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=64c834c0-6606-11ed-979a-fe7575bf0831 | InvocationID=64c836aa-6606-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:28:40+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=58390054-6606-11ed-979a-fe7575bf0831 | InvocationID=583902ac-6606-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T23:28:40+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=66fd644a-6606-11ed-979a-fe7575bf0831 | InvocationID=66fd6666-6606-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T23:29:01+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=64c834c0-6606-11ed-979a-fe7575bf0831 | InvocationID=64c836aa-6606-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T23:29:01+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=73b37ca6-6606-11ed-979a-fe7575bf0831 | InvocationID=73b37f1c-6606-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T23:29:01+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=73b37ca6-6606-11ed-979a-fe7575bf0831 | InvocationID=73b37f1c-6606-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:29:01+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=73b37ca6-6606-11ed-979a-fe7575bf0831 | InvocationID=73b37f1c-6606-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:29:04+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=66fd644a-6606-11ed-979a-fe7575bf0831 | InvocationID=66fd6666-6606-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T23:29:04+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=75c264ee-6606-11ed-979a-fe7575bf0831 | InvocationID=75c2666a-6606-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T23:29:26+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=73b37ca6-6606-11ed-979a-fe7575bf0831 | InvocationID=73b37f1c-6606-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T23:29:26+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=829e8a08-6606-11ed-979a-fe7575bf0831 | InvocationID=829e8de6-6606-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T23:29:26+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=829e8a08-6606-11ed-979a-fe7575bf0831 | InvocationID=829e8de6-6606-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:29:26+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=829e8a08-6606-11ed-979a-fe7575bf0831 | InvocationID=829e8de6-6606-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:29:29+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=75c264ee-6606-11ed-979a-fe7575bf0831 | InvocationID=75c2666a-6606-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T23:29:29+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8482f3f4-6606-11ed-979a-fe7575bf0831 | InvocationID=8482f5f2-6606-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T23:29:51+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=829e8a08-6606-11ed-979a-fe7575bf0831 | InvocationID=829e8de6-6606-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T23:29:51+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9189a412-6606-11ed-979a-fe7575bf0831 | InvocationID=9189a6a6-6606-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T23:29:51+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9189a412-6606-11ed-979a-fe7575bf0831 | InvocationID=9189a6a6-6606-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:29:51+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9189a412-6606-11ed-979a-fe7575bf0831 | InvocationID=9189a6a6-6606-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:29:54+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8482f3f4-6606-11ed-979a-fe7575bf0831 | InvocationID=8482f5f2-6606-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T23:29:54+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=934560c0-6606-11ed-979a-fe7575bf0831 | InvocationID=93456318-6606-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T23:30:16+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9189a412-6606-11ed-979a-fe7575bf0831 | InvocationID=9189a6a6-6606-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T23:30:16+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a0755714-6606-11ed-979a-fe7575bf0831 | InvocationID=a07558d6-6606-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T23:30:16+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a0755714-6606-11ed-979a-fe7575bf0831 | InvocationID=a07558d6-6606-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:30:16+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a0755714-6606-11ed-979a-fe7575bf0831 | InvocationID=a07558d6-6606-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:30:19+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=934560c0-6606-11ed-979a-fe7575bf0831 | InvocationID=93456318-6606-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T23:30:19+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a208429e-6606-11ed-979a-fe7575bf0831 | InvocationID=a20844a6-6606-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T23:30:41+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a0755714-6606-11ed-979a-fe7575bf0831 | InvocationID=a07558d6-6606-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T23:30:41+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=af601b38-6606-11ed-979a-fe7575bf0831 | InvocationID=af601cf0-6606-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T23:30:41+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=af601b38-6606-11ed-979a-fe7575bf0831 | InvocationID=af601cf0-6606-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:30:41+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=af601b38-6606-11ed-979a-fe7575bf0831 | InvocationID=af601cf0-6606-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:30:44+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a208429e-6606-11ed-979a-fe7575bf0831 | InvocationID=a20844a6-6606-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T23:30:44+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b0d030d4-6606-11ed-979a-fe7575bf0831 | InvocationID=b0d032be-6606-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T23:31:06+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=af601b38-6606-11ed-979a-fe7575bf0831 | InvocationID=af601cf0-6606-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T23:31:06+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=be4a5bd6-6606-11ed-979a-fe7575bf0831 | InvocationID=be4a5db6-6606-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T23:31:06+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=be4a5bd6-6606-11ed-979a-fe7575bf0831 | InvocationID=be4a5db6-6606-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:31:06+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=be4a5bd6-6606-11ed-979a-fe7575bf0831 | InvocationID=be4a5db6-6606-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:31:08+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b0d030d4-6606-11ed-979a-fe7575bf0831 | InvocationID=b0d032be-6606-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T23:31:08+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bf930e3e-6606-11ed-979a-fe7575bf0831 | InvocationID=bf93100a-6606-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T23:31:31+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=be4a5bd6-6606-11ed-979a-fe7575bf0831 | InvocationID=be4a5db6-6606-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T23:31:31+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cd36f302-6606-11ed-979a-fe7575bf0831 | InvocationID=cd36f49c-6606-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T23:31:31+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cd36f302-6606-11ed-979a-fe7575bf0831 | InvocationID=cd36f49c-6606-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:31:31+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cd36f302-6606-11ed-979a-fe7575bf0831 | InvocationID=cd36f49c-6606-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:31:33+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bf930e3e-6606-11ed-979a-fe7575bf0831 | InvocationID=bf93100a-6606-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T23:31:33+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ce56cb18-6606-11ed-979a-fe7575bf0831 | InvocationID=ce56ccd0-6606-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T23:31:56+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cd36f302-6606-11ed-979a-fe7575bf0831 | InvocationID=cd36f49c-6606-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T23:31:56+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dc227670-6606-11ed-979a-fe7575bf0831 | InvocationID=dc227a30-6606-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T23:31:56+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dc227670-6606-11ed-979a-fe7575bf0831 | InvocationID=dc227a30-6606-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:31:56+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dc227670-6606-11ed-979a-fe7575bf0831 | InvocationID=dc227a30-6606-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:31:58+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ce56cb18-6606-11ed-979a-fe7575bf0831 | InvocationID=ce56ccd0-6606-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T23:31:58+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dd1a151a-6606-11ed-979a-fe7575bf0831 | InvocationID=dd1a17b8-6606-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T23:32:21+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dc227670-6606-11ed-979a-fe7575bf0831 | InvocationID=dc227a30-6606-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T23:32:21+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eb0e640a-6606-11ed-979a-fe7575bf0831 | InvocationID=eb0e65b8-6606-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T23:32:21+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eb0e640a-6606-11ed-979a-fe7575bf0831 | InvocationID=eb0e65b8-6606-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:32:21+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eb0e640a-6606-11ed-979a-fe7575bf0831 | InvocationID=eb0e65b8-6606-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:32:23+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dd1a151a-6606-11ed-979a-fe7575bf0831 | InvocationID=dd1a17b8-6606-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T23:32:23+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ebdad706-6606-11ed-979a-fe7575bf0831 | InvocationID=ebdad8a0-6606-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T23:32:46+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eb0e640a-6606-11ed-979a-fe7575bf0831 | InvocationID=eb0e65b8-6606-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T23:32:46+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f9fb8c18-6606-11ed-979a-fe7575bf0831 | InvocationID=f9fb9f50-6606-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T23:32:46+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f9fb8c18-6606-11ed-979a-fe7575bf0831 | InvocationID=f9fb9f50-6606-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:32:46+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f9fb8c18-6606-11ed-979a-fe7575bf0831 | InvocationID=f9fb9f50-6606-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:32:47+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ebdad706-6606-11ed-979a-fe7575bf0831 | InvocationID=ebdad8a0-6606-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T23:32:47+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fa9dcab4-6606-11ed-979a-fe7575bf0831 | InvocationID=fa9dcc8a-6606-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T23:33:11+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f9fb8c18-6606-11ed-979a-fe7575bf0831 | InvocationID=f9fb9f50-6606-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T23:33:11+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=08e794d8-6607-11ed-979a-fe7575bf0831 | InvocationID=08e7a8a6-6607-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T23:33:11+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=08e794d8-6607-11ed-979a-fe7575bf0831 | InvocationID=08e7a8a6-6607-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:33:11+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=08e794d8-6607-11ed-979a-fe7575bf0831 | InvocationID=08e7a8a6-6607-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:33:12+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fa9dcab4-6606-11ed-979a-fe7575bf0831 | InvocationID=fa9dcc8a-6606-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T23:33:12+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=095ecf9e-6607-11ed-979a-fe7575bf0831 | InvocationID=095ed12e-6607-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T23:33:36+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=08e794d8-6607-11ed-979a-fe7575bf0831 | InvocationID=08e7a8a6-6607-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T23:33:36+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=17d244ca-6607-11ed-979a-fe7575bf0831 | InvocationID=17d24aa6-6607-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T23:33:36+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=17d244ca-6607-11ed-979a-fe7575bf0831 | InvocationID=17d24aa6-6607-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:33:36+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=17d244ca-6607-11ed-979a-fe7575bf0831 | InvocationID=17d24aa6-6607-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:33:37+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=095ecf9e-6607-11ed-979a-fe7575bf0831 | InvocationID=095ed12e-6607-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T23:33:37+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1824c416-6607-11ed-979a-fe7575bf0831 | InvocationID=1824c696-6607-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T23:34:01+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=17d244ca-6607-11ed-979a-fe7575bf0831 | InvocationID=17d24aa6-6607-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T23:34:01+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=26c2d1fc-6607-11ed-979a-fe7575bf0831 | InvocationID=26c2d42c-6607-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T23:34:01+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=26c2d1fc-6607-11ed-979a-fe7575bf0831 | InvocationID=26c2d42c-6607-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:34:01+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=26c2d1fc-6607-11ed-979a-fe7575bf0831 | InvocationID=26c2d42c-6607-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:34:02+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1824c416-6607-11ed-979a-fe7575bf0831 | InvocationID=1824c696-6607-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T23:34:02+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=26e971b8-6607-11ed-979a-fe7575bf0831 | InvocationID=26e973a2-6607-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T23:34:26+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=26e971b8-6607-11ed-979a-fe7575bf0831 | InvocationID=26e973a2-6607-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T23:34:26+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=35ad9328-6607-11ed-979a-fe7575bf0831 | InvocationID=35ad95bc-6607-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T23:34:26+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=26c2d1fc-6607-11ed-979a-fe7575bf0831 | InvocationID=26c2d42c-6607-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T23:34:26+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=35b02516-6607-11ed-979a-fe7575bf0831 | InvocationID=35b026ba-6607-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T23:34:27+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=35b02516-6607-11ed-979a-fe7575bf0831 | InvocationID=35b026ba-6607-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:34:27+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=35b02516-6607-11ed-979a-fe7575bf0831 | InvocationID=35b026ba-6607-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:34:51+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=35ad9328-6607-11ed-979a-fe7575bf0831 | InvocationID=35ad95bc-6607-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T23:34:51+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=44777860-6607-11ed-979a-fe7575bf0831 | InvocationID=44777bd0-6607-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T23:34:52+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=35b02516-6607-11ed-979a-fe7575bf0831 | InvocationID=35b026ba-6607-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T23:34:52+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=449b6f90-6607-11ed-979a-fe7575bf0831 | InvocationID=449b715c-6607-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T23:34:52+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=449b6f90-6607-11ed-979a-fe7575bf0831 | InvocationID=449b715c-6607-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:34:52+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=449b6f90-6607-11ed-979a-fe7575bf0831 | InvocationID=449b715c-6607-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:35:16+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=44777860-6607-11ed-979a-fe7575bf0831 | InvocationID=44777bd0-6607-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T23:35:16+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5339e3e2-6607-11ed-979a-fe7575bf0831 | InvocationID=5339e590-6607-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T23:35:17+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=449b6f90-6607-11ed-979a-fe7575bf0831 | InvocationID=449b715c-6607-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T23:35:17+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=538751e0-6607-11ed-979a-fe7575bf0831 | InvocationID=53875352-6607-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T23:35:17+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=538751e0-6607-11ed-979a-fe7575bf0831 | InvocationID=53875352-6607-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:35:17+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=538751e0-6607-11ed-979a-fe7575bf0831 | InvocationID=53875352-6607-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:35:41+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5339e3e2-6607-11ed-979a-fe7575bf0831 | InvocationID=5339e590-6607-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T23:35:41+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=61fa9f48-6607-11ed-979a-fe7575bf0831 | InvocationID=61faa164-6607-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T23:35:42+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=538751e0-6607-11ed-979a-fe7575bf0831 | InvocationID=53875352-6607-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T23:35:42+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=62729b24-6607-11ed-979a-fe7575bf0831 | InvocationID=6272b514-6607-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T23:35:42+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=62729b24-6607-11ed-979a-fe7575bf0831 | InvocationID=6272b514-6607-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:35:42+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=62729b24-6607-11ed-979a-fe7575bf0831 | InvocationID=6272b514-6607-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:36:06+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=61fa9f48-6607-11ed-979a-fe7575bf0831 | InvocationID=61faa164-6607-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T23:36:06+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=70bbcc8c-6607-11ed-979a-fe7575bf0831 | InvocationID=70bbcf2a-6607-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T23:36:07+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=62729b24-6607-11ed-979a-fe7575bf0831 | InvocationID=6272b514-6607-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T23:36:07+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=715e8dd2-6607-11ed-979a-fe7575bf0831 | InvocationID=715e900c-6607-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T23:36:07+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=715e8dd2-6607-11ed-979a-fe7575bf0831 | InvocationID=715e900c-6607-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:36:07+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=715e8dd2-6607-11ed-979a-fe7575bf0831 | InvocationID=715e900c-6607-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:36:30+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=70bbcc8c-6607-11ed-979a-fe7575bf0831 | InvocationID=70bbcf2a-6607-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T23:36:30+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7f7e57f8-6607-11ed-979a-fe7575bf0831 | InvocationID=7f7e59ba-6607-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T23:36:32+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=715e8dd2-6607-11ed-979a-fe7575bf0831 | InvocationID=715e900c-6607-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T23:36:32+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=80489310-6607-11ed-979a-fe7575bf0831 | InvocationID=804894fa-6607-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T23:36:32+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=80489310-6607-11ed-979a-fe7575bf0831 | InvocationID=804894fa-6607-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:36:32+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=80489310-6607-11ed-979a-fe7575bf0831 | InvocationID=804894fa-6607-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:36:55+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7f7e57f8-6607-11ed-979a-fe7575bf0831 | InvocationID=7f7e59ba-6607-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T23:36:55+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8e45ab4c-6607-11ed-979a-fe7575bf0831 | InvocationID=8e45ace6-6607-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T23:36:57+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=80489310-6607-11ed-979a-fe7575bf0831 | InvocationID=804894fa-6607-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T23:36:57+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8f334be0-6607-11ed-979a-fe7575bf0831 | InvocationID=8f334d66-6607-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T23:36:57+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8f334be0-6607-11ed-979a-fe7575bf0831 | InvocationID=8f334d66-6607-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:36:57+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8f334be0-6607-11ed-979a-fe7575bf0831 | InvocationID=8f334d66-6607-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:37:20+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8e45ab4c-6607-11ed-979a-fe7575bf0831 | InvocationID=8e45ace6-6607-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T23:37:20+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9d0866e2-6607-11ed-979a-fe7575bf0831 | InvocationID=9d08694e-6607-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T23:37:22+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8f334be0-6607-11ed-979a-fe7575bf0831 | InvocationID=8f334d66-6607-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T23:37:22+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9e2015d4-6607-11ed-979a-fe7575bf0831 | InvocationID=9e201732-6607-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T23:37:22+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9e2015d4-6607-11ed-979a-fe7575bf0831 | InvocationID=9e201732-6607-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:37:22+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9e2015d4-6607-11ed-979a-fe7575bf0831 | InvocationID=9e201732-6607-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:37:45+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9d0866e2-6607-11ed-979a-fe7575bf0831 | InvocationID=9d08694e-6607-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T23:37:45+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=abca9330-6607-11ed-979a-fe7575bf0831 | InvocationID=abca94ac-6607-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T23:37:47+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9e2015d4-6607-11ed-979a-fe7575bf0831 | InvocationID=9e201732-6607-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T23:37:47+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ad0b04e6-6607-11ed-979a-fe7575bf0831 | InvocationID=ad0b06bc-6607-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T23:37:47+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ad0b04e6-6607-11ed-979a-fe7575bf0831 | InvocationID=ad0b06bc-6607-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:37:47+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ad0b04e6-6607-11ed-979a-fe7575bf0831 | InvocationID=ad0b06bc-6607-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:38:09+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=abca9330-6607-11ed-979a-fe7575bf0831 | InvocationID=abca94ac-6607-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T23:38:09+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ba8e0654-6607-11ed-979a-fe7575bf0831 | InvocationID=ba8e07f8-6607-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T23:38:12+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ad0b04e6-6607-11ed-979a-fe7575bf0831 | InvocationID=ad0b06bc-6607-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T23:38:12+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bbf6b9d2-6607-11ed-979a-fe7575bf0831 | InvocationID=bbf6bbb2-6607-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T23:38:12+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bbf6b9d2-6607-11ed-979a-fe7575bf0831 | InvocationID=bbf6bbb2-6607-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:38:12+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bbf6b9d2-6607-11ed-979a-fe7575bf0831 | InvocationID=bbf6bbb2-6607-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:38:34+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ba8e0654-6607-11ed-979a-fe7575bf0831 | InvocationID=ba8e07f8-6607-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T23:38:34+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c94de416-6607-11ed-979a-fe7575bf0831 | InvocationID=c94de5e2-6607-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T23:38:37+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bbf6b9d2-6607-11ed-979a-fe7575bf0831 | InvocationID=bbf6bbb2-6607-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T23:38:37+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cae0a0f2-6607-11ed-979a-fe7575bf0831 | InvocationID=cae0a26e-6607-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T23:38:37+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cae0a0f2-6607-11ed-979a-fe7575bf0831 | InvocationID=cae0a26e-6607-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:38:37+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cae0a0f2-6607-11ed-979a-fe7575bf0831 | InvocationID=cae0a26e-6607-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:38:59+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c94de416-6607-11ed-979a-fe7575bf0831 | InvocationID=c94de5e2-6607-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T23:38:59+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d8111248-6607-11ed-979a-fe7575bf0831 | InvocationID=d81115b8-6607-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T23:39:02+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cae0a0f2-6607-11ed-979a-fe7575bf0831 | InvocationID=cae0a26e-6607-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T23:39:02+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d9cabcce-6607-11ed-979a-fe7575bf0831 | InvocationID=d9cabec2-6607-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T23:39:02+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d9cabcce-6607-11ed-979a-fe7575bf0831 | InvocationID=d9cabec2-6607-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:39:02+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d9cabcce-6607-11ed-979a-fe7575bf0831 | InvocationID=d9cabec2-6607-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:39:24+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d8111248-6607-11ed-979a-fe7575bf0831 | InvocationID=d81115b8-6607-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T23:39:24+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e6d4dd28-6607-11ed-979a-fe7575bf0831 | InvocationID=e6d4df3a-6607-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T23:39:27+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d9cabcce-6607-11ed-979a-fe7575bf0831 | InvocationID=d9cabec2-6607-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T23:39:27+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e8b615bc-6607-11ed-979a-fe7575bf0831 | InvocationID=e8b6174c-6607-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T23:39:27+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e8b615bc-6607-11ed-979a-fe7575bf0831 | InvocationID=e8b6174c-6607-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:39:27+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e8b615bc-6607-11ed-979a-fe7575bf0831 | InvocationID=e8b6174c-6607-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:39:48+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e6d4dd28-6607-11ed-979a-fe7575bf0831 | InvocationID=e6d4df3a-6607-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T23:39:48+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f5979512-6607-11ed-979a-fe7575bf0831 | InvocationID=f597974c-6607-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T23:39:52+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e8b615bc-6607-11ed-979a-fe7575bf0831 | InvocationID=e8b6174c-6607-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T23:39:52+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f7a0dde6-6607-11ed-979a-fe7575bf0831 | InvocationID=f7a0e0de-6607-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T23:39:52+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f7a0dde6-6607-11ed-979a-fe7575bf0831 | InvocationID=f7a0e0de-6607-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:39:52+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f7a0dde6-6607-11ed-979a-fe7575bf0831 | InvocationID=f7a0e0de-6607-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:40:13+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f5979512-6607-11ed-979a-fe7575bf0831 | InvocationID=f597974c-6607-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T23:40:13+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0459d8a8-6608-11ed-979a-fe7575bf0831 | InvocationID=0459da7e-6608-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T23:40:17+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f7a0dde6-6607-11ed-979a-fe7575bf0831 | InvocationID=f7a0e0de-6607-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T23:40:17+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=068b73fc-6608-11ed-979a-fe7575bf0831 | InvocationID=068b75b4-6608-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T23:40:17+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=068b73fc-6608-11ed-979a-fe7575bf0831 | InvocationID=068b75b4-6608-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:40:17+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=068b73fc-6608-11ed-979a-fe7575bf0831 | InvocationID=068b75b4-6608-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:40:38+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0459d8a8-6608-11ed-979a-fe7575bf0831 | InvocationID=0459da7e-6608-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T23:40:38+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=131ce6aa-6608-11ed-979a-fe7575bf0831 | InvocationID=131ce8a8-6608-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T23:40:42+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=068b73fc-6608-11ed-979a-fe7575bf0831 | InvocationID=068b75b4-6608-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T23:40:42+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=15767dc6-6608-11ed-979a-fe7575bf0831 | InvocationID=15767f4c-6608-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T23:40:42+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=15767dc6-6608-11ed-979a-fe7575bf0831 | InvocationID=15767f4c-6608-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:40:42+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=15767dc6-6608-11ed-979a-fe7575bf0831 | InvocationID=15767f4c-6608-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:41:03+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=131ce6aa-6608-11ed-979a-fe7575bf0831 | InvocationID=131ce8a8-6608-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T23:41:03+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=21de1cfe-6608-11ed-979a-fe7575bf0831 | InvocationID=21de1f60-6608-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T23:41:07+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=15767dc6-6608-11ed-979a-fe7575bf0831 | InvocationID=15767f4c-6608-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T23:41:07+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=24613b50-6608-11ed-979a-fe7575bf0831 | InvocationID=24613d6c-6608-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T23:41:07+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=24613b50-6608-11ed-979a-fe7575bf0831 | InvocationID=24613d6c-6608-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:41:07+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=24613b50-6608-11ed-979a-fe7575bf0831 | InvocationID=24613d6c-6608-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:41:27+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=21de1cfe-6608-11ed-979a-fe7575bf0831 | InvocationID=21de1f60-6608-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T23:41:27+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=309f6f36-6608-11ed-979a-fe7575bf0831 | InvocationID=309f7116-6608-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T23:41:32+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=24613b50-6608-11ed-979a-fe7575bf0831 | InvocationID=24613d6c-6608-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T23:41:32+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=334c85b6-6608-11ed-979a-fe7575bf0831 | InvocationID=334c8a52-6608-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T23:41:32+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=334c85b6-6608-11ed-979a-fe7575bf0831 | InvocationID=334c8a52-6608-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:41:32+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=334c85b6-6608-11ed-979a-fe7575bf0831 | InvocationID=334c8a52-6608-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:41:52+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=309f6f36-6608-11ed-979a-fe7575bf0831 | InvocationID=309f7116-6608-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T23:41:52+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3f616ba0-6608-11ed-979a-fe7575bf0831 | InvocationID=3f616d1c-6608-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T23:41:57+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=334c85b6-6608-11ed-979a-fe7575bf0831 | InvocationID=334c8a52-6608-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T23:41:57+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=42372a90-6608-11ed-979a-fe7575bf0831 | InvocationID=4237623a-6608-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T23:41:57+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=42372a90-6608-11ed-979a-fe7575bf0831 | InvocationID=4237623a-6608-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:41:57+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=42372a90-6608-11ed-979a-fe7575bf0831 | InvocationID=4237623a-6608-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:42:17+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3f616ba0-6608-11ed-979a-fe7575bf0831 | InvocationID=3f616d1c-6608-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T23:42:17+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4e21ed22-6608-11ed-979a-fe7575bf0831 | InvocationID=4e21ef7a-6608-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T23:42:22+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=42372a90-6608-11ed-979a-fe7575bf0831 | InvocationID=4237623a-6608-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T23:42:22+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=51229a9e-6608-11ed-979a-fe7575bf0831 | InvocationID=51229c42-6608-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T23:42:22+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=51229a9e-6608-11ed-979a-fe7575bf0831 | InvocationID=51229c42-6608-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:42:22+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=51229a9e-6608-11ed-979a-fe7575bf0831 | InvocationID=51229c42-6608-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:42:42+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4e21ed22-6608-11ed-979a-fe7575bf0831 | InvocationID=4e21ef7a-6608-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T23:42:42+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5ce28272-6608-11ed-979a-fe7575bf0831 | InvocationID=5ce28470-6608-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T23:42:47+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=51229a9e-6608-11ed-979a-fe7575bf0831 | InvocationID=51229c42-6608-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T23:42:47+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=600d11ce-6608-11ed-979a-fe7575bf0831 | InvocationID=600d1354-6608-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T23:42:47+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=600d11ce-6608-11ed-979a-fe7575bf0831 | InvocationID=600d1354-6608-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:42:47+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=600d11ce-6608-11ed-979a-fe7575bf0831 | InvocationID=600d1354-6608-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:43:07+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5ce28272-6608-11ed-979a-fe7575bf0831 | InvocationID=5ce28470-6608-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T23:43:07+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6ba462a8-6608-11ed-979a-fe7575bf0831 | InvocationID=6ba46488-6608-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T23:43:12+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=600d11ce-6608-11ed-979a-fe7575bf0831 | InvocationID=600d1354-6608-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T23:43:12+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6ef9bba6-6608-11ed-979a-fe7575bf0831 | InvocationID=6ef9bda4-6608-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T23:43:12+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6ef9bba6-6608-11ed-979a-fe7575bf0831 | InvocationID=6ef9bda4-6608-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:43:12+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6ef9bba6-6608-11ed-979a-fe7575bf0831 | InvocationID=6ef9bda4-6608-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:43:31+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6ba462a8-6608-11ed-979a-fe7575bf0831 | InvocationID=6ba46488-6608-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T23:43:31+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7a656544-6608-11ed-979a-fe7575bf0831 | InvocationID=7a656710-6608-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T23:43:37+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6ef9bba6-6608-11ed-979a-fe7575bf0831 | InvocationID=6ef9bda4-6608-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T23:43:37+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7de433ee-6608-11ed-979a-fe7575bf0831 | InvocationID=7de43cea-6608-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T23:43:37+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7de433ee-6608-11ed-979a-fe7575bf0831 | InvocationID=7de43cea-6608-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:43:37+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7de433ee-6608-11ed-979a-fe7575bf0831 | InvocationID=7de43cea-6608-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:43:56+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7a656544-6608-11ed-979a-fe7575bf0831 | InvocationID=7a656710-6608-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T23:43:56+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=89267348-6608-11ed-979a-fe7575bf0831 | InvocationID=89267708-6608-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T23:44:02+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7de433ee-6608-11ed-979a-fe7575bf0831 | InvocationID=7de43cea-6608-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T23:44:02+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8cd3847c-6608-11ed-979a-fe7575bf0831 | InvocationID=8cd3ee3a-6608-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T23:44:02+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8cd3847c-6608-11ed-979a-fe7575bf0831 | InvocationID=8cd3ee3a-6608-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:44:02+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8cd3847c-6608-11ed-979a-fe7575bf0831 | InvocationID=8cd3ee3a-6608-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:44:21+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=89267348-6608-11ed-979a-fe7575bf0831 | InvocationID=89267708-6608-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T23:44:21+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=97e85478-6608-11ed-979a-fe7575bf0831 | InvocationID=97e8573e-6608-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T23:44:27+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8cd3847c-6608-11ed-979a-fe7575bf0831 | InvocationID=8cd3ee3a-6608-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T23:44:27+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9bbf6974-6608-11ed-979a-fe7575bf0831 | InvocationID=9bbf76ee-6608-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T23:44:27+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9bbf6974-6608-11ed-979a-fe7575bf0831 | InvocationID=9bbf76ee-6608-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:44:27+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9bbf6974-6608-11ed-979a-fe7575bf0831 | InvocationID=9bbf76ee-6608-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:44:46+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=97e85478-6608-11ed-979a-fe7575bf0831 | InvocationID=97e8573e-6608-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T23:44:46+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a6abdc46-6608-11ed-979a-fe7575bf0831 | InvocationID=a6abdf2a-6608-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T23:44:52+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9bbf6974-6608-11ed-979a-fe7575bf0831 | InvocationID=9bbf76ee-6608-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T23:44:52+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aaaae3be-6608-11ed-979a-fe7575bf0831 | InvocationID=aaaae62a-6608-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T23:44:52+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aaaae3be-6608-11ed-979a-fe7575bf0831 | InvocationID=aaaae62a-6608-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:44:52+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aaaae3be-6608-11ed-979a-fe7575bf0831 | InvocationID=aaaae62a-6608-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:45:10+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a6abdc46-6608-11ed-979a-fe7575bf0831 | InvocationID=a6abdf2a-6608-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T23:45:10+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b57139ba-6608-11ed-979a-fe7575bf0831 | InvocationID=b5713b9a-6608-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T23:45:17+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aaaae3be-6608-11ed-979a-fe7575bf0831 | InvocationID=aaaae62a-6608-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T23:45:17+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b9951e76-6608-11ed-979a-fe7575bf0831 | InvocationID=b9951ff2-6608-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T23:45:17+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b9951e76-6608-11ed-979a-fe7575bf0831 | InvocationID=b9951ff2-6608-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:45:17+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b9951e76-6608-11ed-979a-fe7575bf0831 | InvocationID=b9951ff2-6608-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:45:35+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b57139ba-6608-11ed-979a-fe7575bf0831 | InvocationID=b5713b9a-6608-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T23:45:35+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c43357d0-6608-11ed-979a-fe7575bf0831 | InvocationID=c4335a28-6608-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T23:45:42+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b9951e76-6608-11ed-979a-fe7575bf0831 | InvocationID=b9951ff2-6608-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T23:45:42+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c87feaec-6608-11ed-979a-fe7575bf0831 | InvocationID=c8800220-6608-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T23:45:42+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c87feaec-6608-11ed-979a-fe7575bf0831 | InvocationID=c8800220-6608-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:45:42+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c87feaec-6608-11ed-979a-fe7575bf0831 | InvocationID=c8800220-6608-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:46:00+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c43357d0-6608-11ed-979a-fe7575bf0831 | InvocationID=c4335a28-6608-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T23:46:00+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d2f54aee-6608-11ed-979a-fe7575bf0831 | InvocationID=d2f54cc4-6608-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T23:46:07+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c87feaec-6608-11ed-979a-fe7575bf0831 | InvocationID=c8800220-6608-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T23:46:07+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d76c3fc4-6608-11ed-979a-fe7575bf0831 | InvocationID=d76c415e-6608-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T23:46:07+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d76c3fc4-6608-11ed-979a-fe7575bf0831 | InvocationID=d76c415e-6608-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:46:07+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d76c3fc4-6608-11ed-979a-fe7575bf0831 | InvocationID=d76c415e-6608-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:46:25+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d2f54aee-6608-11ed-979a-fe7575bf0831 | InvocationID=d2f54cc4-6608-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T23:46:25+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e1b5c248-6608-11ed-979a-fe7575bf0831 | InvocationID=e1b5c428-6608-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T23:46:32+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d76c3fc4-6608-11ed-979a-fe7575bf0831 | InvocationID=d76c415e-6608-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T23:46:32+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e6561f96-6608-11ed-979a-fe7575bf0831 | InvocationID=e656211c-6608-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T23:46:32+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e6561f96-6608-11ed-979a-fe7575bf0831 | InvocationID=e656211c-6608-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:46:32+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e6561f96-6608-11ed-979a-fe7575bf0831 | InvocationID=e656211c-6608-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:46:49+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e1b5c248-6608-11ed-979a-fe7575bf0831 | InvocationID=e1b5c428-6608-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T23:46:49+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f07a2ce2-6608-11ed-979a-fe7575bf0831 | InvocationID=f07a375a-6608-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T23:46:57+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e6561f96-6608-11ed-979a-fe7575bf0831 | InvocationID=e656211c-6608-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T23:46:57+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f540427a-6608-11ed-979a-fe7575bf0831 | InvocationID=f5404450-6608-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T23:46:57+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f540427a-6608-11ed-979a-fe7575bf0831 | InvocationID=f5404450-6608-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:46:57+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f540427a-6608-11ed-979a-fe7575bf0831 | InvocationID=f5404450-6608-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:47:14+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f07a2ce2-6608-11ed-979a-fe7575bf0831 | InvocationID=f07a375a-6608-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T23:47:14+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ff3c521e-6608-11ed-979a-fe7575bf0831 | InvocationID=ff3c5458-6608-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T23:47:22+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f540427a-6608-11ed-979a-fe7575bf0831 | InvocationID=f5404450-6608-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T23:47:22+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=042b20ac-6609-11ed-979a-fe7575bf0831 | InvocationID=042b2246-6609-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T23:47:22+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=042b20ac-6609-11ed-979a-fe7575bf0831 | InvocationID=042b2246-6609-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:47:22+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=042b20ac-6609-11ed-979a-fe7575bf0831 | InvocationID=042b2246-6609-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:47:39+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ff3c521e-6608-11ed-979a-fe7575bf0831 | InvocationID=ff3c5458-6608-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T23:47:39+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0dfbb4c0-6609-11ed-979a-fe7575bf0831 | InvocationID=0dfbb65a-6609-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T23:47:47+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=042b20ac-6609-11ed-979a-fe7575bf0831 | InvocationID=042b2246-6609-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T23:47:47+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=13159b56-6609-11ed-979a-fe7575bf0831 | InvocationID=13159ce6-6609-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T23:47:47+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=13159b56-6609-11ed-979a-fe7575bf0831 | InvocationID=13159ce6-6609-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:47:47+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=13159b56-6609-11ed-979a-fe7575bf0831 | InvocationID=13159ce6-6609-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:48:04+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0dfbb4c0-6609-11ed-979a-fe7575bf0831 | InvocationID=0dfbb65a-6609-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T23:48:04+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1cbbeac0-6609-11ed-979a-fe7575bf0831 | InvocationID=1cbbec5a-6609-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T23:48:12+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=13159b56-6609-11ed-979a-fe7575bf0831 | InvocationID=13159ce6-6609-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T23:48:12+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=21ffc614-6609-11ed-979a-fe7575bf0831 | InvocationID=21ffc7e0-6609-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T23:48:12+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=21ffc614-6609-11ed-979a-fe7575bf0831 | InvocationID=21ffc7e0-6609-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:48:12+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=21ffc614-6609-11ed-979a-fe7575bf0831 | InvocationID=21ffc7e0-6609-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:48:28+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1cbbeac0-6609-11ed-979a-fe7575bf0831 | InvocationID=1cbbec5a-6609-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T23:48:28+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2b7e93e6-6609-11ed-979a-fe7575bf0831 | InvocationID=2b7e9602-6609-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T23:48:37+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=21ffc614-6609-11ed-979a-fe7575bf0831 | InvocationID=21ffc7e0-6609-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T23:48:37+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=30ec0cd2-6609-11ed-979a-fe7575bf0831 | InvocationID=30ec0ebc-6609-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T23:48:38+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=30ec0cd2-6609-11ed-979a-fe7575bf0831 | InvocationID=30ec0ebc-6609-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:48:38+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=30ec0cd2-6609-11ed-979a-fe7575bf0831 | InvocationID=30ec0ebc-6609-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:48:53+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2b7e93e6-6609-11ed-979a-fe7575bf0831 | InvocationID=2b7e9602-6609-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T23:48:53+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3a3f2bfc-6609-11ed-979a-fe7575bf0831 | InvocationID=3a3f2dfa-6609-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T23:49:03+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=30ec0cd2-6609-11ed-979a-fe7575bf0831 | InvocationID=30ec0ebc-6609-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T23:49:03+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3fd6903c-6609-11ed-979a-fe7575bf0831 | InvocationID=3fd697e4-6609-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T23:49:03+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3fd6903c-6609-11ed-979a-fe7575bf0831 | InvocationID=3fd697e4-6609-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:49:03+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3fd6903c-6609-11ed-979a-fe7575bf0831 | InvocationID=3fd697e4-6609-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:49:18+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3a3f2bfc-6609-11ed-979a-fe7575bf0831 | InvocationID=3a3f2dfa-6609-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T23:49:18+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4900d2b2-6609-11ed-979a-fe7575bf0831 | InvocationID=4900dbea-6609-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T23:49:28+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3fd6903c-6609-11ed-979a-fe7575bf0831 | InvocationID=3fd697e4-6609-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T23:49:28+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4ec1aee2-6609-11ed-979a-fe7575bf0831 | InvocationID=4ec1b0a4-6609-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T23:49:28+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4ec1aee2-6609-11ed-979a-fe7575bf0831 | InvocationID=4ec1b0a4-6609-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:49:28+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4ec1aee2-6609-11ed-979a-fe7575bf0831 | InvocationID=4ec1b0a4-6609-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:49:43+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4900d2b2-6609-11ed-979a-fe7575bf0831 | InvocationID=4900dbea-6609-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T23:49:43+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=57c0fdc2-6609-11ed-979a-fe7575bf0831 | InvocationID=57c0ff7a-6609-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T23:49:53+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4ec1aee2-6609-11ed-979a-fe7575bf0831 | InvocationID=4ec1b0a4-6609-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T23:49:53+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5dad650e-6609-11ed-979a-fe7575bf0831 | InvocationID=5dad66ee-6609-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T23:49:53+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5dad650e-6609-11ed-979a-fe7575bf0831 | InvocationID=5dad66ee-6609-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:49:53+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5dad650e-6609-11ed-979a-fe7575bf0831 | InvocationID=5dad66ee-6609-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:50:07+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=57c0fdc2-6609-11ed-979a-fe7575bf0831 | InvocationID=57c0ff7a-6609-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T23:50:07+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=668196a0-6609-11ed-979a-fe7575bf0831 | InvocationID=6681a3fc-6609-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T23:50:18+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5dad650e-6609-11ed-979a-fe7575bf0831 | InvocationID=5dad66ee-6609-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T23:50:18+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6c986f5a-6609-11ed-979a-fe7575bf0831 | InvocationID=6c9871b2-6609-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T23:50:18+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6c986f5a-6609-11ed-979a-fe7575bf0831 | InvocationID=6c9871b2-6609-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:50:18+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6c986f5a-6609-11ed-979a-fe7575bf0831 | InvocationID=6c9871b2-6609-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:50:32+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=668196a0-6609-11ed-979a-fe7575bf0831 | InvocationID=6681a3fc-6609-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T23:50:32+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7542c57e-6609-11ed-979a-fe7575bf0831 | InvocationID=7542c718-6609-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T23:50:43+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6c986f5a-6609-11ed-979a-fe7575bf0831 | InvocationID=6c9871b2-6609-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T23:50:43+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7b84826a-6609-11ed-979a-fe7575bf0831 | InvocationID=7b84845e-6609-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-16T23:50:43+0000 | policy_event_thread | 140649782004512 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7b84826a-6609-11ed-979a-fe7575bf0831 | InvocationID=7b84845e-6609-11ed-979a-fe7575bf0831 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:50:43+0000 | policy_event_thread | 140649782004512 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7b84826a-6609-11ed-979a-fe7575bf0831 | InvocationID=7b84845e-6609-11ed-979a-fe7575bf0831 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: 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-16T23:50:57+0000 | aai_event_thread | 140649780943648 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7542c57e-6609-11ed-979a-fe7575bf0831 | InvocationID=7542c718-6609-11ed-979a-fe7575bf0831 | Polling MR for XNF AAI events.
2022-11-16T23:50:57+0000 | aai_event_thread | 140649780943648 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8403aa88-6609-11ed-979a-fe7575bf0831 | InvocationID=8403adc6-6609-11ed-979a-fe7575bf0831 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-16T23:51:08+0000 | policy_event_thread | 140649782004512 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7b84826a-6609-11ed-979a-fe7575bf0831 | InvocationID=7b84845e-6609-11ed-979a-fe7575bf0831 | Polling MR for XNF activation/deactivation policy response events.
2022-11-16T23:51:08+0000 | policy_event_thread | 140649782004512 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8a