Results

By type

          /opt/lib/python3.9/site-packages/onaplogging/logWatchDog.py:29: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
  return yaml.load(f.read())
2023-01-18T04:57:57+0000 | MainThread | 140433535937864 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Attempting to fetch PMSH Configuration from CBS.
2023-01-18T04:57:57+0000 | MainThread | 140433535937864 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Successfully fetched PMSH config from CBS: {'config': {'aaf_identity': 'dcae@dcae.onap.org', 'aaf_password': 'demo123456!', 'ca_cert_path': '/opt/app/pmsh/etc/certs/cacert.pem', 'cert_path': '/opt/app/pmsh/etc/certs/cert.pem', 'control_loop_name': 'pmsh-control-loop', 'enable_tls': False, 'key_path': '/opt/app/pmsh/etc/certs/key.pem', 'operational_policy_name': 'pmsh-operational-policy', 'pmsh_policy': {'subscription': {'administrativeState': 'LOCKED', 'fileBasedGP': 15, 'fileLocation': '/pm/pm.xml', 'measurementGroups': [{'measurementGroup': {'managedObjectDNsBasic': [{'DN': 'dna'}, {'DN': 'dnb'}], 'measurementTypes': [{'measurementType': 'countera'}, {'measurementType': 'counterb'}]}}, {'measurementGroup': {'managedObjectDNsBasic': [{'DN': 'dnc'}, {'DN': 'dnd'}], 'measurementTypes': [{'measurementType': 'counterc'}, {'measurementType': 'counterd'}]}}], 'nfFilter': {'modelInvariantIDs': [], 'modelNames': [], 'modelVersionIDs': [], 'nfNames': ['^pnf.*', '^vnf.*']}, 'subscriptionName': 'ExtraPM-All-gNB-R2B'}}, 'streams_publishes': {'policy_pm_publisher': {'dmaap_info': {'topic_url': 'http://message-router:3904/events/unauthenticated.DCAE_CL_OUTPUT'}, 'type': 'message_router'}}, 'streams_subscribes': {'aai_subscriber': {'dmaap_info': {'topic_url': 'http://message-router:3904/events/AAI-EVENT'}, 'type': 'message_router'}, 'policy_pm_subscriber': {'dmaap_info': {'topic_url': 'http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT'}, 'type': 'message_router'}}}}
2023-01-18T04:57:57+0000 | MainThread | 140433535937864 | INFO | pmsh_service_main | main | ServiceName= | RequestID= | InvocationID= | Start polling PMSH_CL_INPUT topic on DMaaP MR.
2023-01-18T04:57:57+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T04:57:57+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ac99acb8-96ec-11ed-8015-4add6bcf3130 | InvocationID=ac99aefc-96ec-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T04:57:57+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF AAI events.
2023-01-18T04:57:57+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ac9b79da-96ec-11ed-8015-4add6bcf3130 | InvocationID=ac9b7ade-96ec-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T04:57:57+0000 | MainThread | 140433535937864 | INFO | __init__ | launch_api_server | ServiceName= | RequestID= | InvocationID= | Launching unsecure http API server
2023-01-18T04:57:57+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ac99acb8-96ec-11ed-8015-4add6bcf3130 | InvocationID=ac99aefc-96ec-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T04:57:57+0000 | aai_event_thread | 140433485200160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ac9b79da-96ec-11ed-8015-4add6bcf3130 | InvocationID=ac9b7ade-96ec-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-18T04:57:57+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ac99acb8-96ec-11ed-8015-4add6bcf3130 | InvocationID=ac99aefc-96ec-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T04:57:57+0000 | aai_event_thread | 140433485200160 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ac9b79da-96ec-11ed-8015-4add6bcf3130 | InvocationID=ac9b7ade-96ec-11ed-8015-4add6bcf3130 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-18T04:58:17+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ac9b79da-96ec-11ed-8015-4add6bcf3130 | InvocationID=ac9b7ade-96ec-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T04:58:17+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b8b15b72-96ec-11ed-8015-4add6bcf3130 | InvocationID=b8b15e2e-96ec-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T04:58:17+0000 | aai_event_thread | 140433485200160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b8b15b72-96ec-11ed-8015-4add6bcf3130 | InvocationID=b8b15e2e-96ec-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-18T04:58:17+0000 | aai_event_thread | 140433485200160 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b8b15b72-96ec-11ed-8015-4add6bcf3130 | InvocationID=b8b15e2e-96ec-11ed-8015-4add6bcf3130 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-18T04:58:22+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ac99acb8-96ec-11ed-8015-4add6bcf3130 | InvocationID=ac99aefc-96ec-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T04:58:22+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bbac410c-96ec-11ed-8015-4add6bcf3130 | InvocationID=bbac42c4-96ec-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T04:58:22+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bbac410c-96ec-11ed-8015-4add6bcf3130 | InvocationID=bbac42c4-96ec-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T04:58:22+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bbac410c-96ec-11ed-8015-4add6bcf3130 | InvocationID=bbac42c4-96ec-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T04:58:37+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b8b15b72-96ec-11ed-8015-4add6bcf3130 | InvocationID=b8b15e2e-96ec-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T04:58:37+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c4a1d420-96ec-11ed-8015-4add6bcf3130 | InvocationID=c4a1d6a0-96ec-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T04:58:37+0000 | aai_event_thread | 140433485200160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c4a1d420-96ec-11ed-8015-4add6bcf3130 | InvocationID=c4a1d6a0-96ec-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-18T04:58:37+0000 | aai_event_thread | 140433485200160 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c4a1d420-96ec-11ed-8015-4add6bcf3130 | InvocationID=c4a1d6a0-96ec-11ed-8015-4add6bcf3130 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-18T04:58:47+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bbac410c-96ec-11ed-8015-4add6bcf3130 | InvocationID=bbac42c4-96ec-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T04:58:47+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ca979446-96ec-11ed-8015-4add6bcf3130 | InvocationID=ca979612-96ec-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T04:58:47+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ca979446-96ec-11ed-8015-4add6bcf3130 | InvocationID=ca979612-96ec-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T04:58:47+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ca979446-96ec-11ed-8015-4add6bcf3130 | InvocationID=ca979612-96ec-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T04:58:57+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c4a1d420-96ec-11ed-8015-4add6bcf3130 | InvocationID=c4a1d6a0-96ec-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T04:58:57+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d092e210-96ec-11ed-8015-4add6bcf3130 | InvocationID=d092e3be-96ec-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T04:58:57+0000 | aai_event_thread | 140433485200160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d092e210-96ec-11ed-8015-4add6bcf3130 | InvocationID=d092e3be-96ec-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-18T04:58:57+0000 | aai_event_thread | 140433485200160 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d092e210-96ec-11ed-8015-4add6bcf3130 | InvocationID=d092e3be-96ec-11ed-8015-4add6bcf3130 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-18T04:59:12+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ca979446-96ec-11ed-8015-4add6bcf3130 | InvocationID=ca979612-96ec-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T04:59:12+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d981f0be-96ec-11ed-8015-4add6bcf3130 | InvocationID=d981f294-96ec-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T04:59:12+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d981f0be-96ec-11ed-8015-4add6bcf3130 | InvocationID=d981f294-96ec-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T04:59:12+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d981f0be-96ec-11ed-8015-4add6bcf3130 | InvocationID=d981f294-96ec-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T04:59:17+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d092e210-96ec-11ed-8015-4add6bcf3130 | InvocationID=d092e3be-96ec-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T04:59:17+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dc8274b4-96ec-11ed-8015-4add6bcf3130 | InvocationID=dc827694-96ec-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T04:59:17+0000 | aai_event_thread | 140433485200160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dc8274b4-96ec-11ed-8015-4add6bcf3130 | InvocationID=dc827694-96ec-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-18T04:59:17+0000 | aai_event_thread | 140433485200160 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dc8274b4-96ec-11ed-8015-4add6bcf3130 | InvocationID=dc827694-96ec-11ed-8015-4add6bcf3130 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-18T04:59:37+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d981f0be-96ec-11ed-8015-4add6bcf3130 | InvocationID=d981f294-96ec-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T04:59:37+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e86d5082-96ec-11ed-8015-4add6bcf3130 | InvocationID=e86d57e4-96ec-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T04:59:37+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e86d5082-96ec-11ed-8015-4add6bcf3130 | InvocationID=e86d57e4-96ec-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T04:59:37+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e86d5082-96ec-11ed-8015-4add6bcf3130 | InvocationID=e86d57e4-96ec-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T04:59:37+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dc8274b4-96ec-11ed-8015-4add6bcf3130 | InvocationID=dc827694-96ec-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T04:59:37+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e871d724-96ec-11ed-8015-4add6bcf3130 | InvocationID=e871d882-96ec-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T04:59:37+0000 | aai_event_thread | 140433485200160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e871d724-96ec-11ed-8015-4add6bcf3130 | InvocationID=e871d882-96ec-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-18T04:59:37+0000 | aai_event_thread | 140433485200160 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e871d724-96ec-11ed-8015-4add6bcf3130 | InvocationID=e871d882-96ec-11ed-8015-4add6bcf3130 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-18T04:59:57+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e871d724-96ec-11ed-8015-4add6bcf3130 | InvocationID=e871d882-96ec-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T04:59:57+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f460ddb4-96ec-11ed-8015-4add6bcf3130 | InvocationID=f460dfa8-96ec-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T04:59:57+0000 | aai_event_thread | 140433485200160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f460ddb4-96ec-11ed-8015-4add6bcf3130 | InvocationID=f460dfa8-96ec-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-18T04:59:57+0000 | aai_event_thread | 140433485200160 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f460ddb4-96ec-11ed-8015-4add6bcf3130 | InvocationID=f460dfa8-96ec-11ed-8015-4add6bcf3130 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-18T05:00:02+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e86d5082-96ec-11ed-8015-4add6bcf3130 | InvocationID=e86d57e4-96ec-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T05:00:02+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f758caea-96ec-11ed-8015-4add6bcf3130 | InvocationID=f758ce1e-96ec-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T05:00:02+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f758caea-96ec-11ed-8015-4add6bcf3130 | InvocationID=f758ce1e-96ec-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:00:02+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f758caea-96ec-11ed-8015-4add6bcf3130 | InvocationID=f758ce1e-96ec-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:00:17+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f460ddb4-96ec-11ed-8015-4add6bcf3130 | InvocationID=f460dfa8-96ec-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:00:17+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=00513e2a-96ed-11ed-8015-4add6bcf3130 | InvocationID=00513fec-96ed-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:00:17+0000 | aai_event_thread | 140433485200160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=00513e2a-96ed-11ed-8015-4add6bcf3130 | InvocationID=00513fec-96ed-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-18T05:00:17+0000 | aai_event_thread | 140433485200160 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=00513e2a-96ed-11ed-8015-4add6bcf3130 | InvocationID=00513fec-96ed-11ed-8015-4add6bcf3130 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-18T05:00:27+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f758caea-96ec-11ed-8015-4add6bcf3130 | InvocationID=f758ce1e-96ec-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T05:00:27+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0643c672-96ed-11ed-8015-4add6bcf3130 | InvocationID=0643c8b6-96ed-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T05:00:27+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0643c672-96ed-11ed-8015-4add6bcf3130 | InvocationID=0643c8b6-96ed-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:00:27+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0643c672-96ed-11ed-8015-4add6bcf3130 | InvocationID=0643c8b6-96ed-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:00:37+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=00513e2a-96ed-11ed-8015-4add6bcf3130 | InvocationID=00513fec-96ed-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:00:37+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0c4083ee-96ed-11ed-8015-4add6bcf3130 | InvocationID=0c40875e-96ed-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:00:37+0000 | aai_event_thread | 140433485200160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0c4083ee-96ed-11ed-8015-4add6bcf3130 | InvocationID=0c40875e-96ed-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-18T05:00:37+0000 | aai_event_thread | 140433485200160 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0c4083ee-96ed-11ed-8015-4add6bcf3130 | InvocationID=0c40875e-96ed-11ed-8015-4add6bcf3130 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-18T05:00:52+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0643c672-96ed-11ed-8015-4add6bcf3130 | InvocationID=0643c8b6-96ed-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T05:00:52+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=152fb10a-96ed-11ed-8015-4add6bcf3130 | InvocationID=152fb2b8-96ed-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T05:00:52+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=152fb10a-96ed-11ed-8015-4add6bcf3130 | InvocationID=152fb2b8-96ed-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:00:52+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=152fb10a-96ed-11ed-8015-4add6bcf3130 | InvocationID=152fb2b8-96ed-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:00:57+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0c4083ee-96ed-11ed-8015-4add6bcf3130 | InvocationID=0c40875e-96ed-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:00:57+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=182ffa18-96ed-11ed-8015-4add6bcf3130 | InvocationID=182ffc84-96ed-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:00:57+0000 | aai_event_thread | 140433485200160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=182ffa18-96ed-11ed-8015-4add6bcf3130 | InvocationID=182ffc84-96ed-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-18T05:00:57+0000 | aai_event_thread | 140433485200160 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=182ffa18-96ed-11ed-8015-4add6bcf3130 | InvocationID=182ffc84-96ed-11ed-8015-4add6bcf3130 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-18T05:01:17+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=152fb10a-96ed-11ed-8015-4add6bcf3130 | InvocationID=152fb2b8-96ed-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T05:01:17+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=241ac70e-96ed-11ed-8015-4add6bcf3130 | InvocationID=241ac8da-96ed-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T05:01:17+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=241ac70e-96ed-11ed-8015-4add6bcf3130 | InvocationID=241ac8da-96ed-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:01:17+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=241ac70e-96ed-11ed-8015-4add6bcf3130 | InvocationID=241ac8da-96ed-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:01:17+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=182ffa18-96ed-11ed-8015-4add6bcf3130 | InvocationID=182ffc84-96ed-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:01:17+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=241f92a2-96ed-11ed-8015-4add6bcf3130 | InvocationID=241f950e-96ed-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:01:17+0000 | aai_event_thread | 140433485200160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=241f92a2-96ed-11ed-8015-4add6bcf3130 | InvocationID=241f950e-96ed-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-18T05:01:17+0000 | aai_event_thread | 140433485200160 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=241f92a2-96ed-11ed-8015-4add6bcf3130 | InvocationID=241f950e-96ed-11ed-8015-4add6bcf3130 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-18T05:01:37+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=241f92a2-96ed-11ed-8015-4add6bcf3130 | InvocationID=241f950e-96ed-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:01:37+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3011d264-96ed-11ed-8015-4add6bcf3130 | InvocationID=3011d4c6-96ed-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:01:37+0000 | aai_event_thread | 140433485200160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3011d264-96ed-11ed-8015-4add6bcf3130 | InvocationID=3011d4c6-96ed-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-18T05:01:37+0000 | aai_event_thread | 140433485200160 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3011d264-96ed-11ed-8015-4add6bcf3130 | InvocationID=3011d4c6-96ed-11ed-8015-4add6bcf3130 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-18T05:01:42+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=241ac70e-96ed-11ed-8015-4add6bcf3130 | InvocationID=241ac8da-96ed-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T05:01:42+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3304ff96-96ed-11ed-8015-4add6bcf3130 | InvocationID=33050202-96ed-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T05:01:42+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3304ff96-96ed-11ed-8015-4add6bcf3130 | InvocationID=33050202-96ed-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:01:42+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3304ff96-96ed-11ed-8015-4add6bcf3130 | InvocationID=33050202-96ed-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:01:57+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3011d264-96ed-11ed-8015-4add6bcf3130 | InvocationID=3011d4c6-96ed-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:01:57+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3c011d46-96ed-11ed-8015-4add6bcf3130 | InvocationID=3c011f8a-96ed-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:01:57+0000 | aai_event_thread | 140433485200160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3c011d46-96ed-11ed-8015-4add6bcf3130 | InvocationID=3c011f8a-96ed-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-18T05:01:57+0000 | aai_event_thread | 140433485200160 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3c011d46-96ed-11ed-8015-4add6bcf3130 | InvocationID=3c011f8a-96ed-11ed-8015-4add6bcf3130 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-18T05:02:07+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3304ff96-96ed-11ed-8015-4add6bcf3130 | InvocationID=33050202-96ed-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T05:02:07+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=41ef863e-96ed-11ed-8015-4add6bcf3130 | InvocationID=41ef8832-96ed-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T05:02:07+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=41ef863e-96ed-11ed-8015-4add6bcf3130 | InvocationID=41ef8832-96ed-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:02:07+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=41ef863e-96ed-11ed-8015-4add6bcf3130 | InvocationID=41ef8832-96ed-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:02:17+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3c011d46-96ed-11ed-8015-4add6bcf3130 | InvocationID=3c011f8a-96ed-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:02:17+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=47f0b10c-96ed-11ed-8015-4add6bcf3130 | InvocationID=47f0b346-96ed-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:02:17+0000 | aai_event_thread | 140433485200160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=47f0b10c-96ed-11ed-8015-4add6bcf3130 | InvocationID=47f0b346-96ed-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-18T05:02:17+0000 | aai_event_thread | 140433485200160 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=47f0b10c-96ed-11ed-8015-4add6bcf3130 | InvocationID=47f0b346-96ed-11ed-8015-4add6bcf3130 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-18T05:02:32+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=41ef863e-96ed-11ed-8015-4add6bcf3130 | InvocationID=41ef8832-96ed-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T05:02:32+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=50d9e3b0-96ed-11ed-8015-4add6bcf3130 | InvocationID=50d9e662-96ed-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T05:02:32+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=50d9e3b0-96ed-11ed-8015-4add6bcf3130 | InvocationID=50d9e662-96ed-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:02:32+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=50d9e3b0-96ed-11ed-8015-4add6bcf3130 | InvocationID=50d9e662-96ed-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:02:37+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=47f0b10c-96ed-11ed-8015-4add6bcf3130 | InvocationID=47f0b346-96ed-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:02:37+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=53e0842e-96ed-11ed-8015-4add6bcf3130 | InvocationID=53e089f6-96ed-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:02:37+0000 | aai_event_thread | 140433485200160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=53e0842e-96ed-11ed-8015-4add6bcf3130 | InvocationID=53e089f6-96ed-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-18T05:02:37+0000 | aai_event_thread | 140433485200160 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=53e0842e-96ed-11ed-8015-4add6bcf3130 | InvocationID=53e089f6-96ed-11ed-8015-4add6bcf3130 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-18T05:02:57+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=50d9e3b0-96ed-11ed-8015-4add6bcf3130 | InvocationID=50d9e662-96ed-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T05:02:57+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5fc4dd12-96ed-11ed-8015-4add6bcf3130 | InvocationID=5fc4e1c2-96ed-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T05:02:57+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5fc4dd12-96ed-11ed-8015-4add6bcf3130 | InvocationID=5fc4e1c2-96ed-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:02:57+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5fc4dd12-96ed-11ed-8015-4add6bcf3130 | InvocationID=5fc4e1c2-96ed-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:02:57+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=53e0842e-96ed-11ed-8015-4add6bcf3130 | InvocationID=53e089f6-96ed-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:02:57+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5fd05aca-96ed-11ed-8015-4add6bcf3130 | InvocationID=5fd05d68-96ed-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:02:57+0000 | aai_event_thread | 140433485200160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5fd05aca-96ed-11ed-8015-4add6bcf3130 | InvocationID=5fd05d68-96ed-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-18T05:02:57+0000 | aai_event_thread | 140433485200160 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5fd05aca-96ed-11ed-8015-4add6bcf3130 | InvocationID=5fd05d68-96ed-11ed-8015-4add6bcf3130 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-18T05:03:17+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5fd05aca-96ed-11ed-8015-4add6bcf3130 | InvocationID=5fd05d68-96ed-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:03:17+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6bc0b816-96ed-11ed-8015-4add6bcf3130 | InvocationID=6bc0badc-96ed-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:03:17+0000 | aai_event_thread | 140433485200160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6bc0b816-96ed-11ed-8015-4add6bcf3130 | InvocationID=6bc0badc-96ed-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-18T05:03:17+0000 | aai_event_thread | 140433485200160 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6bc0b816-96ed-11ed-8015-4add6bcf3130 | InvocationID=6bc0badc-96ed-11ed-8015-4add6bcf3130 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-18T05:03:22+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5fc4dd12-96ed-11ed-8015-4add6bcf3130 | InvocationID=5fc4e1c2-96ed-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T05:03:22+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6eafd534-96ed-11ed-8015-4add6bcf3130 | InvocationID=6eafd6d8-96ed-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T05:03:22+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6eafd534-96ed-11ed-8015-4add6bcf3130 | InvocationID=6eafd6d8-96ed-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:03:22+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6eafd534-96ed-11ed-8015-4add6bcf3130 | InvocationID=6eafd6d8-96ed-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:03:37+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6bc0b816-96ed-11ed-8015-4add6bcf3130 | InvocationID=6bc0badc-96ed-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:03:37+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=77b0f140-96ed-11ed-8015-4add6bcf3130 | InvocationID=77b0f37a-96ed-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:03:47+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6eafd534-96ed-11ed-8015-4add6bcf3130 | InvocationID=6eafd6d8-96ed-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T05:03:47+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7d9a55ec-96ed-11ed-8015-4add6bcf3130 | InvocationID=7d9a5858-96ed-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T05:03:47+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7d9a55ec-96ed-11ed-8015-4add6bcf3130 | InvocationID=7d9a5858-96ed-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:03:47+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7d9a55ec-96ed-11ed-8015-4add6bcf3130 | InvocationID=7d9a5858-96ed-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:04:02+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=77b0f140-96ed-11ed-8015-4add6bcf3130 | InvocationID=77b0f37a-96ed-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:04:02+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8665609a-96ed-11ed-8015-4add6bcf3130 | InvocationID=86656248-96ed-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:04:12+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7d9a55ec-96ed-11ed-8015-4add6bcf3130 | InvocationID=7d9a5858-96ed-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T05:04:12+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8c85d3b0-96ed-11ed-8015-4add6bcf3130 | InvocationID=8c85d5f4-96ed-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T05:04:12+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8c85d3b0-96ed-11ed-8015-4add6bcf3130 | InvocationID=8c85d5f4-96ed-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:04:12+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8c85d3b0-96ed-11ed-8015-4add6bcf3130 | InvocationID=8c85d5f4-96ed-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:04:22+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8665609a-96ed-11ed-8015-4add6bcf3130 | InvocationID=86656248-96ed-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:04:22+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=92697eee-96ed-11ed-8015-4add6bcf3130 | InvocationID=926980c4-96ed-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:04:37+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8c85d3b0-96ed-11ed-8015-4add6bcf3130 | InvocationID=8c85d5f4-96ed-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T05:04:37+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9b700a3a-96ed-11ed-8015-4add6bcf3130 | InvocationID=9b700bfc-96ed-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T05:04:37+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9b700a3a-96ed-11ed-8015-4add6bcf3130 | InvocationID=9b700bfc-96ed-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:04:37+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9b700a3a-96ed-11ed-8015-4add6bcf3130 | InvocationID=9b700bfc-96ed-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:04:42+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=92697eee-96ed-11ed-8015-4add6bcf3130 | InvocationID=926980c4-96ed-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:04:42+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9e5ec29a-96ed-11ed-8015-4add6bcf3130 | InvocationID=9e5ec5d8-96ed-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:05:02+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9e5ec29a-96ed-11ed-8015-4add6bcf3130 | InvocationID=9e5ec5d8-96ed-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:05:02+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aa51507c-96ed-11ed-8015-4add6bcf3130 | InvocationID=aa515248-96ed-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:05:02+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9b700a3a-96ed-11ed-8015-4add6bcf3130 | InvocationID=9b700bfc-96ed-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T05:05:02+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aa5c515c-96ed-11ed-8015-4add6bcf3130 | InvocationID=aa5c530a-96ed-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T05:05:02+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aa5c515c-96ed-11ed-8015-4add6bcf3130 | InvocationID=aa5c530a-96ed-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:05:02+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aa5c515c-96ed-11ed-8015-4add6bcf3130 | InvocationID=aa5c530a-96ed-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:05:23+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=aa51507c-96ed-11ed-8015-4add6bcf3130 | InvocationID=aa515248-96ed-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:05:23+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b6a18086-96ed-11ed-8015-4add6bcf3130 | InvocationID=b6a1834c-96ed-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:05:27+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aa5c515c-96ed-11ed-8015-4add6bcf3130 | InvocationID=aa5c530a-96ed-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T05:05:27+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b946ab0e-96ed-11ed-8015-4add6bcf3130 | InvocationID=b946ad20-96ed-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T05:05:27+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b946ab0e-96ed-11ed-8015-4add6bcf3130 | InvocationID=b946ad20-96ed-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:05:27+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b946ab0e-96ed-11ed-8015-4add6bcf3130 | InvocationID=b946ad20-96ed-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:05:48+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b6a18086-96ed-11ed-8015-4add6bcf3130 | InvocationID=b6a1834c-96ed-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:05:48+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c561a0ce-96ed-11ed-8015-4add6bcf3130 | InvocationID=c561afe2-96ed-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:05:52+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b946ab0e-96ed-11ed-8015-4add6bcf3130 | InvocationID=b946ad20-96ed-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T05:05:52+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c83155a6-96ed-11ed-8015-4add6bcf3130 | InvocationID=c83157ae-96ed-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T05:05:52+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c83155a6-96ed-11ed-8015-4add6bcf3130 | InvocationID=c83157ae-96ed-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:05:52+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c83155a6-96ed-11ed-8015-4add6bcf3130 | InvocationID=c83157ae-96ed-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:06:12+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c561a0ce-96ed-11ed-8015-4add6bcf3130 | InvocationID=c561afe2-96ed-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:06:12+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d423b21e-96ed-11ed-8015-4add6bcf3130 | InvocationID=d423b41c-96ed-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:06:17+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c83155a6-96ed-11ed-8015-4add6bcf3130 | InvocationID=c83157ae-96ed-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T05:06:17+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d71c377a-96ed-11ed-8015-4add6bcf3130 | InvocationID=d71c391e-96ed-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T05:06:17+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d71c377a-96ed-11ed-8015-4add6bcf3130 | InvocationID=d71c391e-96ed-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:06:17+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d71c377a-96ed-11ed-8015-4add6bcf3130 | InvocationID=d71c391e-96ed-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:06:37+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d423b21e-96ed-11ed-8015-4add6bcf3130 | InvocationID=d423b41c-96ed-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:06:37+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e2e36a6a-96ed-11ed-8015-4add6bcf3130 | InvocationID=e2e36e70-96ed-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:06:42+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d71c377a-96ed-11ed-8015-4add6bcf3130 | InvocationID=d71c391e-96ed-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T05:06:42+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e60698b6-96ed-11ed-8015-4add6bcf3130 | InvocationID=e6069a64-96ed-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T05:06:42+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e60698b6-96ed-11ed-8015-4add6bcf3130 | InvocationID=e6069a64-96ed-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:06:42+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e60698b6-96ed-11ed-8015-4add6bcf3130 | InvocationID=e6069a64-96ed-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:07:02+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e2e36a6a-96ed-11ed-8015-4add6bcf3130 | InvocationID=e2e36e70-96ed-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:07:02+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f1a39df4-96ed-11ed-8015-4add6bcf3130 | InvocationID=f1a3a272-96ed-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:07:07+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e60698b6-96ed-11ed-8015-4add6bcf3130 | InvocationID=e6069a64-96ed-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T05:07:07+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f4f0f89e-96ed-11ed-8015-4add6bcf3130 | InvocationID=f4f0fa42-96ed-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T05:07:07+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f4f0f89e-96ed-11ed-8015-4add6bcf3130 | InvocationID=f4f0fa42-96ed-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:07:07+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f4f0f89e-96ed-11ed-8015-4add6bcf3130 | InvocationID=f4f0fa42-96ed-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:07:27+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f1a39df4-96ed-11ed-8015-4add6bcf3130 | InvocationID=f1a3a272-96ed-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:07:27+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=00663702-96ee-11ed-8015-4add6bcf3130 | InvocationID=00663acc-96ee-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:07:32+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f4f0f89e-96ed-11ed-8015-4add6bcf3130 | InvocationID=f4f0fa42-96ed-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T05:07:32+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=03db68d0-96ee-11ed-8015-4add6bcf3130 | InvocationID=03db6ba0-96ee-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T05:07:32+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=03db68d0-96ee-11ed-8015-4add6bcf3130 | InvocationID=03db6ba0-96ee-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:07:32+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=03db68d0-96ee-11ed-8015-4add6bcf3130 | InvocationID=03db6ba0-96ee-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:07:51+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=00663702-96ee-11ed-8015-4add6bcf3130 | InvocationID=00663acc-96ee-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:07:51+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0f2645d4-96ee-11ed-8015-4add6bcf3130 | InvocationID=0f26478c-96ee-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:07:57+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=03db68d0-96ee-11ed-8015-4add6bcf3130 | InvocationID=03db6ba0-96ee-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T05:07:57+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=12c683e8-96ee-11ed-8015-4add6bcf3130 | InvocationID=12c68762-96ee-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T05:07:58+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=12c683e8-96ee-11ed-8015-4add6bcf3130 | InvocationID=12c68762-96ee-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:07:58+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=12c683e8-96ee-11ed-8015-4add6bcf3130 | InvocationID=12c68762-96ee-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:08:16+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0f2645d4-96ee-11ed-8015-4add6bcf3130 | InvocationID=0f26478c-96ee-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:08:16+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1de6b73e-96ee-11ed-8015-4add6bcf3130 | InvocationID=1de6bee6-96ee-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:08:23+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=12c683e8-96ee-11ed-8015-4add6bcf3130 | InvocationID=12c68762-96ee-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T05:08:23+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=21b46ac8-96ee-11ed-8015-4add6bcf3130 | InvocationID=21b46d16-96ee-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T05:08:23+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=21b46ac8-96ee-11ed-8015-4add6bcf3130 | InvocationID=21b46d16-96ee-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:08:23+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=21b46ac8-96ee-11ed-8015-4add6bcf3130 | InvocationID=21b46d16-96ee-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:08:41+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1de6b73e-96ee-11ed-8015-4add6bcf3130 | InvocationID=1de6bee6-96ee-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:08:41+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ca6f9e6-96ee-11ed-8015-4add6bcf3130 | InvocationID=2ca6fc66-96ee-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:08:48+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=21b46ac8-96ee-11ed-8015-4add6bcf3130 | InvocationID=21b46d16-96ee-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T05:08:48+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=309f4cb0-96ee-11ed-8015-4add6bcf3130 | InvocationID=309f4eea-96ee-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T05:08:48+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=309f4cb0-96ee-11ed-8015-4add6bcf3130 | InvocationID=309f4eea-96ee-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:08:48+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=309f4cb0-96ee-11ed-8015-4add6bcf3130 | InvocationID=309f4eea-96ee-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:09:06+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2ca6f9e6-96ee-11ed-8015-4add6bcf3130 | InvocationID=2ca6fc66-96ee-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:09:06+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3b6690ae-96ee-11ed-8015-4add6bcf3130 | InvocationID=3b669310-96ee-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:09:13+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=309f4cb0-96ee-11ed-8015-4add6bcf3130 | InvocationID=309f4eea-96ee-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T05:09:13+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3f89ecf8-96ee-11ed-8015-4add6bcf3130 | InvocationID=3f89eea6-96ee-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T05:09:13+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3f89ecf8-96ee-11ed-8015-4add6bcf3130 | InvocationID=3f89eea6-96ee-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:09:13+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3f89ecf8-96ee-11ed-8015-4add6bcf3130 | InvocationID=3f89eea6-96ee-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:09:30+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3b6690ae-96ee-11ed-8015-4add6bcf3130 | InvocationID=3b669310-96ee-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:09:30+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4a26783e-96ee-11ed-8015-4add6bcf3130 | InvocationID=4a2679e2-96ee-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:09:38+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3f89ecf8-96ee-11ed-8015-4add6bcf3130 | InvocationID=3f89eea6-96ee-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T05:09:38+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4e742e54-96ee-11ed-8015-4add6bcf3130 | InvocationID=4e742ff8-96ee-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T05:09:38+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4e742e54-96ee-11ed-8015-4add6bcf3130 | InvocationID=4e742ff8-96ee-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:09:38+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4e742e54-96ee-11ed-8015-4add6bcf3130 | InvocationID=4e742ff8-96ee-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:09:55+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4a26783e-96ee-11ed-8015-4add6bcf3130 | InvocationID=4a2679e2-96ee-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:09:55+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=58e6039e-96ee-11ed-8015-4add6bcf3130 | InvocationID=58e6054c-96ee-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:10:03+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4e742e54-96ee-11ed-8015-4add6bcf3130 | InvocationID=4e742ff8-96ee-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T05:10:03+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5d5f26ee-96ee-11ed-8015-4add6bcf3130 | InvocationID=5d5f289c-96ee-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T05:10:03+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5d5f26ee-96ee-11ed-8015-4add6bcf3130 | InvocationID=5d5f289c-96ee-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:10:03+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5d5f26ee-96ee-11ed-8015-4add6bcf3130 | InvocationID=5d5f289c-96ee-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:10:20+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=58e6039e-96ee-11ed-8015-4add6bcf3130 | InvocationID=58e6054c-96ee-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:10:20+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=67a6763e-96ee-11ed-8015-4add6bcf3130 | InvocationID=67a67846-96ee-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:10:28+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5d5f26ee-96ee-11ed-8015-4add6bcf3130 | InvocationID=5d5f289c-96ee-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T05:10:28+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6c49bf0c-96ee-11ed-8015-4add6bcf3130 | InvocationID=6c49c100-96ee-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T05:10:28+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6c49bf0c-96ee-11ed-8015-4add6bcf3130 | InvocationID=6c49c100-96ee-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:10:28+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6c49bf0c-96ee-11ed-8015-4add6bcf3130 | InvocationID=6c49c100-96ee-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:10:45+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=67a6763e-96ee-11ed-8015-4add6bcf3130 | InvocationID=67a67846-96ee-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:10:45+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7665ddea-96ee-11ed-8015-4add6bcf3130 | InvocationID=7665df98-96ee-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:10:53+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6c49bf0c-96ee-11ed-8015-4add6bcf3130 | InvocationID=6c49c100-96ee-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T05:10:53+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7b34519e-96ee-11ed-8015-4add6bcf3130 | InvocationID=7b345392-96ee-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T05:10:53+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7b34519e-96ee-11ed-8015-4add6bcf3130 | InvocationID=7b345392-96ee-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:10:53+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7b34519e-96ee-11ed-8015-4add6bcf3130 | InvocationID=7b345392-96ee-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:11:09+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7665ddea-96ee-11ed-8015-4add6bcf3130 | InvocationID=7665df98-96ee-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:11:09+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=85274be8-96ee-11ed-8015-4add6bcf3130 | InvocationID=8527507a-96ee-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:11:18+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7b34519e-96ee-11ed-8015-4add6bcf3130 | InvocationID=7b345392-96ee-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T05:11:18+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8a1efd26-96ee-11ed-8015-4add6bcf3130 | InvocationID=8a1efeca-96ee-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T05:11:18+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8a1efd26-96ee-11ed-8015-4add6bcf3130 | InvocationID=8a1efeca-96ee-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:11:18+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8a1efd26-96ee-11ed-8015-4add6bcf3130 | InvocationID=8a1efeca-96ee-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:11:34+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=85274be8-96ee-11ed-8015-4add6bcf3130 | InvocationID=8527507a-96ee-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:11:34+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=93e73d46-96ee-11ed-8015-4add6bcf3130 | InvocationID=93e73efe-96ee-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:11:43+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8a1efd26-96ee-11ed-8015-4add6bcf3130 | InvocationID=8a1efeca-96ee-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T05:11:43+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=99095e1c-96ee-11ed-8015-4add6bcf3130 | InvocationID=99095fca-96ee-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T05:11:43+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=99095e1c-96ee-11ed-8015-4add6bcf3130 | InvocationID=99095fca-96ee-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:11:43+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=99095e1c-96ee-11ed-8015-4add6bcf3130 | InvocationID=99095fca-96ee-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:11:59+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=93e73d46-96ee-11ed-8015-4add6bcf3130 | InvocationID=93e73efe-96ee-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:11:59+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a2a6cdce-96ee-11ed-8015-4add6bcf3130 | InvocationID=a2a6cfc2-96ee-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:12:08+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=99095e1c-96ee-11ed-8015-4add6bcf3130 | InvocationID=99095fca-96ee-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T05:12:08+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a7f3c3cc-96ee-11ed-8015-4add6bcf3130 | InvocationID=a7f3c5c0-96ee-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T05:12:08+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a7f3c3cc-96ee-11ed-8015-4add6bcf3130 | InvocationID=a7f3c5c0-96ee-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:12:08+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a7f3c3cc-96ee-11ed-8015-4add6bcf3130 | InvocationID=a7f3c5c0-96ee-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:12:24+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a2a6cdce-96ee-11ed-8015-4add6bcf3130 | InvocationID=a2a6cfc2-96ee-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:12:24+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b166137e-96ee-11ed-8015-4add6bcf3130 | InvocationID=b16615d6-96ee-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:12:33+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a7f3c3cc-96ee-11ed-8015-4add6bcf3130 | InvocationID=a7f3c5c0-96ee-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T05:12:33+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b6de6a90-96ee-11ed-8015-4add6bcf3130 | InvocationID=b6de6c84-96ee-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T05:12:33+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b6de6a90-96ee-11ed-8015-4add6bcf3130 | InvocationID=b6de6c84-96ee-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:12:33+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b6de6a90-96ee-11ed-8015-4add6bcf3130 | InvocationID=b6de6c84-96ee-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:12:48+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b166137e-96ee-11ed-8015-4add6bcf3130 | InvocationID=b16615d6-96ee-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:12:48+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c0259c22-96ee-11ed-8015-4add6bcf3130 | InvocationID=c0259dd0-96ee-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:12:58+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b6de6a90-96ee-11ed-8015-4add6bcf3130 | InvocationID=b6de6c84-96ee-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T05:12:58+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c5c96adc-96ee-11ed-8015-4add6bcf3130 | InvocationID=c5c96c94-96ee-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T05:12:58+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c5c96adc-96ee-11ed-8015-4add6bcf3130 | InvocationID=c5c96c94-96ee-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:12:58+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c5c96adc-96ee-11ed-8015-4add6bcf3130 | InvocationID=c5c96c94-96ee-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:13:13+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c0259c22-96ee-11ed-8015-4add6bcf3130 | InvocationID=c0259dd0-96ee-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:13:13+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cee5acd4-96ee-11ed-8015-4add6bcf3130 | InvocationID=cee5af04-96ee-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:13:23+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c5c96adc-96ee-11ed-8015-4add6bcf3130 | InvocationID=c5c96c94-96ee-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T05:13:23+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d4b3d49c-96ee-11ed-8015-4add6bcf3130 | InvocationID=d4b3d672-96ee-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T05:13:23+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d4b3d49c-96ee-11ed-8015-4add6bcf3130 | InvocationID=d4b3d672-96ee-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:13:23+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d4b3d49c-96ee-11ed-8015-4add6bcf3130 | InvocationID=d4b3d672-96ee-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:13:38+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cee5acd4-96ee-11ed-8015-4add6bcf3130 | InvocationID=cee5af04-96ee-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:13:38+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dda6584a-96ee-11ed-8015-4add6bcf3130 | InvocationID=dda65a02-96ee-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:13:48+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d4b3d49c-96ee-11ed-8015-4add6bcf3130 | InvocationID=d4b3d672-96ee-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T05:13:48+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e3a06c18-96ee-11ed-8015-4add6bcf3130 | InvocationID=e3a06e8e-96ee-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T05:13:48+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e3a06c18-96ee-11ed-8015-4add6bcf3130 | InvocationID=e3a06e8e-96ee-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:13:48+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e3a06c18-96ee-11ed-8015-4add6bcf3130 | InvocationID=e3a06e8e-96ee-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:14:03+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dda6584a-96ee-11ed-8015-4add6bcf3130 | InvocationID=dda65a02-96ee-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:14:03+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ec65d608-96ee-11ed-8015-4add6bcf3130 | InvocationID=ec65d8ce-96ee-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:14:13+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e3a06c18-96ee-11ed-8015-4add6bcf3130 | InvocationID=e3a06e8e-96ee-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T05:14:13+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f28af9b4-96ee-11ed-8015-4add6bcf3130 | InvocationID=f28afb6c-96ee-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T05:14:13+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f28af9b4-96ee-11ed-8015-4add6bcf3130 | InvocationID=f28afb6c-96ee-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:14:13+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f28af9b4-96ee-11ed-8015-4add6bcf3130 | InvocationID=f28afb6c-96ee-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:14:27+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ec65d608-96ee-11ed-8015-4add6bcf3130 | InvocationID=ec65d8ce-96ee-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:14:27+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fb28cec0-96ee-11ed-8015-4add6bcf3130 | InvocationID=fb28d0dc-96ee-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:14:38+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f28af9b4-96ee-11ed-8015-4add6bcf3130 | InvocationID=f28afb6c-96ee-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T05:14:38+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=01752f58-96ef-11ed-8015-4add6bcf3130 | InvocationID=017531ec-96ef-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T05:14:38+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=01752f58-96ef-11ed-8015-4add6bcf3130 | InvocationID=017531ec-96ef-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:14:38+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=01752f58-96ef-11ed-8015-4add6bcf3130 | InvocationID=017531ec-96ef-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:14:52+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fb28cec0-96ee-11ed-8015-4add6bcf3130 | InvocationID=fb28d0dc-96ee-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:14:52+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=09e9c720-96ef-11ed-8015-4add6bcf3130 | InvocationID=09e9c982-96ef-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:15:03+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=01752f58-96ef-11ed-8015-4add6bcf3130 | InvocationID=017531ec-96ef-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T05:15:03+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=105f70d2-96ef-11ed-8015-4add6bcf3130 | InvocationID=105f7276-96ef-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T05:15:03+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=105f70d2-96ef-11ed-8015-4add6bcf3130 | InvocationID=105f7276-96ef-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:15:03+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=105f70d2-96ef-11ed-8015-4add6bcf3130 | InvocationID=105f7276-96ef-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:15:17+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=09e9c720-96ef-11ed-8015-4add6bcf3130 | InvocationID=09e9c982-96ef-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:15:17+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=18ab1188-96ef-11ed-8015-4add6bcf3130 | InvocationID=18ab1674-96ef-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:15:28+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=105f70d2-96ef-11ed-8015-4add6bcf3130 | InvocationID=105f7276-96ef-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T05:15:28+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1f49ab4e-96ef-11ed-8015-4add6bcf3130 | InvocationID=1f49ae3c-96ef-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T05:15:28+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1f49ab4e-96ef-11ed-8015-4add6bcf3130 | InvocationID=1f49ae3c-96ef-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:15:28+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1f49ab4e-96ef-11ed-8015-4add6bcf3130 | InvocationID=1f49ae3c-96ef-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:15:42+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=18ab1188-96ef-11ed-8015-4add6bcf3130 | InvocationID=18ab1674-96ef-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:15:42+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=276a93b0-96ef-11ed-8015-4add6bcf3130 | InvocationID=276a95a4-96ef-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:15:53+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1f49ab4e-96ef-11ed-8015-4add6bcf3130 | InvocationID=1f49ae3c-96ef-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T05:15:53+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2e33f308-96ef-11ed-8015-4add6bcf3130 | InvocationID=2e33f4a2-96ef-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T05:15:53+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2e33f308-96ef-11ed-8015-4add6bcf3130 | InvocationID=2e33f4a2-96ef-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:15:53+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2e33f308-96ef-11ed-8015-4add6bcf3130 | InvocationID=2e33f4a2-96ef-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:16:06+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=276a93b0-96ef-11ed-8015-4add6bcf3130 | InvocationID=276a95a4-96ef-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:16:06+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=362ce812-96ef-11ed-8015-4add6bcf3130 | InvocationID=362ce9ca-96ef-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:16:18+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2e33f308-96ef-11ed-8015-4add6bcf3130 | InvocationID=2e33f4a2-96ef-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T05:16:18+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3d1ea7aa-96ef-11ed-8015-4add6bcf3130 | InvocationID=3d1eaa84-96ef-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T05:16:18+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3d1ea7aa-96ef-11ed-8015-4add6bcf3130 | InvocationID=3d1eaa84-96ef-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:16:18+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3d1ea7aa-96ef-11ed-8015-4add6bcf3130 | InvocationID=3d1eaa84-96ef-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:16:31+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=362ce812-96ef-11ed-8015-4add6bcf3130 | InvocationID=362ce9ca-96ef-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:16:31+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=44ec8722-96ef-11ed-8015-4add6bcf3130 | InvocationID=44ec89d4-96ef-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:16:43+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3d1ea7aa-96ef-11ed-8015-4add6bcf3130 | InvocationID=3d1eaa84-96ef-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T05:16:43+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4c0989c4-96ef-11ed-8015-4add6bcf3130 | InvocationID=4c098b72-96ef-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T05:16:43+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4c0989c4-96ef-11ed-8015-4add6bcf3130 | InvocationID=4c098b72-96ef-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:16:43+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4c0989c4-96ef-11ed-8015-4add6bcf3130 | InvocationID=4c098b72-96ef-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:16:56+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=44ec8722-96ef-11ed-8015-4add6bcf3130 | InvocationID=44ec89d4-96ef-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:16:56+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=53ac8294-96ef-11ed-8015-4add6bcf3130 | InvocationID=53ac849c-96ef-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:17:08+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4c0989c4-96ef-11ed-8015-4add6bcf3130 | InvocationID=4c098b72-96ef-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T05:17:08+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5af3e84e-96ef-11ed-8015-4add6bcf3130 | InvocationID=5af3e9fc-96ef-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T05:17:08+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5af3e84e-96ef-11ed-8015-4add6bcf3130 | InvocationID=5af3e9fc-96ef-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:17:08+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5af3e84e-96ef-11ed-8015-4add6bcf3130 | InvocationID=5af3e9fc-96ef-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:17:21+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=53ac8294-96ef-11ed-8015-4add6bcf3130 | InvocationID=53ac849c-96ef-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:17:21+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=626d9afc-96ef-11ed-8015-4add6bcf3130 | InvocationID=626d9ca0-96ef-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:17:33+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5af3e84e-96ef-11ed-8015-4add6bcf3130 | InvocationID=5af3e9fc-96ef-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T05:17:33+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=69deca68-96ef-11ed-8015-4add6bcf3130 | InvocationID=69decc52-96ef-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T05:17:33+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=69deca68-96ef-11ed-8015-4add6bcf3130 | InvocationID=69decc52-96ef-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:17:33+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=69deca68-96ef-11ed-8015-4add6bcf3130 | InvocationID=69decc52-96ef-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:17:45+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=626d9afc-96ef-11ed-8015-4add6bcf3130 | InvocationID=626d9ca0-96ef-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:17:45+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=712f2024-96ef-11ed-8015-4add6bcf3130 | InvocationID=712f26dc-96ef-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:17:58+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=69deca68-96ef-11ed-8015-4add6bcf3130 | InvocationID=69decc52-96ef-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T05:17:58+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=78c94fa8-96ef-11ed-8015-4add6bcf3130 | InvocationID=78c95156-96ef-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T05:17:58+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=78c94fa8-96ef-11ed-8015-4add6bcf3130 | InvocationID=78c95156-96ef-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:17:58+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=78c94fa8-96ef-11ed-8015-4add6bcf3130 | InvocationID=78c95156-96ef-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:18:10+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=712f2024-96ef-11ed-8015-4add6bcf3130 | InvocationID=712f26dc-96ef-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:18:10+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ff0ea5c-96ef-11ed-8015-4add6bcf3130 | InvocationID=7ff0ebd8-96ef-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:18:23+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=78c94fa8-96ef-11ed-8015-4add6bcf3130 | InvocationID=78c95156-96ef-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T05:18:23+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=87b747ea-96ef-11ed-8015-4add6bcf3130 | InvocationID=87b749fc-96ef-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T05:18:23+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=87b747ea-96ef-11ed-8015-4add6bcf3130 | InvocationID=87b749fc-96ef-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:18:23+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=87b747ea-96ef-11ed-8015-4add6bcf3130 | InvocationID=87b749fc-96ef-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:18:35+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7ff0ea5c-96ef-11ed-8015-4add6bcf3130 | InvocationID=7ff0ebd8-96ef-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:18:35+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8eb19dde-96ef-11ed-8015-4add6bcf3130 | InvocationID=8eb1a05e-96ef-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:18:48+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=87b747ea-96ef-11ed-8015-4add6bcf3130 | InvocationID=87b749fc-96ef-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T05:18:48+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=96a1959e-96ef-11ed-8015-4add6bcf3130 | InvocationID=96a19828-96ef-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T05:18:48+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=96a1959e-96ef-11ed-8015-4add6bcf3130 | InvocationID=96a19828-96ef-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:18:48+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=96a1959e-96ef-11ed-8015-4add6bcf3130 | InvocationID=96a19828-96ef-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:19:00+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8eb19dde-96ef-11ed-8015-4add6bcf3130 | InvocationID=8eb1a05e-96ef-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:19:00+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9d719072-96ef-11ed-8015-4add6bcf3130 | InvocationID=9d71932e-96ef-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:19:13+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=96a1959e-96ef-11ed-8015-4add6bcf3130 | InvocationID=96a19828-96ef-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T05:19:13+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a58c245c-96ef-11ed-8015-4add6bcf3130 | InvocationID=a58c260a-96ef-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T05:19:13+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a58c245c-96ef-11ed-8015-4add6bcf3130 | InvocationID=a58c260a-96ef-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:19:13+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a58c245c-96ef-11ed-8015-4add6bcf3130 | InvocationID=a58c260a-96ef-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:19:24+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9d719072-96ef-11ed-8015-4add6bcf3130 | InvocationID=9d71932e-96ef-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:19:24+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ac34d48e-96ef-11ed-8015-4add6bcf3130 | InvocationID=ac34d650-96ef-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:19:38+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a58c245c-96ef-11ed-8015-4add6bcf3130 | InvocationID=a58c260a-96ef-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T05:19:38+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b477442e-96ef-11ed-8015-4add6bcf3130 | InvocationID=b4774654-96ef-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T05:19:38+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b477442e-96ef-11ed-8015-4add6bcf3130 | InvocationID=b4774654-96ef-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:19:38+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b477442e-96ef-11ed-8015-4add6bcf3130 | InvocationID=b4774654-96ef-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:19:49+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ac34d48e-96ef-11ed-8015-4add6bcf3130 | InvocationID=ac34d650-96ef-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:19:49+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=baf410c0-96ef-11ed-8015-4add6bcf3130 | InvocationID=baf412aa-96ef-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:20:03+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b477442e-96ef-11ed-8015-4add6bcf3130 | InvocationID=b4774654-96ef-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T05:20:03+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c361932c-96ef-11ed-8015-4add6bcf3130 | InvocationID=c36195b6-96ef-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T05:20:03+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c361932c-96ef-11ed-8015-4add6bcf3130 | InvocationID=c36195b6-96ef-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:20:03+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c361932c-96ef-11ed-8015-4add6bcf3130 | InvocationID=c36195b6-96ef-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:20:14+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=baf410c0-96ef-11ed-8015-4add6bcf3130 | InvocationID=baf412aa-96ef-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:20:14+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c9b49cce-96ef-11ed-8015-4add6bcf3130 | InvocationID=c9b49e86-96ef-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:20:28+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c361932c-96ef-11ed-8015-4add6bcf3130 | InvocationID=c36195b6-96ef-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T05:20:28+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d24bcc90-96ef-11ed-8015-4add6bcf3130 | InvocationID=d24bce98-96ef-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T05:20:28+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d24bcc90-96ef-11ed-8015-4add6bcf3130 | InvocationID=d24bce98-96ef-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:20:28+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d24bcc90-96ef-11ed-8015-4add6bcf3130 | InvocationID=d24bce98-96ef-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:20:39+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c9b49cce-96ef-11ed-8015-4add6bcf3130 | InvocationID=c9b49e86-96ef-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:20:39+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d8773eba-96ef-11ed-8015-4add6bcf3130 | InvocationID=d87740a4-96ef-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:20:53+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d24bcc90-96ef-11ed-8015-4add6bcf3130 | InvocationID=d24bce98-96ef-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T05:20:53+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e136872c-96ef-11ed-8015-4add6bcf3130 | InvocationID=e1368966-96ef-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T05:20:53+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e136872c-96ef-11ed-8015-4add6bcf3130 | InvocationID=e1368966-96ef-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:20:53+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e136872c-96ef-11ed-8015-4add6bcf3130 | InvocationID=e1368966-96ef-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:21:03+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d8773eba-96ef-11ed-8015-4add6bcf3130 | InvocationID=d87740a4-96ef-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:21:03+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e7382298-96ef-11ed-8015-4add6bcf3130 | InvocationID=e7382518-96ef-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:21:18+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e136872c-96ef-11ed-8015-4add6bcf3130 | InvocationID=e1368966-96ef-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T05:21:18+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f020f5ce-96ef-11ed-8015-4add6bcf3130 | InvocationID=f020f7cc-96ef-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T05:21:18+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f020f5ce-96ef-11ed-8015-4add6bcf3130 | InvocationID=f020f7cc-96ef-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:21:18+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f020f5ce-96ef-11ed-8015-4add6bcf3130 | InvocationID=f020f7cc-96ef-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:21:28+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e7382298-96ef-11ed-8015-4add6bcf3130 | InvocationID=e7382518-96ef-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:21:28+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f5f84006-96ef-11ed-8015-4add6bcf3130 | InvocationID=f5f841be-96ef-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:21:43+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f020f5ce-96ef-11ed-8015-4add6bcf3130 | InvocationID=f020f7cc-96ef-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T05:21:43+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ff0b7f64-96ef-11ed-8015-4add6bcf3130 | InvocationID=ff0b8112-96ef-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T05:21:43+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ff0b7f64-96ef-11ed-8015-4add6bcf3130 | InvocationID=ff0b8112-96ef-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:21:43+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ff0b7f64-96ef-11ed-8015-4add6bcf3130 | InvocationID=ff0b8112-96ef-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:21:53+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f5f84006-96ef-11ed-8015-4add6bcf3130 | InvocationID=f5f841be-96ef-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:21:53+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=04b8340c-96f0-11ed-8015-4add6bcf3130 | InvocationID=04b835b0-96f0-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:22:08+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ff0b7f64-96ef-11ed-8015-4add6bcf3130 | InvocationID=ff0b8112-96ef-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T05:22:08+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0df5994c-96f0-11ed-8015-4add6bcf3130 | InvocationID=0df59b90-96f0-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T05:22:08+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0df5994c-96f0-11ed-8015-4add6bcf3130 | InvocationID=0df59b90-96f0-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:22:08+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0df5994c-96f0-11ed-8015-4add6bcf3130 | InvocationID=0df59b90-96f0-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:22:18+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=04b8340c-96f0-11ed-8015-4add6bcf3130 | InvocationID=04b835b0-96f0-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:22:18+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=13782dd0-96f0-11ed-8015-4add6bcf3130 | InvocationID=13782f74-96f0-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:22:33+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0df5994c-96f0-11ed-8015-4add6bcf3130 | InvocationID=0df59b90-96f0-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T05:22:33+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1ce00da2-96f0-11ed-8015-4add6bcf3130 | InvocationID=1ce00f50-96f0-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T05:22:33+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1ce00da2-96f0-11ed-8015-4add6bcf3130 | InvocationID=1ce00f50-96f0-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:22:33+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1ce00da2-96f0-11ed-8015-4add6bcf3130 | InvocationID=1ce00f50-96f0-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:22:42+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=13782dd0-96f0-11ed-8015-4add6bcf3130 | InvocationID=13782f74-96f0-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:22:42+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2237ee28-96f0-11ed-8015-4add6bcf3130 | InvocationID=2237f0f8-96f0-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:22:58+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1ce00da2-96f0-11ed-8015-4add6bcf3130 | InvocationID=1ce00f50-96f0-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T05:22:58+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2bca8b62-96f0-11ed-8015-4add6bcf3130 | InvocationID=2bca8edc-96f0-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T05:22:58+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2bca8b62-96f0-11ed-8015-4add6bcf3130 | InvocationID=2bca8edc-96f0-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:22:58+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2bca8b62-96f0-11ed-8015-4add6bcf3130 | InvocationID=2bca8edc-96f0-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:23:07+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2237ee28-96f0-11ed-8015-4add6bcf3130 | InvocationID=2237f0f8-96f0-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:23:07+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=30f8368e-96f0-11ed-8015-4add6bcf3130 | InvocationID=30f840ac-96f0-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:23:23+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2bca8b62-96f0-11ed-8015-4add6bcf3130 | InvocationID=2bca8edc-96f0-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T05:23:23+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3ab51a66-96f0-11ed-8015-4add6bcf3130 | InvocationID=3ab51dcc-96f0-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T05:23:23+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3ab51a66-96f0-11ed-8015-4add6bcf3130 | InvocationID=3ab51dcc-96f0-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:23:23+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3ab51a66-96f0-11ed-8015-4add6bcf3130 | InvocationID=3ab51dcc-96f0-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:23:32+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=30f8368e-96f0-11ed-8015-4add6bcf3130 | InvocationID=30f840ac-96f0-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:23:32+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3fb8990c-96f0-11ed-8015-4add6bcf3130 | InvocationID=3fb89ad8-96f0-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:23:48+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3ab51a66-96f0-11ed-8015-4add6bcf3130 | InvocationID=3ab51dcc-96f0-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T05:23:48+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=499f425e-96f0-11ed-8015-4add6bcf3130 | InvocationID=499f440c-96f0-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T05:23:49+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=499f425e-96f0-11ed-8015-4add6bcf3130 | InvocationID=499f440c-96f0-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:23:49+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=499f425e-96f0-11ed-8015-4add6bcf3130 | InvocationID=499f440c-96f0-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:23:57+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3fb8990c-96f0-11ed-8015-4add6bcf3130 | InvocationID=3fb89ad8-96f0-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:23:57+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4e79c286-96f0-11ed-8015-4add6bcf3130 | InvocationID=4e79c560-96f0-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:24:14+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=499f425e-96f0-11ed-8015-4add6bcf3130 | InvocationID=499f440c-96f0-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T05:24:14+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5889b4de-96f0-11ed-8015-4add6bcf3130 | InvocationID=5889b7b8-96f0-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T05:24:14+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5889b4de-96f0-11ed-8015-4add6bcf3130 | InvocationID=5889b7b8-96f0-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:24:14+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5889b4de-96f0-11ed-8015-4add6bcf3130 | InvocationID=5889b7b8-96f0-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:24:21+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4e79c286-96f0-11ed-8015-4add6bcf3130 | InvocationID=4e79c560-96f0-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:24:21+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5d392aa0-96f0-11ed-8015-4add6bcf3130 | InvocationID=5d392e92-96f0-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:24:39+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5889b4de-96f0-11ed-8015-4add6bcf3130 | InvocationID=5889b7b8-96f0-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T05:24:39+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=67761d02-96f0-11ed-8015-4add6bcf3130 | InvocationID=67761eb0-96f0-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T05:24:39+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=67761d02-96f0-11ed-8015-4add6bcf3130 | InvocationID=67761eb0-96f0-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:24:39+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=67761d02-96f0-11ed-8015-4add6bcf3130 | InvocationID=67761eb0-96f0-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:24:46+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5d392aa0-96f0-11ed-8015-4add6bcf3130 | InvocationID=5d392e92-96f0-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:24:46+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6bf8d5d6-96f0-11ed-8015-4add6bcf3130 | InvocationID=6bf8d860-96f0-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:25:04+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=67761d02-96f0-11ed-8015-4add6bcf3130 | InvocationID=67761eb0-96f0-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T05:25:04+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=766056ac-96f0-11ed-8015-4add6bcf3130 | InvocationID=76605896-96f0-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T05:25:04+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=766056ac-96f0-11ed-8015-4add6bcf3130 | InvocationID=76605896-96f0-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:25:04+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=766056ac-96f0-11ed-8015-4add6bcf3130 | InvocationID=76605896-96f0-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:25:11+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6bf8d5d6-96f0-11ed-8015-4add6bcf3130 | InvocationID=6bf8d860-96f0-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:25:11+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ab82fb8-96f0-11ed-8015-4add6bcf3130 | InvocationID=7ab831c0-96f0-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:25:29+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=766056ac-96f0-11ed-8015-4add6bcf3130 | InvocationID=76605896-96f0-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T05:25:29+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=854aa0dc-96f0-11ed-8015-4add6bcf3130 | InvocationID=854aa28a-96f0-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T05:25:29+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=854aa0dc-96f0-11ed-8015-4add6bcf3130 | InvocationID=854aa28a-96f0-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:25:29+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=854aa0dc-96f0-11ed-8015-4add6bcf3130 | InvocationID=854aa28a-96f0-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:25:36+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7ab82fb8-96f0-11ed-8015-4add6bcf3130 | InvocationID=7ab831c0-96f0-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:25:36+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8978c788-96f0-11ed-8015-4add6bcf3130 | InvocationID=8978ca3a-96f0-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:25:54+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=854aa0dc-96f0-11ed-8015-4add6bcf3130 | InvocationID=854aa28a-96f0-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T05:25:54+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9434f8a4-96f0-11ed-8015-4add6bcf3130 | InvocationID=9434fa52-96f0-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T05:25:54+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9434f8a4-96f0-11ed-8015-4add6bcf3130 | InvocationID=9434fa52-96f0-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:25:54+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9434f8a4-96f0-11ed-8015-4add6bcf3130 | InvocationID=9434fa52-96f0-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:26:00+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8978c788-96f0-11ed-8015-4add6bcf3130 | InvocationID=8978ca3a-96f0-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:26:00+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=983ad00e-96f0-11ed-8015-4add6bcf3130 | InvocationID=983ad1da-96f0-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:26:19+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9434f8a4-96f0-11ed-8015-4add6bcf3130 | InvocationID=9434fa52-96f0-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T05:26:19+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a31f4536-96f0-11ed-8015-4add6bcf3130 | InvocationID=a31f46ee-96f0-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T05:26:19+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a31f4536-96f0-11ed-8015-4add6bcf3130 | InvocationID=a31f46ee-96f0-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:26:19+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a31f4536-96f0-11ed-8015-4add6bcf3130 | InvocationID=a31f46ee-96f0-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:26:25+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=983ad00e-96f0-11ed-8015-4add6bcf3130 | InvocationID=983ad1da-96f0-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:26:25+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a6fa6596-96f0-11ed-8015-4add6bcf3130 | InvocationID=a6fa674e-96f0-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:26:44+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a31f4536-96f0-11ed-8015-4add6bcf3130 | InvocationID=a31f46ee-96f0-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T05:26:44+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b209b518-96f0-11ed-8015-4add6bcf3130 | InvocationID=b209b6bc-96f0-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T05:26:44+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b209b518-96f0-11ed-8015-4add6bcf3130 | InvocationID=b209b6bc-96f0-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:26:44+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b209b518-96f0-11ed-8015-4add6bcf3130 | InvocationID=b209b6bc-96f0-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:26:50+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a6fa6596-96f0-11ed-8015-4add6bcf3130 | InvocationID=a6fa674e-96f0-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:26:50+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b5b99b2e-96f0-11ed-8015-4add6bcf3130 | InvocationID=b5b99ce6-96f0-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:27:09+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b209b518-96f0-11ed-8015-4add6bcf3130 | InvocationID=b209b6bc-96f0-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T05:27:09+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c0f3ed78-96f0-11ed-8015-4add6bcf3130 | InvocationID=c0f3ef76-96f0-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T05:27:09+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c0f3ed78-96f0-11ed-8015-4add6bcf3130 | InvocationID=c0f3ef76-96f0-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:27:09+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c0f3ed78-96f0-11ed-8015-4add6bcf3130 | InvocationID=c0f3ef76-96f0-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:27:15+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b5b99b2e-96f0-11ed-8015-4add6bcf3130 | InvocationID=b5b99ce6-96f0-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:27:15+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c4799560-96f0-11ed-8015-4add6bcf3130 | InvocationID=c4799722-96f0-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:27:34+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c0f3ed78-96f0-11ed-8015-4add6bcf3130 | InvocationID=c0f3ef76-96f0-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T05:27:34+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cfde8dde-96f0-11ed-8015-4add6bcf3130 | InvocationID=cfde8fa0-96f0-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T05:27:34+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cfde8dde-96f0-11ed-8015-4add6bcf3130 | InvocationID=cfde8fa0-96f0-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:27:34+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cfde8dde-96f0-11ed-8015-4add6bcf3130 | InvocationID=cfde8fa0-96f0-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:27:39+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c4799560-96f0-11ed-8015-4add6bcf3130 | InvocationID=c4799722-96f0-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:27:39+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d339dfe2-96f0-11ed-8015-4add6bcf3130 | InvocationID=d339e2da-96f0-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:27:59+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cfde8dde-96f0-11ed-8015-4add6bcf3130 | InvocationID=cfde8fa0-96f0-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T05:27:59+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dec8ded0-96f0-11ed-8015-4add6bcf3130 | InvocationID=dec8e092-96f0-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T05:27:59+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dec8ded0-96f0-11ed-8015-4add6bcf3130 | InvocationID=dec8e092-96f0-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:27:59+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dec8ded0-96f0-11ed-8015-4add6bcf3130 | InvocationID=dec8e092-96f0-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:28:04+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d339dfe2-96f0-11ed-8015-4add6bcf3130 | InvocationID=d339e2da-96f0-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:28:04+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e1f93bfe-96f0-11ed-8015-4add6bcf3130 | InvocationID=e1f93da2-96f0-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:28:24+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dec8ded0-96f0-11ed-8015-4add6bcf3130 | InvocationID=dec8e092-96f0-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T05:28:24+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=edb5a216-96f0-11ed-8015-4add6bcf3130 | InvocationID=edb5a3b0-96f0-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T05:28:24+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=edb5a216-96f0-11ed-8015-4add6bcf3130 | InvocationID=edb5a3b0-96f0-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:28:24+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=edb5a216-96f0-11ed-8015-4add6bcf3130 | InvocationID=edb5a3b0-96f0-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:28:29+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e1f93bfe-96f0-11ed-8015-4add6bcf3130 | InvocationID=e1f93da2-96f0-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:28:29+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f0b899aa-96f0-11ed-8015-4add6bcf3130 | InvocationID=f0b89b58-96f0-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:28:49+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=edb5a216-96f0-11ed-8015-4add6bcf3130 | InvocationID=edb5a3b0-96f0-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T05:28:49+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fca06c16-96f0-11ed-8015-4add6bcf3130 | InvocationID=fca06e5a-96f0-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T05:28:49+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fca06c16-96f0-11ed-8015-4add6bcf3130 | InvocationID=fca06e5a-96f0-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:28:49+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fca06c16-96f0-11ed-8015-4add6bcf3130 | InvocationID=fca06e5a-96f0-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:28:54+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f0b899aa-96f0-11ed-8015-4add6bcf3130 | InvocationID=f0b89b58-96f0-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:28:54+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ff77e716-96f0-11ed-8015-4add6bcf3130 | InvocationID=ff77e982-96f0-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:29:14+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fca06c16-96f0-11ed-8015-4add6bcf3130 | InvocationID=fca06e5a-96f0-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T05:29:14+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0b8ac244-96f1-11ed-8015-4add6bcf3130 | InvocationID=0b8ac3fc-96f1-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T05:29:14+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0b8ac244-96f1-11ed-8015-4add6bcf3130 | InvocationID=0b8ac3fc-96f1-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:29:14+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0b8ac244-96f1-11ed-8015-4add6bcf3130 | InvocationID=0b8ac3fc-96f1-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:29:18+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ff77e716-96f0-11ed-8015-4add6bcf3130 | InvocationID=ff77e982-96f0-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:29:18+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0e36ee0a-96f1-11ed-8015-4add6bcf3130 | InvocationID=0e36f012-96f1-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:29:39+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0b8ac244-96f1-11ed-8015-4add6bcf3130 | InvocationID=0b8ac3fc-96f1-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T05:29:39+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1a7551d4-96f1-11ed-8015-4add6bcf3130 | InvocationID=1a7553be-96f1-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T05:29:39+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1a7551d4-96f1-11ed-8015-4add6bcf3130 | InvocationID=1a7553be-96f1-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:29:39+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1a7551d4-96f1-11ed-8015-4add6bcf3130 | InvocationID=1a7553be-96f1-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:29:43+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0e36ee0a-96f1-11ed-8015-4add6bcf3130 | InvocationID=0e36f012-96f1-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:29:43+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1cf6085e-96f1-11ed-8015-4add6bcf3130 | InvocationID=1cf60a52-96f1-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:30:04+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1a7551d4-96f1-11ed-8015-4add6bcf3130 | InvocationID=1a7553be-96f1-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T05:30:04+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=295fd2b4-96f1-11ed-8015-4add6bcf3130 | InvocationID=295fd4c6-96f1-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T05:30:04+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=295fd2b4-96f1-11ed-8015-4add6bcf3130 | InvocationID=295fd4c6-96f1-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:30:04+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=295fd2b4-96f1-11ed-8015-4add6bcf3130 | InvocationID=295fd4c6-96f1-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:30:08+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1cf6085e-96f1-11ed-8015-4add6bcf3130 | InvocationID=1cf60a52-96f1-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:30:08+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2bb8e62c-96f1-11ed-8015-4add6bcf3130 | InvocationID=2bb8e956-96f1-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:30:29+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=295fd2b4-96f1-11ed-8015-4add6bcf3130 | InvocationID=295fd4c6-96f1-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T05:30:29+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=384a3cce-96f1-11ed-8015-4add6bcf3130 | InvocationID=384a3eae-96f1-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T05:30:29+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=384a3cce-96f1-11ed-8015-4add6bcf3130 | InvocationID=384a3eae-96f1-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:30:29+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=384a3cce-96f1-11ed-8015-4add6bcf3130 | InvocationID=384a3eae-96f1-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:30:33+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2bb8e62c-96f1-11ed-8015-4add6bcf3130 | InvocationID=2bb8e956-96f1-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:30:33+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3a781bba-96f1-11ed-8015-4add6bcf3130 | InvocationID=3a781db8-96f1-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:30:54+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=384a3cce-96f1-11ed-8015-4add6bcf3130 | InvocationID=384a3eae-96f1-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T05:30:54+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4734bcfa-96f1-11ed-8015-4add6bcf3130 | InvocationID=4734bf52-96f1-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T05:30:54+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4734bcfa-96f1-11ed-8015-4add6bcf3130 | InvocationID=4734bf52-96f1-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:30:54+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4734bcfa-96f1-11ed-8015-4add6bcf3130 | InvocationID=4734bf52-96f1-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:30:57+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3a781bba-96f1-11ed-8015-4add6bcf3130 | InvocationID=3a781db8-96f1-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:30:57+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=493bcbe2-96f1-11ed-8015-4add6bcf3130 | InvocationID=493bcd7c-96f1-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:31:19+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4734bcfa-96f1-11ed-8015-4add6bcf3130 | InvocationID=4734bf52-96f1-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T05:31:19+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=56218392-96f1-11ed-8015-4add6bcf3130 | InvocationID=56218630-96f1-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T05:31:19+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=56218392-96f1-11ed-8015-4add6bcf3130 | InvocationID=56218630-96f1-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:31:19+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=56218392-96f1-11ed-8015-4add6bcf3130 | InvocationID=56218630-96f1-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:31:22+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=493bcbe2-96f1-11ed-8015-4add6bcf3130 | InvocationID=493bcd7c-96f1-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:31:22+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=57fca89a-96f1-11ed-8015-4add6bcf3130 | InvocationID=57fcaa48-96f1-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:31:44+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=56218392-96f1-11ed-8015-4add6bcf3130 | InvocationID=56218630-96f1-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T05:31:44+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=650bf05e-96f1-11ed-8015-4add6bcf3130 | InvocationID=650bf3b0-96f1-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T05:31:44+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=650bf05e-96f1-11ed-8015-4add6bcf3130 | InvocationID=650bf3b0-96f1-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:31:44+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=650bf05e-96f1-11ed-8015-4add6bcf3130 | InvocationID=650bf3b0-96f1-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:31:47+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=57fca89a-96f1-11ed-8015-4add6bcf3130 | InvocationID=57fcaa48-96f1-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:31:47+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=66bc593e-96f1-11ed-8015-4add6bcf3130 | InvocationID=66bc5b32-96f1-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:32:09+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=650bf05e-96f1-11ed-8015-4add6bcf3130 | InvocationID=650bf3b0-96f1-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T05:32:09+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=73f6a136-96f1-11ed-8015-4add6bcf3130 | InvocationID=73f6a2da-96f1-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T05:32:09+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=73f6a136-96f1-11ed-8015-4add6bcf3130 | InvocationID=73f6a2da-96f1-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:32:09+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=73f6a136-96f1-11ed-8015-4add6bcf3130 | InvocationID=73f6a2da-96f1-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:32:12+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=66bc593e-96f1-11ed-8015-4add6bcf3130 | InvocationID=66bc5b32-96f1-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:32:12+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=757da86a-96f1-11ed-8015-4add6bcf3130 | InvocationID=757daa54-96f1-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:32:34+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=73f6a136-96f1-11ed-8015-4add6bcf3130 | InvocationID=73f6a2da-96f1-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T05:32:34+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=82e0dcb6-96f1-11ed-8015-4add6bcf3130 | InvocationID=82e0de64-96f1-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T05:32:34+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=82e0dcb6-96f1-11ed-8015-4add6bcf3130 | InvocationID=82e0de64-96f1-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:32:34+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=82e0dcb6-96f1-11ed-8015-4add6bcf3130 | InvocationID=82e0de64-96f1-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:32:36+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=757da86a-96f1-11ed-8015-4add6bcf3130 | InvocationID=757daa54-96f1-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:32:36+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=843d24d4-96f1-11ed-8015-4add6bcf3130 | InvocationID=843d26c8-96f1-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:32:59+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=82e0dcb6-96f1-11ed-8015-4add6bcf3130 | InvocationID=82e0de64-96f1-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T05:32:59+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=91cb7ff6-96f1-11ed-8015-4add6bcf3130 | InvocationID=91cb8230-96f1-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T05:32:59+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=91cb7ff6-96f1-11ed-8015-4add6bcf3130 | InvocationID=91cb8230-96f1-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:32:59+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=91cb7ff6-96f1-11ed-8015-4add6bcf3130 | InvocationID=91cb8230-96f1-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:33:01+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=843d24d4-96f1-11ed-8015-4add6bcf3130 | InvocationID=843d26c8-96f1-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:33:01+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=92fe123a-96f1-11ed-8015-4add6bcf3130 | InvocationID=92fe13e8-96f1-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:33:24+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=91cb7ff6-96f1-11ed-8015-4add6bcf3130 | InvocationID=91cb8230-96f1-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T05:33:24+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a0b64a64-96f1-11ed-8015-4add6bcf3130 | InvocationID=a0b64d0c-96f1-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T05:33:24+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a0b64a64-96f1-11ed-8015-4add6bcf3130 | InvocationID=a0b64d0c-96f1-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:33:24+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a0b64a64-96f1-11ed-8015-4add6bcf3130 | InvocationID=a0b64d0c-96f1-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:33:26+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=92fe123a-96f1-11ed-8015-4add6bcf3130 | InvocationID=92fe13e8-96f1-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:33:26+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a1bcfa02-96f1-11ed-8015-4add6bcf3130 | InvocationID=a1bcfc00-96f1-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:33:49+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a0b64a64-96f1-11ed-8015-4add6bcf3130 | InvocationID=a0b64d0c-96f1-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T05:33:49+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=afa0ea48-96f1-11ed-8015-4add6bcf3130 | InvocationID=afa0ebf6-96f1-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T05:33:49+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=afa0ea48-96f1-11ed-8015-4add6bcf3130 | InvocationID=afa0ebf6-96f1-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:33:49+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=afa0ea48-96f1-11ed-8015-4add6bcf3130 | InvocationID=afa0ebf6-96f1-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:33:51+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a1bcfa02-96f1-11ed-8015-4add6bcf3130 | InvocationID=a1bcfc00-96f1-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:33:51+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b07cc8f6-96f1-11ed-8015-4add6bcf3130 | InvocationID=b07ccac2-96f1-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:34:14+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=afa0ea48-96f1-11ed-8015-4add6bcf3130 | InvocationID=afa0ebf6-96f1-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T05:34:14+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=be8b2e7e-96f1-11ed-8015-4add6bcf3130 | InvocationID=be8b3090-96f1-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T05:34:14+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=be8b2e7e-96f1-11ed-8015-4add6bcf3130 | InvocationID=be8b3090-96f1-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:34:14+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=be8b2e7e-96f1-11ed-8015-4add6bcf3130 | InvocationID=be8b3090-96f1-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:34:15+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b07cc8f6-96f1-11ed-8015-4add6bcf3130 | InvocationID=b07ccac2-96f1-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:34:15+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bf3c47d6-96f1-11ed-8015-4add6bcf3130 | InvocationID=bf3c4af6-96f1-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:34:39+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=be8b2e7e-96f1-11ed-8015-4add6bcf3130 | InvocationID=be8b3090-96f1-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T05:34:39+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cd759faa-96f1-11ed-8015-4add6bcf3130 | InvocationID=cd75a180-96f1-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T05:34:39+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cd759faa-96f1-11ed-8015-4add6bcf3130 | InvocationID=cd75a180-96f1-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:34:39+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cd759faa-96f1-11ed-8015-4add6bcf3130 | InvocationID=cd75a180-96f1-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:34:40+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bf3c47d6-96f1-11ed-8015-4add6bcf3130 | InvocationID=bf3c4af6-96f1-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:34:40+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cdfb9a56-96f1-11ed-8015-4add6bcf3130 | InvocationID=cdfb9c04-96f1-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:35:04+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cd759faa-96f1-11ed-8015-4add6bcf3130 | InvocationID=cd75a180-96f1-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T05:35:04+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dc61e80c-96f1-11ed-8015-4add6bcf3130 | InvocationID=dc61ec30-96f1-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T05:35:04+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dc61e80c-96f1-11ed-8015-4add6bcf3130 | InvocationID=dc61ec30-96f1-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:35:04+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dc61e80c-96f1-11ed-8015-4add6bcf3130 | InvocationID=dc61ec30-96f1-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:35:05+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cdfb9a56-96f1-11ed-8015-4add6bcf3130 | InvocationID=cdfb9c04-96f1-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:35:05+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dcbb214c-96f1-11ed-8015-4add6bcf3130 | InvocationID=dcbb23e0-96f1-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:35:29+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dc61e80c-96f1-11ed-8015-4add6bcf3130 | InvocationID=dc61ec30-96f1-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T05:35:29+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eb4cc4fe-96f1-11ed-8015-4add6bcf3130 | InvocationID=eb4cc80a-96f1-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T05:35:29+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eb4cc4fe-96f1-11ed-8015-4add6bcf3130 | InvocationID=eb4cc80a-96f1-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:35:29+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eb4cc4fe-96f1-11ed-8015-4add6bcf3130 | InvocationID=eb4cc80a-96f1-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:35:30+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dcbb214c-96f1-11ed-8015-4add6bcf3130 | InvocationID=dcbb23e0-96f1-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:35:30+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eb7d4836-96f1-11ed-8015-4add6bcf3130 | InvocationID=eb7d49ee-96f1-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:35:54+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eb4cc4fe-96f1-11ed-8015-4add6bcf3130 | InvocationID=eb4cc80a-96f1-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T05:35:54+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fa395afe-96f1-11ed-8015-4add6bcf3130 | InvocationID=fa395d38-96f1-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T05:35:54+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fa395afe-96f1-11ed-8015-4add6bcf3130 | InvocationID=fa395d38-96f1-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:35:54+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fa395afe-96f1-11ed-8015-4add6bcf3130 | InvocationID=fa395d38-96f1-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:35:54+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=eb7d4836-96f1-11ed-8015-4add6bcf3130 | InvocationID=eb7d49ee-96f1-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:35:54+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fa3fb4b2-96f1-11ed-8015-4add6bcf3130 | InvocationID=fa3fb642-96f1-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:36:19+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fa3fb4b2-96f1-11ed-8015-4add6bcf3130 | InvocationID=fa3fb642-96f1-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:36:19+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0900bf96-96f2-11ed-8015-4add6bcf3130 | InvocationID=0900c14e-96f2-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:36:19+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fa395afe-96f1-11ed-8015-4add6bcf3130 | InvocationID=fa395d38-96f1-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T05:36:19+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=092400b4-96f2-11ed-8015-4add6bcf3130 | InvocationID=092402e4-96f2-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T05:36:19+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=092400b4-96f2-11ed-8015-4add6bcf3130 | InvocationID=092402e4-96f2-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:36:19+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=092400b4-96f2-11ed-8015-4add6bcf3130 | InvocationID=092402e4-96f2-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:36:44+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0900bf96-96f2-11ed-8015-4add6bcf3130 | InvocationID=0900c14e-96f2-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:36:44+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=17c2da32-96f2-11ed-8015-4add6bcf3130 | InvocationID=17c2dce4-96f2-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:36:44+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=092400b4-96f2-11ed-8015-4add6bcf3130 | InvocationID=092402e4-96f2-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T05:36:44+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=180eb966-96f2-11ed-8015-4add6bcf3130 | InvocationID=180ebba0-96f2-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T05:36:44+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=180eb966-96f2-11ed-8015-4add6bcf3130 | InvocationID=180ebba0-96f2-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:36:44+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=180eb966-96f2-11ed-8015-4add6bcf3130 | InvocationID=180ebba0-96f2-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:37:09+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=17c2da32-96f2-11ed-8015-4add6bcf3130 | InvocationID=17c2dce4-96f2-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:37:09+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=26851558-96f2-11ed-8015-4add6bcf3130 | InvocationID=26851710-96f2-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:37:09+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=180eb966-96f2-11ed-8015-4add6bcf3130 | InvocationID=180ebba0-96f2-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T05:37:09+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=26f8da2e-96f2-11ed-8015-4add6bcf3130 | InvocationID=26f8dc7c-96f2-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T05:37:09+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=26f8da2e-96f2-11ed-8015-4add6bcf3130 | InvocationID=26f8dc7c-96f2-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:37:09+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=26f8da2e-96f2-11ed-8015-4add6bcf3130 | InvocationID=26f8dc7c-96f2-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:37:33+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=26851558-96f2-11ed-8015-4add6bcf3130 | InvocationID=26851710-96f2-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:37:33+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=35491698-96f2-11ed-8015-4add6bcf3130 | InvocationID=35491882-96f2-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:37:34+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=26f8da2e-96f2-11ed-8015-4add6bcf3130 | InvocationID=26f8dc7c-96f2-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T05:37:34+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=35e2e73c-96f2-11ed-8015-4add6bcf3130 | InvocationID=35e2e94e-96f2-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T05:37:34+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=35e2e73c-96f2-11ed-8015-4add6bcf3130 | InvocationID=35e2e94e-96f2-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:37:34+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=35e2e73c-96f2-11ed-8015-4add6bcf3130 | InvocationID=35e2e94e-96f2-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:37:58+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=35491698-96f2-11ed-8015-4add6bcf3130 | InvocationID=35491882-96f2-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:37:58+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=440862ec-96f2-11ed-8015-4add6bcf3130 | InvocationID=440864cc-96f2-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:37:59+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=35e2e73c-96f2-11ed-8015-4add6bcf3130 | InvocationID=35e2e94e-96f2-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T05:37:59+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=44cd4788-96f2-11ed-8015-4add6bcf3130 | InvocationID=44cd49d6-96f2-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T05:37:59+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=44cd4788-96f2-11ed-8015-4add6bcf3130 | InvocationID=44cd49d6-96f2-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:37:59+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=44cd4788-96f2-11ed-8015-4add6bcf3130 | InvocationID=44cd49d6-96f2-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:38:23+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=440862ec-96f2-11ed-8015-4add6bcf3130 | InvocationID=440864cc-96f2-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:38:23+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=52c836ea-96f2-11ed-8015-4add6bcf3130 | InvocationID=52c83bd6-96f2-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:38:24+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=44cd4788-96f2-11ed-8015-4add6bcf3130 | InvocationID=44cd49d6-96f2-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T05:38:24+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=53bbdbce-96f2-11ed-8015-4add6bcf3130 | InvocationID=53bbdd68-96f2-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T05:38:24+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=53bbdbce-96f2-11ed-8015-4add6bcf3130 | InvocationID=53bbdd68-96f2-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:38:24+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=53bbdbce-96f2-11ed-8015-4add6bcf3130 | InvocationID=53bbdd68-96f2-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:38:48+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=52c836ea-96f2-11ed-8015-4add6bcf3130 | InvocationID=52c83bd6-96f2-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:38:48+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6187d3ca-96f2-11ed-8015-4add6bcf3130 | InvocationID=6187d6fe-96f2-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:38:49+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=53bbdbce-96f2-11ed-8015-4add6bcf3130 | InvocationID=53bbdd68-96f2-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T05:38:49+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=62a69d2c-96f2-11ed-8015-4add6bcf3130 | InvocationID=62a69ed0-96f2-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T05:38:49+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=62a69d2c-96f2-11ed-8015-4add6bcf3130 | InvocationID=62a69ed0-96f2-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:38:49+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=62a69d2c-96f2-11ed-8015-4add6bcf3130 | InvocationID=62a69ed0-96f2-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:39:12+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6187d3ca-96f2-11ed-8015-4add6bcf3130 | InvocationID=6187d6fe-96f2-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:39:12+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=704754a8-96f2-11ed-8015-4add6bcf3130 | InvocationID=70475660-96f2-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:39:14+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=62a69d2c-96f2-11ed-8015-4add6bcf3130 | InvocationID=62a69ed0-96f2-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T05:39:14+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7190f058-96f2-11ed-8015-4add6bcf3130 | InvocationID=7190f1fc-96f2-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T05:39:15+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7190f058-96f2-11ed-8015-4add6bcf3130 | InvocationID=7190f1fc-96f2-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:39:15+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7190f058-96f2-11ed-8015-4add6bcf3130 | InvocationID=7190f1fc-96f2-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:39:37+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=704754a8-96f2-11ed-8015-4add6bcf3130 | InvocationID=70475660-96f2-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:39:37+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7f0794bc-96f2-11ed-8015-4add6bcf3130 | InvocationID=7f0796ec-96f2-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:39:40+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7190f058-96f2-11ed-8015-4add6bcf3130 | InvocationID=7190f1fc-96f2-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T05:39:40+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=807b3902-96f2-11ed-8015-4add6bcf3130 | InvocationID=807b3a9c-96f2-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T05:39:40+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=807b3902-96f2-11ed-8015-4add6bcf3130 | InvocationID=807b3a9c-96f2-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:39:40+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=807b3902-96f2-11ed-8015-4add6bcf3130 | InvocationID=807b3a9c-96f2-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:40:02+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7f0794bc-96f2-11ed-8015-4add6bcf3130 | InvocationID=7f0796ec-96f2-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:40:02+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8dc76ed2-96f2-11ed-8015-4add6bcf3130 | InvocationID=8dc773e6-96f2-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:40:05+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=807b3902-96f2-11ed-8015-4add6bcf3130 | InvocationID=807b3a9c-96f2-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T05:40:05+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8f654c00-96f2-11ed-8015-4add6bcf3130 | InvocationID=8f654da4-96f2-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T05:40:05+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8f654c00-96f2-11ed-8015-4add6bcf3130 | InvocationID=8f654da4-96f2-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:40:05+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8f654c00-96f2-11ed-8015-4add6bcf3130 | InvocationID=8f654da4-96f2-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:40:27+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8dc76ed2-96f2-11ed-8015-4add6bcf3130 | InvocationID=8dc773e6-96f2-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:40:27+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9c88f206-96f2-11ed-8015-4add6bcf3130 | InvocationID=9c88f59e-96f2-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:40:30+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8f654c00-96f2-11ed-8015-4add6bcf3130 | InvocationID=8f654da4-96f2-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T05:40:30+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9e4fa242-96f2-11ed-8015-4add6bcf3130 | InvocationID=9e4fa454-96f2-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T05:40:30+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9e4fa242-96f2-11ed-8015-4add6bcf3130 | InvocationID=9e4fa454-96f2-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:40:30+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9e4fa242-96f2-11ed-8015-4add6bcf3130 | InvocationID=9e4fa454-96f2-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:40:51+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9c88f206-96f2-11ed-8015-4add6bcf3130 | InvocationID=9c88f59e-96f2-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:40:51+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ab4896de-96f2-11ed-8015-4add6bcf3130 | InvocationID=ab489878-96f2-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:40:55+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9e4fa242-96f2-11ed-8015-4add6bcf3130 | InvocationID=9e4fa454-96f2-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T05:40:55+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ad3a09be-96f2-11ed-8015-4add6bcf3130 | InvocationID=ad3a0bd0-96f2-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T05:40:55+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ad3a09be-96f2-11ed-8015-4add6bcf3130 | InvocationID=ad3a0bd0-96f2-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:40:55+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ad3a09be-96f2-11ed-8015-4add6bcf3130 | InvocationID=ad3a0bd0-96f2-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:41:16+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ab4896de-96f2-11ed-8015-4add6bcf3130 | InvocationID=ab489878-96f2-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:41:16+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ba08950c-96f2-11ed-8015-4add6bcf3130 | InvocationID=ba08971e-96f2-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:41:20+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ad3a09be-96f2-11ed-8015-4add6bcf3130 | InvocationID=ad3a0bd0-96f2-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T05:41:20+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bc242b8a-96f2-11ed-8015-4add6bcf3130 | InvocationID=bc2432b0-96f2-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T05:41:20+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bc242b8a-96f2-11ed-8015-4add6bcf3130 | InvocationID=bc2432b0-96f2-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:41:20+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bc242b8a-96f2-11ed-8015-4add6bcf3130 | InvocationID=bc2432b0-96f2-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:41:41+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ba08950c-96f2-11ed-8015-4add6bcf3130 | InvocationID=ba08971e-96f2-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:41:41+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c8c836f6-96f2-11ed-8015-4add6bcf3130 | InvocationID=c8c83908-96f2-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:41:45+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bc242b8a-96f2-11ed-8015-4add6bcf3130 | InvocationID=bc2432b0-96f2-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T05:41:45+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cb0e9d42-96f2-11ed-8015-4add6bcf3130 | InvocationID=cb0ea026-96f2-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T05:41:45+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cb0e9d42-96f2-11ed-8015-4add6bcf3130 | InvocationID=cb0ea026-96f2-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:41:45+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cb0e9d42-96f2-11ed-8015-4add6bcf3130 | InvocationID=cb0ea026-96f2-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:42:06+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c8c836f6-96f2-11ed-8015-4add6bcf3130 | InvocationID=c8c83908-96f2-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:42:06+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d7881896-96f2-11ed-8015-4add6bcf3130 | InvocationID=d7881a44-96f2-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:42:10+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cb0e9d42-96f2-11ed-8015-4add6bcf3130 | InvocationID=cb0ea026-96f2-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T05:42:10+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d9f919ae-96f2-11ed-8015-4add6bcf3130 | InvocationID=d9f91da0-96f2-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T05:42:10+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d9f919ae-96f2-11ed-8015-4add6bcf3130 | InvocationID=d9f91da0-96f2-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:42:10+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d9f919ae-96f2-11ed-8015-4add6bcf3130 | InvocationID=d9f91da0-96f2-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:42:30+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d7881896-96f2-11ed-8015-4add6bcf3130 | InvocationID=d7881a44-96f2-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:42:30+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e64baed8-96f2-11ed-8015-4add6bcf3130 | InvocationID=e64bb0e0-96f2-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:42:35+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d9f919ae-96f2-11ed-8015-4add6bcf3130 | InvocationID=d9f91da0-96f2-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T05:42:35+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e8e53d94-96f2-11ed-8015-4add6bcf3130 | InvocationID=e8e54014-96f2-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T05:42:35+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e8e53d94-96f2-11ed-8015-4add6bcf3130 | InvocationID=e8e54014-96f2-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:42:35+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e8e53d94-96f2-11ed-8015-4add6bcf3130 | InvocationID=e8e54014-96f2-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:42:55+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e64baed8-96f2-11ed-8015-4add6bcf3130 | InvocationID=e64bb0e0-96f2-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:42:55+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f50bd4e8-96f2-11ed-8015-4add6bcf3130 | InvocationID=f50bd68c-96f2-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:43:00+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e8e53d94-96f2-11ed-8015-4add6bcf3130 | InvocationID=e8e54014-96f2-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T05:43:00+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f7cf6b90-96f2-11ed-8015-4add6bcf3130 | InvocationID=f7cf6d3e-96f2-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T05:43:00+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f7cf6b90-96f2-11ed-8015-4add6bcf3130 | InvocationID=f7cf6d3e-96f2-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:43:00+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f7cf6b90-96f2-11ed-8015-4add6bcf3130 | InvocationID=f7cf6d3e-96f2-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:43:20+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f50bd4e8-96f2-11ed-8015-4add6bcf3130 | InvocationID=f50bd68c-96f2-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:43:20+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=03cbacc4-96f3-11ed-8015-4add6bcf3130 | InvocationID=03cbaeea-96f3-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:43:25+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f7cf6b90-96f2-11ed-8015-4add6bcf3130 | InvocationID=f7cf6d3e-96f2-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T05:43:25+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=06ba011a-96f3-11ed-8015-4add6bcf3130 | InvocationID=06ba02be-96f3-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T05:43:25+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=06ba011a-96f3-11ed-8015-4add6bcf3130 | InvocationID=06ba02be-96f3-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:43:25+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=06ba011a-96f3-11ed-8015-4add6bcf3130 | InvocationID=06ba02be-96f3-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:43:45+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=03cbacc4-96f3-11ed-8015-4add6bcf3130 | InvocationID=03cbaeea-96f3-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:43:45+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=128d652c-96f3-11ed-8015-4add6bcf3130 | InvocationID=128d66c6-96f3-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:43:50+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=06ba011a-96f3-11ed-8015-4add6bcf3130 | InvocationID=06ba02be-96f3-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T05:43:50+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=15a46206-96f3-11ed-8015-4add6bcf3130 | InvocationID=15a463a0-96f3-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T05:43:50+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=15a46206-96f3-11ed-8015-4add6bcf3130 | InvocationID=15a463a0-96f3-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:43:50+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=15a46206-96f3-11ed-8015-4add6bcf3130 | InvocationID=15a463a0-96f3-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:44:09+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=128d652c-96f3-11ed-8015-4add6bcf3130 | InvocationID=128d66c6-96f3-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:44:09+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=214d0ab8-96f3-11ed-8015-4add6bcf3130 | InvocationID=214d0c48-96f3-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:44:15+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=15a46206-96f3-11ed-8015-4add6bcf3130 | InvocationID=15a463a0-96f3-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T05:44:15+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=248ee5de-96f3-11ed-8015-4add6bcf3130 | InvocationID=248ee778-96f3-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T05:44:15+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=248ee5de-96f3-11ed-8015-4add6bcf3130 | InvocationID=248ee778-96f3-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:44:15+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=248ee5de-96f3-11ed-8015-4add6bcf3130 | InvocationID=248ee778-96f3-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:44:34+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=214d0ab8-96f3-11ed-8015-4add6bcf3130 | InvocationID=214d0c48-96f3-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:44:34+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=300de8e2-96f3-11ed-8015-4add6bcf3130 | InvocationID=300dea90-96f3-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:44:40+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=248ee5de-96f3-11ed-8015-4add6bcf3130 | InvocationID=248ee778-96f3-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T05:44:40+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=337947ba-96f3-11ed-8015-4add6bcf3130 | InvocationID=3379495e-96f3-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T05:44:40+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=337947ba-96f3-11ed-8015-4add6bcf3130 | InvocationID=3379495e-96f3-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:44:40+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=337947ba-96f3-11ed-8015-4add6bcf3130 | InvocationID=3379495e-96f3-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:44:59+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=300de8e2-96f3-11ed-8015-4add6bcf3130 | InvocationID=300dea90-96f3-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:44:59+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3ed0f806-96f3-11ed-8015-4add6bcf3130 | InvocationID=3ed0f9dc-96f3-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:45:05+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=337947ba-96f3-11ed-8015-4add6bcf3130 | InvocationID=3379495e-96f3-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T05:45:05+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4263e6a4-96f3-11ed-8015-4add6bcf3130 | InvocationID=4263e9ba-96f3-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T05:45:05+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4263e6a4-96f3-11ed-8015-4add6bcf3130 | InvocationID=4263e9ba-96f3-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:45:05+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4263e6a4-96f3-11ed-8015-4add6bcf3130 | InvocationID=4263e9ba-96f3-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:45:24+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3ed0f806-96f3-11ed-8015-4add6bcf3130 | InvocationID=3ed0f9dc-96f3-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:45:24+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4d9074ac-96f3-11ed-8015-4add6bcf3130 | InvocationID=4d907650-96f3-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:45:30+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4263e6a4-96f3-11ed-8015-4add6bcf3130 | InvocationID=4263e9ba-96f3-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T05:45:30+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=514e84da-96f3-11ed-8015-4add6bcf3130 | InvocationID=514e867e-96f3-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T05:45:30+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=514e84da-96f3-11ed-8015-4add6bcf3130 | InvocationID=514e867e-96f3-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:45:30+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=514e84da-96f3-11ed-8015-4add6bcf3130 | InvocationID=514e867e-96f3-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:45:48+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4d9074ac-96f3-11ed-8015-4add6bcf3130 | InvocationID=4d907650-96f3-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:45:48+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c507e6a-96f3-11ed-8015-4add6bcf3130 | InvocationID=5c508086-96f3-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:45:55+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=514e84da-96f3-11ed-8015-4add6bcf3130 | InvocationID=514e867e-96f3-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T05:45:55+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=60391906-96f3-11ed-8015-4add6bcf3130 | InvocationID=60391af0-96f3-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T05:45:55+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=60391906-96f3-11ed-8015-4add6bcf3130 | InvocationID=60391af0-96f3-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:45:55+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=60391906-96f3-11ed-8015-4add6bcf3130 | InvocationID=60391af0-96f3-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:46:13+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5c507e6a-96f3-11ed-8015-4add6bcf3130 | InvocationID=5c508086-96f3-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:46:13+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6b10cf40-96f3-11ed-8015-4add6bcf3130 | InvocationID=6b10d21a-96f3-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:46:20+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=60391906-96f3-11ed-8015-4add6bcf3130 | InvocationID=60391af0-96f3-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T05:46:20+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6f2350f8-96f3-11ed-8015-4add6bcf3130 | InvocationID=6f235328-96f3-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T05:46:20+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6f2350f8-96f3-11ed-8015-4add6bcf3130 | InvocationID=6f235328-96f3-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:46:20+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6f2350f8-96f3-11ed-8015-4add6bcf3130 | InvocationID=6f235328-96f3-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:46:38+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6b10cf40-96f3-11ed-8015-4add6bcf3130 | InvocationID=6b10d21a-96f3-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:46:38+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=79d1a0c2-96f3-11ed-8015-4add6bcf3130 | InvocationID=79d1a3a6-96f3-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:46:45+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6f2350f8-96f3-11ed-8015-4add6bcf3130 | InvocationID=6f235328-96f3-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T05:46:45+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7e0d998e-96f3-11ed-8015-4add6bcf3130 | InvocationID=7e0d9bc8-96f3-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T05:46:45+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7e0d998e-96f3-11ed-8015-4add6bcf3130 | InvocationID=7e0d9bc8-96f3-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:46:45+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7e0d998e-96f3-11ed-8015-4add6bcf3130 | InvocationID=7e0d9bc8-96f3-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:47:03+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=79d1a0c2-96f3-11ed-8015-4add6bcf3130 | InvocationID=79d1a3a6-96f3-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:47:03+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=88937518-96f3-11ed-8015-4add6bcf3130 | InvocationID=88937748-96f3-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:47:10+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7e0d998e-96f3-11ed-8015-4add6bcf3130 | InvocationID=7e0d9bc8-96f3-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T05:47:10+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8cf97d78-96f3-11ed-8015-4add6bcf3130 | InvocationID=8cf97f1c-96f3-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T05:47:10+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8cf97d78-96f3-11ed-8015-4add6bcf3130 | InvocationID=8cf97f1c-96f3-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:47:10+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8cf97d78-96f3-11ed-8015-4add6bcf3130 | InvocationID=8cf97f1c-96f3-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:47:27+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=88937518-96f3-11ed-8015-4add6bcf3130 | InvocationID=88937748-96f3-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:47:27+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=975309a6-96f3-11ed-8015-4add6bcf3130 | InvocationID=97530bf4-96f3-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:47:35+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8cf97d78-96f3-11ed-8015-4add6bcf3130 | InvocationID=8cf97f1c-96f3-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T05:47:35+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9be40c36-96f3-11ed-8015-4add6bcf3130 | InvocationID=9be40de4-96f3-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T05:47:35+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9be40c36-96f3-11ed-8015-4add6bcf3130 | InvocationID=9be40de4-96f3-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:47:35+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9be40c36-96f3-11ed-8015-4add6bcf3130 | InvocationID=9be40de4-96f3-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:47:52+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=975309a6-96f3-11ed-8015-4add6bcf3130 | InvocationID=97530bf4-96f3-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:47:52+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a611f3e4-96f3-11ed-8015-4add6bcf3130 | InvocationID=a611f5f6-96f3-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:48:00+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9be40c36-96f3-11ed-8015-4add6bcf3130 | InvocationID=9be40de4-96f3-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T05:48:00+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aacea7a6-96f3-11ed-8015-4add6bcf3130 | InvocationID=aacea936-96f3-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T05:48:00+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aacea7a6-96f3-11ed-8015-4add6bcf3130 | InvocationID=aacea936-96f3-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:48:00+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aacea7a6-96f3-11ed-8015-4add6bcf3130 | InvocationID=aacea936-96f3-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:48:17+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a611f3e4-96f3-11ed-8015-4add6bcf3130 | InvocationID=a611f5f6-96f3-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:48:17+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b4d242ee-96f3-11ed-8015-4add6bcf3130 | InvocationID=b4d244a6-96f3-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:48:25+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aacea7a6-96f3-11ed-8015-4add6bcf3130 | InvocationID=aacea936-96f3-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T05:48:25+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b9bbc44c-96f3-11ed-8015-4add6bcf3130 | InvocationID=b9bbc6ae-96f3-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T05:48:25+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b9bbc44c-96f3-11ed-8015-4add6bcf3130 | InvocationID=b9bbc6ae-96f3-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:48:25+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b9bbc44c-96f3-11ed-8015-4add6bcf3130 | InvocationID=b9bbc6ae-96f3-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:48:42+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b4d242ee-96f3-11ed-8015-4add6bcf3130 | InvocationID=b4d244a6-96f3-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:48:42+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c39313d0-96f3-11ed-8015-4add6bcf3130 | InvocationID=c3931a60-96f3-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:48:50+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b9bbc44c-96f3-11ed-8015-4add6bcf3130 | InvocationID=b9bbc6ae-96f3-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T05:48:50+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c8a6b1ec-96f3-11ed-8015-4add6bcf3130 | InvocationID=c8a6b3cc-96f3-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T05:48:50+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c8a6b1ec-96f3-11ed-8015-4add6bcf3130 | InvocationID=c8a6b3cc-96f3-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:48:50+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c8a6b1ec-96f3-11ed-8015-4add6bcf3130 | InvocationID=c8a6b3cc-96f3-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:49:06+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c39313d0-96f3-11ed-8015-4add6bcf3130 | InvocationID=c3931a60-96f3-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:49:06+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d253557e-96f3-11ed-8015-4add6bcf3130 | InvocationID=d253577c-96f3-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:49:15+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c8a6b1ec-96f3-11ed-8015-4add6bcf3130 | InvocationID=c8a6b3cc-96f3-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T05:49:15+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d7955cb2-96f3-11ed-8015-4add6bcf3130 | InvocationID=d7955eb0-96f3-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T05:49:15+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d7955cb2-96f3-11ed-8015-4add6bcf3130 | InvocationID=d7955eb0-96f3-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:49:15+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d7955cb2-96f3-11ed-8015-4add6bcf3130 | InvocationID=d7955eb0-96f3-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:49:31+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d253557e-96f3-11ed-8015-4add6bcf3130 | InvocationID=d253577c-96f3-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:49:31+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e112ec50-96f3-11ed-8015-4add6bcf3130 | InvocationID=e112ee62-96f3-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:49:40+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d7955cb2-96f3-11ed-8015-4add6bcf3130 | InvocationID=d7955eb0-96f3-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T05:49:40+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e681d94e-96f3-11ed-8015-4add6bcf3130 | InvocationID=e681dae8-96f3-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T05:49:40+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e681d94e-96f3-11ed-8015-4add6bcf3130 | InvocationID=e681dae8-96f3-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:49:40+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e681d94e-96f3-11ed-8015-4add6bcf3130 | InvocationID=e681dae8-96f3-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:49:56+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e112ec50-96f3-11ed-8015-4add6bcf3130 | InvocationID=e112ee62-96f3-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:49:56+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=efd2e178-96f3-11ed-8015-4add6bcf3130 | InvocationID=efd2e3e4-96f3-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:50:05+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e681d94e-96f3-11ed-8015-4add6bcf3130 | InvocationID=e681dae8-96f3-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T05:50:05+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f56c3b5c-96f3-11ed-8015-4add6bcf3130 | InvocationID=f56c3cf6-96f3-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T05:50:05+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f56c3b5c-96f3-11ed-8015-4add6bcf3130 | InvocationID=f56c3cf6-96f3-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:50:05+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f56c3b5c-96f3-11ed-8015-4add6bcf3130 | InvocationID=f56c3cf6-96f3-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:50:21+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=efd2e178-96f3-11ed-8015-4add6bcf3130 | InvocationID=efd2e3e4-96f3-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:50:21+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fe92b166-96f3-11ed-8015-4add6bcf3130 | InvocationID=fe92b35a-96f3-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:50:30+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f56c3b5c-96f3-11ed-8015-4add6bcf3130 | InvocationID=f56c3cf6-96f3-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T05:50:30+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0456a882-96f4-11ed-8015-4add6bcf3130 | InvocationID=0456aa30-96f4-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T05:50:30+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0456a882-96f4-11ed-8015-4add6bcf3130 | InvocationID=0456aa30-96f4-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:50:30+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0456a882-96f4-11ed-8015-4add6bcf3130 | InvocationID=0456aa30-96f4-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:50:45+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fe92b166-96f3-11ed-8015-4add6bcf3130 | InvocationID=fe92b35a-96f3-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:50:45+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0d5220b0-96f4-11ed-8015-4add6bcf3130 | InvocationID=0d52231c-96f4-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:50:55+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0456a882-96f4-11ed-8015-4add6bcf3130 | InvocationID=0456aa30-96f4-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T05:50:55+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=13413060-96f4-11ed-8015-4add6bcf3130 | InvocationID=13413222-96f4-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T05:50:55+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=13413060-96f4-11ed-8015-4add6bcf3130 | InvocationID=13413222-96f4-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:50:55+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=13413060-96f4-11ed-8015-4add6bcf3130 | InvocationID=13413222-96f4-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:51:10+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0d5220b0-96f4-11ed-8015-4add6bcf3130 | InvocationID=0d52231c-96f4-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:51:10+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1c12ffe8-96f4-11ed-8015-4add6bcf3130 | InvocationID=1c1302ae-96f4-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:51:20+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=13413060-96f4-11ed-8015-4add6bcf3130 | InvocationID=13413222-96f4-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T05:51:20+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=222c2472-96f4-11ed-8015-4add6bcf3130 | InvocationID=222c276a-96f4-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T05:51:20+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=222c2472-96f4-11ed-8015-4add6bcf3130 | InvocationID=222c276a-96f4-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:51:20+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=222c2472-96f4-11ed-8015-4add6bcf3130 | InvocationID=222c276a-96f4-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:51:35+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1c12ffe8-96f4-11ed-8015-4add6bcf3130 | InvocationID=1c1302ae-96f4-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:51:35+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ad26028-96f4-11ed-8015-4add6bcf3130 | InvocationID=2ad261d6-96f4-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:51:45+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=222c2472-96f4-11ed-8015-4add6bcf3130 | InvocationID=222c276a-96f4-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T05:51:45+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=311727f2-96f4-11ed-8015-4add6bcf3130 | InvocationID=31172978-96f4-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T05:51:45+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=311727f2-96f4-11ed-8015-4add6bcf3130 | InvocationID=31172978-96f4-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:51:45+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=311727f2-96f4-11ed-8015-4add6bcf3130 | InvocationID=31172978-96f4-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:52:00+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2ad26028-96f4-11ed-8015-4add6bcf3130 | InvocationID=2ad261d6-96f4-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:52:00+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=39924aec-96f4-11ed-8015-4add6bcf3130 | InvocationID=39924f74-96f4-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:52:10+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=311727f2-96f4-11ed-8015-4add6bcf3130 | InvocationID=31172978-96f4-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T05:52:10+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4001bd68-96f4-11ed-8015-4add6bcf3130 | InvocationID=4001bf70-96f4-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T05:52:10+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4001bd68-96f4-11ed-8015-4add6bcf3130 | InvocationID=4001bf70-96f4-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:52:10+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4001bd68-96f4-11ed-8015-4add6bcf3130 | InvocationID=4001bf70-96f4-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:52:24+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=39924aec-96f4-11ed-8015-4add6bcf3130 | InvocationID=39924f74-96f4-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:52:24+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4852a90a-96f4-11ed-8015-4add6bcf3130 | InvocationID=4852aaea-96f4-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:52:35+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4001bd68-96f4-11ed-8015-4add6bcf3130 | InvocationID=4001bf70-96f4-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T05:52:35+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4eec890c-96f4-11ed-8015-4add6bcf3130 | InvocationID=4eec8bdc-96f4-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T05:52:35+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4eec890c-96f4-11ed-8015-4add6bcf3130 | InvocationID=4eec8bdc-96f4-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:52:35+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4eec890c-96f4-11ed-8015-4add6bcf3130 | InvocationID=4eec8bdc-96f4-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:52:49+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4852a90a-96f4-11ed-8015-4add6bcf3130 | InvocationID=4852aaea-96f4-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:52:49+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5713cb72-96f4-11ed-8015-4add6bcf3130 | InvocationID=5713cd70-96f4-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:53:00+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4eec890c-96f4-11ed-8015-4add6bcf3130 | InvocationID=4eec8bdc-96f4-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T05:53:00+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5dd739ee-96f4-11ed-8015-4add6bcf3130 | InvocationID=5dd73ea8-96f4-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T05:53:00+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5dd739ee-96f4-11ed-8015-4add6bcf3130 | InvocationID=5dd73ea8-96f4-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:53:00+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5dd739ee-96f4-11ed-8015-4add6bcf3130 | InvocationID=5dd73ea8-96f4-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:53:14+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5713cb72-96f4-11ed-8015-4add6bcf3130 | InvocationID=5713cd70-96f4-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:53:14+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=65d61c3c-96f4-11ed-8015-4add6bcf3130 | InvocationID=65d61dea-96f4-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:53:25+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5dd739ee-96f4-11ed-8015-4add6bcf3130 | InvocationID=5dd73ea8-96f4-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T05:53:25+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6cc2246e-96f4-11ed-8015-4add6bcf3130 | InvocationID=6cc22748-96f4-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T05:53:25+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6cc2246e-96f4-11ed-8015-4add6bcf3130 | InvocationID=6cc22748-96f4-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:53:25+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6cc2246e-96f4-11ed-8015-4add6bcf3130 | InvocationID=6cc22748-96f4-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:53:39+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=65d61c3c-96f4-11ed-8015-4add6bcf3130 | InvocationID=65d61dea-96f4-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:53:39+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=74956638-96f4-11ed-8015-4add6bcf3130 | InvocationID=749567b4-96f4-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:53:50+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6cc2246e-96f4-11ed-8015-4add6bcf3130 | InvocationID=6cc22748-96f4-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T05:53:50+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7bac9248-96f4-11ed-8015-4add6bcf3130 | InvocationID=7bac93f6-96f4-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T05:53:50+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7bac9248-96f4-11ed-8015-4add6bcf3130 | InvocationID=7bac93f6-96f4-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:53:50+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7bac9248-96f4-11ed-8015-4add6bcf3130 | InvocationID=7bac93f6-96f4-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:54:03+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=74956638-96f4-11ed-8015-4add6bcf3130 | InvocationID=749567b4-96f4-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:54:03+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8355f278-96f4-11ed-8015-4add6bcf3130 | InvocationID=8355f50c-96f4-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:54:15+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7bac9248-96f4-11ed-8015-4add6bcf3130 | InvocationID=7bac93f6-96f4-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T05:54:15+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8a97160c-96f4-11ed-8015-4add6bcf3130 | InvocationID=8a9717e2-96f4-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T05:54:15+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8a97160c-96f4-11ed-8015-4add6bcf3130 | InvocationID=8a9717e2-96f4-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:54:15+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8a97160c-96f4-11ed-8015-4add6bcf3130 | InvocationID=8a9717e2-96f4-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:54:28+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8355f278-96f4-11ed-8015-4add6bcf3130 | InvocationID=8355f50c-96f4-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:54:28+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9215984a-96f4-11ed-8015-4add6bcf3130 | InvocationID=921599f8-96f4-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:54:40+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8a97160c-96f4-11ed-8015-4add6bcf3130 | InvocationID=8a9717e2-96f4-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T05:54:40+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=99817a18-96f4-11ed-8015-4add6bcf3130 | InvocationID=99817c7a-96f4-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T05:54:41+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=99817a18-96f4-11ed-8015-4add6bcf3130 | InvocationID=99817c7a-96f4-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:54:41+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=99817a18-96f4-11ed-8015-4add6bcf3130 | InvocationID=99817c7a-96f4-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:54:53+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9215984a-96f4-11ed-8015-4add6bcf3130 | InvocationID=921599f8-96f4-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:54:53+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a0d55fc8-96f4-11ed-8015-4add6bcf3130 | InvocationID=a0d56202-96f4-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:55:06+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=99817a18-96f4-11ed-8015-4add6bcf3130 | InvocationID=99817c7a-96f4-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T05:55:06+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a86bd172-96f4-11ed-8015-4add6bcf3130 | InvocationID=a86bd546-96f4-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T05:55:06+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a86bd172-96f4-11ed-8015-4add6bcf3130 | InvocationID=a86bd546-96f4-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:55:06+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a86bd172-96f4-11ed-8015-4add6bcf3130 | InvocationID=a86bd546-96f4-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:55:18+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a0d55fc8-96f4-11ed-8015-4add6bcf3130 | InvocationID=a0d56202-96f4-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:55:18+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=af951526-96f4-11ed-8015-4add6bcf3130 | InvocationID=af95177e-96f4-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-18T05:55:31+0000 | policy_event_thread | 140433486261024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a86bd172-96f4-11ed-8015-4add6bcf3130 | InvocationID=a86bd546-96f4-11ed-8015-4add6bcf3130 | Polling MR for XNF activation/deactivation policy response events.
2023-01-18T05:55:31+0000 | policy_event_thread | 140433486261024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b756458c-96f4-11ed-8015-4add6bcf3130 | InvocationID=b7564848-96f4-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-18T05:55:31+0000 | policy_event_thread | 140433486261024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b756458c-96f4-11ed-8015-4add6bcf3130 | InvocationID=b7564848-96f4-11ed-8015-4add6bcf3130 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:55:31+0000 | policy_event_thread | 140433486261024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b756458c-96f4-11ed-8015-4add6bcf3130 | InvocationID=b7564848-96f4-11ed-8015-4add6bcf3130 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-18T05:55:42+0000 | aai_event_thread | 140433485200160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=af951526-96f4-11ed-8015-4add6bcf3130 | InvocationID=af95177e-96f4-11ed-8015-4add6bcf3130 | Polling MR for XNF AAI events.
2023-01-18T05:55:42+0000 | aai_event_thread | 140433485200160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=be5643fa-96f4-11ed-8015-4add6bcf3130 | InvocationID=be564594-96f4-11ed-8015-4add6bcf3130 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT