Results

By type

          /opt/lib/python3.9/site-packages/onaplogging/logWatchDog.py:29: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
  return yaml.load(f.read())
2022-11-25T04:51:48+0000 | MainThread | 140276793740616 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Attempting to fetch PMSH Configuration from CBS.
2022-11-25T04:51:48+0000 | MainThread | 140276793740616 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Successfully fetched PMSH config from CBS: {'config': {'aaf_identity': 'dcae@dcae.onap.org', 'aaf_password': 'demo123456!', 'ca_cert_path': '/opt/app/pmsh/etc/certs/cacert.pem', 'cert_path': '/opt/app/pmsh/etc/certs/cert.pem', 'control_loop_name': 'pmsh-control-loop', 'enable_tls': False, 'key_path': '/opt/app/pmsh/etc/certs/key.pem', 'operational_policy_name': 'pmsh-operational-policy', 'pmsh_policy': {'subscription': {'administrativeState': 'LOCKED', 'fileBasedGP': 15, 'fileLocation': '/pm/pm.xml', 'measurementGroups': [{'measurementGroup': {'managedObjectDNsBasic': [{'DN': 'dna'}, {'DN': 'dnb'}], 'measurementTypes': [{'measurementType': 'countera'}, {'measurementType': 'counterb'}]}}, {'measurementGroup': {'managedObjectDNsBasic': [{'DN': 'dnc'}, {'DN': 'dnd'}], 'measurementTypes': [{'measurementType': 'counterc'}, {'measurementType': 'counterd'}]}}], 'nfFilter': {'modelInvariantIDs': [], 'modelNames': [], 'modelVersionIDs': [], 'nfNames': ['^pnf.*', '^vnf.*']}, 'subscriptionName': 'ExtraPM-All-gNB-R2B'}}, 'streams_publishes': {'policy_pm_publisher': {'dmaap_info': {'topic_url': 'http://message-router:3904/events/unauthenticated.DCAE_CL_OUTPUT'}, 'type': 'message_router'}}, 'streams_subscribes': {'aai_subscriber': {'dmaap_info': {'topic_url': 'http://message-router:3904/events/AAI-EVENT'}, 'type': 'message_router'}, 'policy_pm_subscriber': {'dmaap_info': {'topic_url': 'http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT'}, 'type': 'message_router'}}}}
2022-11-25T04:51:48+0000 | MainThread | 140276793740616 | INFO | pmsh_service_main | main | ServiceName= | RequestID= | InvocationID= | Start polling PMSH_CL_INPUT topic on DMaaP MR.
2022-11-25T04:51:48+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T04:51:48+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF AAI events.
2022-11-25T04:51:48+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dedd57b4-6c7c-11ed-a27d-2e1b2d5eb196 | InvocationID=dedd5a3e-6c7c-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T04:51:48+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dedd8a54-6c7c-11ed-a27d-2e1b2d5eb196 | InvocationID=dedd8ba8-6c7c-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T04:51:49+0000 | MainThread | 140276793740616 | INFO | __init__ | launch_api_server | ServiceName= | RequestID= | InvocationID= | Launching unsecure http API server
2022-11-25T04:51:49+0000 | aai_event_thread | 140276742986528 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dedd8a54-6c7c-11ed-a27d-2e1b2d5eb196 | InvocationID=dedd8ba8-6c7c-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-25T04:51:49+0000 | aai_event_thread | 140276742986528 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dedd8a54-6c7c-11ed-a27d-2e1b2d5eb196 | InvocationID=dedd8ba8-6c7c-11ed-a27d-2e1b2d5eb196 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-25T04:51:49+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dedd57b4-6c7c-11ed-a27d-2e1b2d5eb196 | InvocationID=dedd5a3e-6c7c-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T04:51:49+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dedd57b4-6c7c-11ed-a27d-2e1b2d5eb196 | InvocationID=dedd5a3e-6c7c-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T04:52:09+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dedd8a54-6c7c-11ed-a27d-2e1b2d5eb196 | InvocationID=dedd8ba8-6c7c-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T04:52:09+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eb377a1c-6c7c-11ed-a27d-2e1b2d5eb196 | InvocationID=eb37816a-6c7c-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T04:52:09+0000 | aai_event_thread | 140276742986528 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eb377a1c-6c7c-11ed-a27d-2e1b2d5eb196 | InvocationID=eb37816a-6c7c-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-25T04:52:09+0000 | aai_event_thread | 140276742986528 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=eb377a1c-6c7c-11ed-a27d-2e1b2d5eb196 | InvocationID=eb37816a-6c7c-11ed-a27d-2e1b2d5eb196 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-25T04:52:14+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dedd57b4-6c7c-11ed-a27d-2e1b2d5eb196 | InvocationID=dedd5a3e-6c7c-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T04:52:14+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ee33c090-6c7c-11ed-a27d-2e1b2d5eb196 | InvocationID=ee33c31a-6c7c-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T04:52:14+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ee33c090-6c7c-11ed-a27d-2e1b2d5eb196 | InvocationID=ee33c31a-6c7c-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T04:52:14+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ee33c090-6c7c-11ed-a27d-2e1b2d5eb196 | InvocationID=ee33c31a-6c7c-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T04:52:29+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=eb377a1c-6c7c-11ed-a27d-2e1b2d5eb196 | InvocationID=eb37816a-6c7c-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T04:52:29+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f733dffe-6c7c-11ed-a27d-2e1b2d5eb196 | InvocationID=f733e29c-6c7c-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T04:52:29+0000 | aai_event_thread | 140276742986528 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f733dffe-6c7c-11ed-a27d-2e1b2d5eb196 | InvocationID=f733e29c-6c7c-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-25T04:52:29+0000 | aai_event_thread | 140276742986528 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f733dffe-6c7c-11ed-a27d-2e1b2d5eb196 | InvocationID=f733e29c-6c7c-11ed-a27d-2e1b2d5eb196 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-25T04:52:39+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ee33c090-6c7c-11ed-a27d-2e1b2d5eb196 | InvocationID=ee33c31a-6c7c-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T04:52:39+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fd21dede-6c7c-11ed-a27d-2e1b2d5eb196 | InvocationID=fd21e172-6c7c-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T04:52:39+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fd21dede-6c7c-11ed-a27d-2e1b2d5eb196 | InvocationID=fd21e172-6c7c-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T04:52:39+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fd21dede-6c7c-11ed-a27d-2e1b2d5eb196 | InvocationID=fd21e172-6c7c-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T04:52:49+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f733dffe-6c7c-11ed-a27d-2e1b2d5eb196 | InvocationID=f733e29c-6c7c-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T04:52:49+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0327bd26-6c7d-11ed-a27d-2e1b2d5eb196 | InvocationID=0327bf74-6c7d-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T04:52:49+0000 | aai_event_thread | 140276742986528 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0327bd26-6c7d-11ed-a27d-2e1b2d5eb196 | InvocationID=0327bf74-6c7d-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-25T04:52:49+0000 | aai_event_thread | 140276742986528 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0327bd26-6c7d-11ed-a27d-2e1b2d5eb196 | InvocationID=0327bf74-6c7d-11ed-a27d-2e1b2d5eb196 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-25T04:53:04+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fd21dede-6c7c-11ed-a27d-2e1b2d5eb196 | InvocationID=fd21e172-6c7c-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T04:53:04+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0c130d96-6c7d-11ed-a27d-2e1b2d5eb196 | InvocationID=0c13125a-6c7d-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T04:53:04+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0c130d96-6c7d-11ed-a27d-2e1b2d5eb196 | InvocationID=0c13125a-6c7d-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T04:53:04+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0c130d96-6c7d-11ed-a27d-2e1b2d5eb196 | InvocationID=0c13125a-6c7d-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T04:53:09+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0327bd26-6c7d-11ed-a27d-2e1b2d5eb196 | InvocationID=0327bf74-6c7d-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T04:53:09+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0f19b9fe-6c7d-11ed-a27d-2e1b2d5eb196 | InvocationID=0f19bcd8-6c7d-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T04:53:09+0000 | aai_event_thread | 140276742986528 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0f19b9fe-6c7d-11ed-a27d-2e1b2d5eb196 | InvocationID=0f19bcd8-6c7d-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-25T04:53:09+0000 | aai_event_thread | 140276742986528 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0f19b9fe-6c7d-11ed-a27d-2e1b2d5eb196 | InvocationID=0f19bcd8-6c7d-11ed-a27d-2e1b2d5eb196 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-25T04:53:29+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0c130d96-6c7d-11ed-a27d-2e1b2d5eb196 | InvocationID=0c13125a-6c7d-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T04:53:29+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1affa4e0-6c7d-11ed-a27d-2e1b2d5eb196 | InvocationID=1affa74c-6c7d-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T04:53:29+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1affa4e0-6c7d-11ed-a27d-2e1b2d5eb196 | InvocationID=1affa74c-6c7d-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T04:53:29+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1affa4e0-6c7d-11ed-a27d-2e1b2d5eb196 | InvocationID=1affa74c-6c7d-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T04:53:29+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0f19b9fe-6c7d-11ed-a27d-2e1b2d5eb196 | InvocationID=0f19bcd8-6c7d-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T04:53:29+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1b0d70f2-6c7d-11ed-a27d-2e1b2d5eb196 | InvocationID=1b0d7390-6c7d-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T04:53:29+0000 | aai_event_thread | 140276742986528 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1b0d70f2-6c7d-11ed-a27d-2e1b2d5eb196 | InvocationID=1b0d7390-6c7d-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-25T04:53:29+0000 | aai_event_thread | 140276742986528 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1b0d70f2-6c7d-11ed-a27d-2e1b2d5eb196 | InvocationID=1b0d7390-6c7d-11ed-a27d-2e1b2d5eb196 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-25T04:53:49+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1b0d70f2-6c7d-11ed-a27d-2e1b2d5eb196 | InvocationID=1b0d7390-6c7d-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T04:53:49+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=270086e2-6c7d-11ed-a27d-2e1b2d5eb196 | InvocationID=27008958-6c7d-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T04:53:49+0000 | aai_event_thread | 140276742986528 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=270086e2-6c7d-11ed-a27d-2e1b2d5eb196 | InvocationID=27008958-6c7d-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-25T04:53:49+0000 | aai_event_thread | 140276742986528 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=270086e2-6c7d-11ed-a27d-2e1b2d5eb196 | InvocationID=27008958-6c7d-11ed-a27d-2e1b2d5eb196 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-25T04:53:54+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1affa4e0-6c7d-11ed-a27d-2e1b2d5eb196 | InvocationID=1affa74c-6c7d-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T04:53:54+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=29ed7a22-6c7d-11ed-a27d-2e1b2d5eb196 | InvocationID=29ed7cde-6c7d-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T04:53:54+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=29ed7a22-6c7d-11ed-a27d-2e1b2d5eb196 | InvocationID=29ed7cde-6c7d-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T04:53:54+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=29ed7a22-6c7d-11ed-a27d-2e1b2d5eb196 | InvocationID=29ed7cde-6c7d-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T04:54:10+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=270086e2-6c7d-11ed-a27d-2e1b2d5eb196 | InvocationID=27008958-6c7d-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T04:54:10+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=32f6cede-6c7d-11ed-a27d-2e1b2d5eb196 | InvocationID=32f6d5dc-6c7d-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T04:54:10+0000 | aai_event_thread | 140276742986528 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=32f6cede-6c7d-11ed-a27d-2e1b2d5eb196 | InvocationID=32f6d5dc-6c7d-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-25T04:54:10+0000 | aai_event_thread | 140276742986528 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=32f6cede-6c7d-11ed-a27d-2e1b2d5eb196 | InvocationID=32f6d5dc-6c7d-11ed-a27d-2e1b2d5eb196 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-25T04:54:19+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=29ed7a22-6c7d-11ed-a27d-2e1b2d5eb196 | InvocationID=29ed7cde-6c7d-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T04:54:19+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=38da9f4c-6c7d-11ed-a27d-2e1b2d5eb196 | InvocationID=38daa258-6c7d-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T04:54:19+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=38da9f4c-6c7d-11ed-a27d-2e1b2d5eb196 | InvocationID=38daa258-6c7d-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T04:54:19+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=38da9f4c-6c7d-11ed-a27d-2e1b2d5eb196 | InvocationID=38daa258-6c7d-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T04:54:30+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=32f6cede-6c7d-11ed-a27d-2e1b2d5eb196 | InvocationID=32f6d5dc-6c7d-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T04:54:30+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3ee901f8-6c7d-11ed-a27d-2e1b2d5eb196 | InvocationID=3ee904d2-6c7d-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T04:54:30+0000 | aai_event_thread | 140276742986528 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3ee901f8-6c7d-11ed-a27d-2e1b2d5eb196 | InvocationID=3ee904d2-6c7d-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-25T04:54:30+0000 | aai_event_thread | 140276742986528 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3ee901f8-6c7d-11ed-a27d-2e1b2d5eb196 | InvocationID=3ee904d2-6c7d-11ed-a27d-2e1b2d5eb196 | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-11-25T04:54:44+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=38da9f4c-6c7d-11ed-a27d-2e1b2d5eb196 | InvocationID=38daa258-6c7d-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T04:54:44+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=47c94030-6c7d-11ed-a27d-2e1b2d5eb196 | InvocationID=47c94ed6-6c7d-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T04:54:44+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=47c94030-6c7d-11ed-a27d-2e1b2d5eb196 | InvocationID=47c94ed6-6c7d-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T04:54:44+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=47c94030-6c7d-11ed-a27d-2e1b2d5eb196 | InvocationID=47c94ed6-6c7d-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T04:54:50+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3ee901f8-6c7d-11ed-a27d-2e1b2d5eb196 | InvocationID=3ee904d2-6c7d-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T04:54:50+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4adcdf34-6c7d-11ed-a27d-2e1b2d5eb196 | InvocationID=4adce236-6c7d-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T04:55:09+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=47c94030-6c7d-11ed-a27d-2e1b2d5eb196 | InvocationID=47c94ed6-6c7d-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T04:55:09+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=56b6b94c-6c7d-11ed-a27d-2e1b2d5eb196 | InvocationID=56b6bdca-6c7d-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T04:55:10+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=56b6b94c-6c7d-11ed-a27d-2e1b2d5eb196 | InvocationID=56b6bdca-6c7d-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T04:55:10+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=56b6b94c-6c7d-11ed-a27d-2e1b2d5eb196 | InvocationID=56b6bdca-6c7d-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T04:55:14+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4adcdf34-6c7d-11ed-a27d-2e1b2d5eb196 | InvocationID=4adce236-6c7d-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T04:55:14+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=595012ca-6c7d-11ed-a27d-2e1b2d5eb196 | InvocationID=595014c8-6c7d-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T04:55:34+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=595012ca-6c7d-11ed-a27d-2e1b2d5eb196 | InvocationID=595014c8-6c7d-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T04:55:34+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=654679ca-6c7d-11ed-a27d-2e1b2d5eb196 | InvocationID=65467bd2-6c7d-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T04:55:35+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=56b6b94c-6c7d-11ed-a27d-2e1b2d5eb196 | InvocationID=56b6bdca-6c7d-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T04:55:35+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=65a31720-6c7d-11ed-a27d-2e1b2d5eb196 | InvocationID=65a31900-6c7d-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T04:55:35+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=65a31720-6c7d-11ed-a27d-2e1b2d5eb196 | InvocationID=65a31900-6c7d-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T04:55:35+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=65a31720-6c7d-11ed-a27d-2e1b2d5eb196 | InvocationID=65a31900-6c7d-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T04:55:54+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=654679ca-6c7d-11ed-a27d-2e1b2d5eb196 | InvocationID=65467bd2-6c7d-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T04:55:54+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=713b6a10-6c7d-11ed-a27d-2e1b2d5eb196 | InvocationID=713b6ca4-6c7d-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T04:56:00+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=65a31720-6c7d-11ed-a27d-2e1b2d5eb196 | InvocationID=65a31900-6c7d-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T04:56:00+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=74905b1c-6c7d-11ed-a27d-2e1b2d5eb196 | InvocationID=74905d1a-6c7d-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T04:56:00+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=74905b1c-6c7d-11ed-a27d-2e1b2d5eb196 | InvocationID=74905d1a-6c7d-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T04:56:00+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=74905b1c-6c7d-11ed-a27d-2e1b2d5eb196 | InvocationID=74905d1a-6c7d-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T04:56:14+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=713b6a10-6c7d-11ed-a27d-2e1b2d5eb196 | InvocationID=713b6ca4-6c7d-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T04:56:14+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7d3f44c6-6c7d-11ed-a27d-2e1b2d5eb196 | InvocationID=7d3f46c4-6c7d-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T04:56:25+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=74905b1c-6c7d-11ed-a27d-2e1b2d5eb196 | InvocationID=74905d1a-6c7d-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T04:56:25+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=837dc39e-6c7d-11ed-a27d-2e1b2d5eb196 | InvocationID=837dc650-6c7d-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T04:56:25+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=837dc39e-6c7d-11ed-a27d-2e1b2d5eb196 | InvocationID=837dc650-6c7d-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T04:56:25+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=837dc39e-6c7d-11ed-a27d-2e1b2d5eb196 | InvocationID=837dc650-6c7d-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T04:56:35+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7d3f44c6-6c7d-11ed-a27d-2e1b2d5eb196 | InvocationID=7d3f46c4-6c7d-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T04:56:35+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=898d98c2-6c7d-11ed-a27d-2e1b2d5eb196 | InvocationID=898da2f4-6c7d-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T04:56:50+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=837dc39e-6c7d-11ed-a27d-2e1b2d5eb196 | InvocationID=837dc650-6c7d-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T04:56:50+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=926a8c20-6c7d-11ed-a27d-2e1b2d5eb196 | InvocationID=926a8f86-6c7d-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T04:56:50+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=926a8c20-6c7d-11ed-a27d-2e1b2d5eb196 | InvocationID=926a8f86-6c7d-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T04:56:50+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=926a8c20-6c7d-11ed-a27d-2e1b2d5eb196 | InvocationID=926a8f86-6c7d-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T04:57:00+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=898d98c2-6c7d-11ed-a27d-2e1b2d5eb196 | InvocationID=898da2f4-6c7d-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T04:57:00+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=985316d4-6c7d-11ed-a27d-2e1b2d5eb196 | InvocationID=9853199a-6c7d-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T04:57:15+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=926a8c20-6c7d-11ed-a27d-2e1b2d5eb196 | InvocationID=926a8f86-6c7d-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T04:57:15+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a156e85a-6c7d-11ed-a27d-2e1b2d5eb196 | InvocationID=a156eec2-6c7d-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T04:57:15+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a156e85a-6c7d-11ed-a27d-2e1b2d5eb196 | InvocationID=a156eec2-6c7d-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T04:57:15+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a156e85a-6c7d-11ed-a27d-2e1b2d5eb196 | InvocationID=a156eec2-6c7d-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T04:57:24+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=985316d4-6c7d-11ed-a27d-2e1b2d5eb196 | InvocationID=9853199a-6c7d-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T04:57:24+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a71780ce-6c7d-11ed-a27d-2e1b2d5eb196 | InvocationID=a71782d6-6c7d-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T04:57:40+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a156e85a-6c7d-11ed-a27d-2e1b2d5eb196 | InvocationID=a156eec2-6c7d-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T04:57:40+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b0437ae0-6c7d-11ed-a27d-2e1b2d5eb196 | InvocationID=b0437f04-6c7d-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T04:57:40+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b0437ae0-6c7d-11ed-a27d-2e1b2d5eb196 | InvocationID=b0437f04-6c7d-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T04:57:40+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b0437ae0-6c7d-11ed-a27d-2e1b2d5eb196 | InvocationID=b0437f04-6c7d-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T04:57:49+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a71780ce-6c7d-11ed-a27d-2e1b2d5eb196 | InvocationID=a71782d6-6c7d-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T04:57:49+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b5da7076-6c7d-11ed-a27d-2e1b2d5eb196 | InvocationID=b5da7288-6c7d-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T04:58:05+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b0437ae0-6c7d-11ed-a27d-2e1b2d5eb196 | InvocationID=b0437f04-6c7d-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T04:58:05+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bf2f19f6-6c7d-11ed-a27d-2e1b2d5eb196 | InvocationID=bf2f2978-6c7d-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T04:58:05+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bf2f19f6-6c7d-11ed-a27d-2e1b2d5eb196 | InvocationID=bf2f2978-6c7d-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T04:58:05+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bf2f19f6-6c7d-11ed-a27d-2e1b2d5eb196 | InvocationID=bf2f2978-6c7d-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T04:58:14+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b5da7076-6c7d-11ed-a27d-2e1b2d5eb196 | InvocationID=b5da7288-6c7d-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T04:58:14+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c49de070-6c7d-11ed-a27d-2e1b2d5eb196 | InvocationID=c49de26e-6c7d-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T04:58:30+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bf2f19f6-6c7d-11ed-a27d-2e1b2d5eb196 | InvocationID=bf2f2978-6c7d-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T04:58:30+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ce1b59ca-6c7d-11ed-a27d-2e1b2d5eb196 | InvocationID=ce1b5c04-6c7d-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T04:58:30+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ce1b59ca-6c7d-11ed-a27d-2e1b2d5eb196 | InvocationID=ce1b5c04-6c7d-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T04:58:30+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ce1b59ca-6c7d-11ed-a27d-2e1b2d5eb196 | InvocationID=ce1b5c04-6c7d-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T04:58:39+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c49de070-6c7d-11ed-a27d-2e1b2d5eb196 | InvocationID=c49de26e-6c7d-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T04:58:39+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d368e03c-6c7d-11ed-a27d-2e1b2d5eb196 | InvocationID=d368e23a-6c7d-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T04:58:55+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ce1b59ca-6c7d-11ed-a27d-2e1b2d5eb196 | InvocationID=ce1b5c04-6c7d-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T04:58:55+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dd06f002-6c7d-11ed-a27d-2e1b2d5eb196 | InvocationID=dd06f7fa-6c7d-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T04:58:55+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dd06f002-6c7d-11ed-a27d-2e1b2d5eb196 | InvocationID=dd06f7fa-6c7d-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T04:58:55+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dd06f002-6c7d-11ed-a27d-2e1b2d5eb196 | InvocationID=dd06f7fa-6c7d-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T04:59:03+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d368e03c-6c7d-11ed-a27d-2e1b2d5eb196 | InvocationID=d368e23a-6c7d-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T04:59:03+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e230ce40-6c7d-11ed-a27d-2e1b2d5eb196 | InvocationID=e230d034-6c7d-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T04:59:20+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dd06f002-6c7d-11ed-a27d-2e1b2d5eb196 | InvocationID=dd06f7fa-6c7d-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T04:59:20+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ebf387ec-6c7d-11ed-a27d-2e1b2d5eb196 | InvocationID=ebf38cf6-6c7d-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T04:59:20+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ebf387ec-6c7d-11ed-a27d-2e1b2d5eb196 | InvocationID=ebf38cf6-6c7d-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T04:59:20+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ebf387ec-6c7d-11ed-a27d-2e1b2d5eb196 | InvocationID=ebf38cf6-6c7d-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T04:59:28+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e230ce40-6c7d-11ed-a27d-2e1b2d5eb196 | InvocationID=e230d034-6c7d-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T04:59:28+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f0f432c8-6c7d-11ed-a27d-2e1b2d5eb196 | InvocationID=f0f43cfa-6c7d-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T04:59:45+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ebf387ec-6c7d-11ed-a27d-2e1b2d5eb196 | InvocationID=ebf38cf6-6c7d-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T04:59:45+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fae06f36-6c7d-11ed-a27d-2e1b2d5eb196 | InvocationID=fae073dc-6c7d-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T04:59:45+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fae06f36-6c7d-11ed-a27d-2e1b2d5eb196 | InvocationID=fae073dc-6c7d-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T04:59:45+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fae06f36-6c7d-11ed-a27d-2e1b2d5eb196 | InvocationID=fae073dc-6c7d-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T04:59:53+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f0f432c8-6c7d-11ed-a27d-2e1b2d5eb196 | InvocationID=f0f43cfa-6c7d-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T04:59:53+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ffbc0632-6c7d-11ed-a27d-2e1b2d5eb196 | InvocationID=ffbc08b2-6c7d-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T05:00:10+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fae06f36-6c7d-11ed-a27d-2e1b2d5eb196 | InvocationID=fae073dc-6c7d-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T05:00:10+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=09cd14c2-6c7e-11ed-a27d-2e1b2d5eb196 | InvocationID=09cd18be-6c7e-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T05:00:10+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=09cd14c2-6c7e-11ed-a27d-2e1b2d5eb196 | InvocationID=09cd18be-6c7e-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:00:10+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=09cd14c2-6c7e-11ed-a27d-2e1b2d5eb196 | InvocationID=09cd18be-6c7e-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:00:18+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ffbc0632-6c7d-11ed-a27d-2e1b2d5eb196 | InvocationID=ffbc08b2-6c7d-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T05:00:18+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0e826940-6c7e-11ed-a27d-2e1b2d5eb196 | InvocationID=0e826b48-6c7e-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T05:00:35+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=09cd14c2-6c7e-11ed-a27d-2e1b2d5eb196 | InvocationID=09cd18be-6c7e-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T05:00:35+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=18b9f626-6c7e-11ed-a27d-2e1b2d5eb196 | InvocationID=18b9f90a-6c7e-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T05:00:35+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=18b9f626-6c7e-11ed-a27d-2e1b2d5eb196 | InvocationID=18b9f90a-6c7e-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:00:35+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=18b9f626-6c7e-11ed-a27d-2e1b2d5eb196 | InvocationID=18b9f90a-6c7e-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:00:43+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0e826940-6c7e-11ed-a27d-2e1b2d5eb196 | InvocationID=0e826b48-6c7e-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T05:00:43+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1d45e434-6c7e-11ed-a27d-2e1b2d5eb196 | InvocationID=1d45e6a0-6c7e-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T05:01:00+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=18b9f626-6c7e-11ed-a27d-2e1b2d5eb196 | InvocationID=18b9f90a-6c7e-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T05:01:00+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=27a5cec6-6c7e-11ed-a27d-2e1b2d5eb196 | InvocationID=27a5d128-6c7e-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T05:01:00+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=27a5cec6-6c7e-11ed-a27d-2e1b2d5eb196 | InvocationID=27a5d128-6c7e-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:01:00+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=27a5cec6-6c7e-11ed-a27d-2e1b2d5eb196 | InvocationID=27a5d128-6c7e-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:01:07+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1d45e434-6c7e-11ed-a27d-2e1b2d5eb196 | InvocationID=1d45e6a0-6c7e-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T05:01:07+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2c09523a-6c7e-11ed-a27d-2e1b2d5eb196 | InvocationID=2c09544c-6c7e-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T05:01:25+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=27a5cec6-6c7e-11ed-a27d-2e1b2d5eb196 | InvocationID=27a5d128-6c7e-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T05:01:25+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3692f580-6c7e-11ed-a27d-2e1b2d5eb196 | InvocationID=3692ff26-6c7e-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T05:01:25+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3692f580-6c7e-11ed-a27d-2e1b2d5eb196 | InvocationID=3692ff26-6c7e-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:01:25+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3692f580-6c7e-11ed-a27d-2e1b2d5eb196 | InvocationID=3692ff26-6c7e-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:01:32+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2c09523a-6c7e-11ed-a27d-2e1b2d5eb196 | InvocationID=2c09544c-6c7e-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T05:01:32+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3acbbc0e-6c7e-11ed-a27d-2e1b2d5eb196 | InvocationID=3acbbe8e-6c7e-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T05:01:50+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3692f580-6c7e-11ed-a27d-2e1b2d5eb196 | InvocationID=3692ff26-6c7e-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T05:01:50+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=457f606a-6c7e-11ed-a27d-2e1b2d5eb196 | InvocationID=457f6cb8-6c7e-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T05:01:50+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=457f606a-6c7e-11ed-a27d-2e1b2d5eb196 | InvocationID=457f6cb8-6c7e-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:01:50+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=457f606a-6c7e-11ed-a27d-2e1b2d5eb196 | InvocationID=457f6cb8-6c7e-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:01:57+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3acbbc0e-6c7e-11ed-a27d-2e1b2d5eb196 | InvocationID=3acbbe8e-6c7e-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T05:01:57+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=498f98f0-6c7e-11ed-a27d-2e1b2d5eb196 | InvocationID=498f9ca6-6c7e-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T05:02:15+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=457f606a-6c7e-11ed-a27d-2e1b2d5eb196 | InvocationID=457f6cb8-6c7e-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T05:02:15+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=546fb57a-6c7e-11ed-a27d-2e1b2d5eb196 | InvocationID=546fb782-6c7e-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T05:02:15+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=546fb57a-6c7e-11ed-a27d-2e1b2d5eb196 | InvocationID=546fb782-6c7e-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:02:15+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=546fb57a-6c7e-11ed-a27d-2e1b2d5eb196 | InvocationID=546fb782-6c7e-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:02:22+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=498f98f0-6c7e-11ed-a27d-2e1b2d5eb196 | InvocationID=498f9ca6-6c7e-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T05:02:22+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5852b80e-6c7e-11ed-a27d-2e1b2d5eb196 | InvocationID=5852bbec-6c7e-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T05:02:40+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=546fb57a-6c7e-11ed-a27d-2e1b2d5eb196 | InvocationID=546fb782-6c7e-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T05:02:40+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=635be022-6c7e-11ed-a27d-2e1b2d5eb196 | InvocationID=635be40a-6c7e-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T05:02:40+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=635be022-6c7e-11ed-a27d-2e1b2d5eb196 | InvocationID=635be40a-6c7e-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:02:40+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=635be022-6c7e-11ed-a27d-2e1b2d5eb196 | InvocationID=635be40a-6c7e-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:02:46+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5852b80e-6c7e-11ed-a27d-2e1b2d5eb196 | InvocationID=5852bbec-6c7e-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T05:02:46+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6716ecf2-6c7e-11ed-a27d-2e1b2d5eb196 | InvocationID=6716f0d0-6c7e-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T05:03:05+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=635be022-6c7e-11ed-a27d-2e1b2d5eb196 | InvocationID=635be40a-6c7e-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T05:03:05+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7247761e-6c7e-11ed-a27d-2e1b2d5eb196 | InvocationID=72477858-6c7e-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T05:03:05+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7247761e-6c7e-11ed-a27d-2e1b2d5eb196 | InvocationID=72477858-6c7e-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:03:05+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7247761e-6c7e-11ed-a27d-2e1b2d5eb196 | InvocationID=72477858-6c7e-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:03:11+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6716ecf2-6c7e-11ed-a27d-2e1b2d5eb196 | InvocationID=6716f0d0-6c7e-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T05:03:11+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=75d850aa-6c7e-11ed-a27d-2e1b2d5eb196 | InvocationID=75d852b2-6c7e-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T05:03:30+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7247761e-6c7e-11ed-a27d-2e1b2d5eb196 | InvocationID=72477858-6c7e-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T05:03:30+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8132b9f4-6c7e-11ed-a27d-2e1b2d5eb196 | InvocationID=8132cd0e-6c7e-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T05:03:30+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8132b9f4-6c7e-11ed-a27d-2e1b2d5eb196 | InvocationID=8132cd0e-6c7e-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:03:30+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8132b9f4-6c7e-11ed-a27d-2e1b2d5eb196 | InvocationID=8132cd0e-6c7e-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:03:36+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=75d850aa-6c7e-11ed-a27d-2e1b2d5eb196 | InvocationID=75d852b2-6c7e-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T05:03:36+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=849b45de-6c7e-11ed-a27d-2e1b2d5eb196 | InvocationID=849b47be-6c7e-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T05:03:55+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8132b9f4-6c7e-11ed-a27d-2e1b2d5eb196 | InvocationID=8132cd0e-6c7e-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T05:03:55+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=901e6c9c-6c7e-11ed-a27d-2e1b2d5eb196 | InvocationID=901e74d0-6c7e-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T05:03:55+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=901e6c9c-6c7e-11ed-a27d-2e1b2d5eb196 | InvocationID=901e74d0-6c7e-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:03:55+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=901e6c9c-6c7e-11ed-a27d-2e1b2d5eb196 | InvocationID=901e74d0-6c7e-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:04:01+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=849b45de-6c7e-11ed-a27d-2e1b2d5eb196 | InvocationID=849b47be-6c7e-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T05:04:01+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9362a724-6c7e-11ed-a27d-2e1b2d5eb196 | InvocationID=9362a968-6c7e-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T05:04:20+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=901e6c9c-6c7e-11ed-a27d-2e1b2d5eb196 | InvocationID=901e74d0-6c7e-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T05:04:20+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9f0b9be4-6c7e-11ed-a27d-2e1b2d5eb196 | InvocationID=9f0b9e50-6c7e-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T05:04:20+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9f0b9be4-6c7e-11ed-a27d-2e1b2d5eb196 | InvocationID=9f0b9e50-6c7e-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:04:20+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9f0b9be4-6c7e-11ed-a27d-2e1b2d5eb196 | InvocationID=9f0b9e50-6c7e-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:04:26+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9362a724-6c7e-11ed-a27d-2e1b2d5eb196 | InvocationID=9362a968-6c7e-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T05:04:26+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a226b476-6c7e-11ed-a27d-2e1b2d5eb196 | InvocationID=a226b660-6c7e-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T05:04:45+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9f0b9be4-6c7e-11ed-a27d-2e1b2d5eb196 | InvocationID=9f0b9e50-6c7e-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T05:04:45+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=adf84238-6c7e-11ed-a27d-2e1b2d5eb196 | InvocationID=adf8486e-6c7e-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T05:04:45+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=adf84238-6c7e-11ed-a27d-2e1b2d5eb196 | InvocationID=adf8486e-6c7e-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:04:45+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=adf84238-6c7e-11ed-a27d-2e1b2d5eb196 | InvocationID=adf8486e-6c7e-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:04:50+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a226b476-6c7e-11ed-a27d-2e1b2d5eb196 | InvocationID=a226b660-6c7e-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T05:04:50+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b0eba39a-6c7e-11ed-a27d-2e1b2d5eb196 | InvocationID=b0eba5b6-6c7e-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T05:05:10+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=adf84238-6c7e-11ed-a27d-2e1b2d5eb196 | InvocationID=adf8486e-6c7e-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T05:05:10+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bce7262e-6c7e-11ed-a27d-2e1b2d5eb196 | InvocationID=bce7299e-6c7e-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T05:05:10+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bce7262e-6c7e-11ed-a27d-2e1b2d5eb196 | InvocationID=bce7299e-6c7e-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:05:10+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bce7262e-6c7e-11ed-a27d-2e1b2d5eb196 | InvocationID=bce7299e-6c7e-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:05:15+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b0eba39a-6c7e-11ed-a27d-2e1b2d5eb196 | InvocationID=b0eba5b6-6c7e-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T05:05:15+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bfb07e1e-6c7e-11ed-a27d-2e1b2d5eb196 | InvocationID=bfb08300-6c7e-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T05:05:35+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bce7262e-6c7e-11ed-a27d-2e1b2d5eb196 | InvocationID=bce7299e-6c7e-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T05:05:35+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cbd4044a-6c7e-11ed-a27d-2e1b2d5eb196 | InvocationID=cbd40684-6c7e-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T05:05:35+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cbd4044a-6c7e-11ed-a27d-2e1b2d5eb196 | InvocationID=cbd40684-6c7e-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:05:35+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cbd4044a-6c7e-11ed-a27d-2e1b2d5eb196 | InvocationID=cbd40684-6c7e-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:05:40+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bfb07e1e-6c7e-11ed-a27d-2e1b2d5eb196 | InvocationID=bfb08300-6c7e-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T05:05:40+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ce74bcc6-6c7e-11ed-a27d-2e1b2d5eb196 | InvocationID=ce74be9c-6c7e-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T05:06:00+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cbd4044a-6c7e-11ed-a27d-2e1b2d5eb196 | InvocationID=cbd40684-6c7e-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T05:06:01+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dabf5b26-6c7e-11ed-a27d-2e1b2d5eb196 | InvocationID=dabf5dce-6c7e-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T05:06:01+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dabf5b26-6c7e-11ed-a27d-2e1b2d5eb196 | InvocationID=dabf5dce-6c7e-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:06:01+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dabf5b26-6c7e-11ed-a27d-2e1b2d5eb196 | InvocationID=dabf5dce-6c7e-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:06:05+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ce74bcc6-6c7e-11ed-a27d-2e1b2d5eb196 | InvocationID=ce74be9c-6c7e-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T05:06:05+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dd38bbea-6c7e-11ed-a27d-2e1b2d5eb196 | InvocationID=dd38be24-6c7e-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T05:06:26+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dabf5b26-6c7e-11ed-a27d-2e1b2d5eb196 | InvocationID=dabf5dce-6c7e-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T05:06:26+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e9aba82e-6c7e-11ed-a27d-2e1b2d5eb196 | InvocationID=e9abaa22-6c7e-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T05:06:26+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e9aba82e-6c7e-11ed-a27d-2e1b2d5eb196 | InvocationID=e9abaa22-6c7e-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:06:26+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e9aba82e-6c7e-11ed-a27d-2e1b2d5eb196 | InvocationID=e9abaa22-6c7e-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:06:29+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dd38bbea-6c7e-11ed-a27d-2e1b2d5eb196 | InvocationID=dd38be24-6c7e-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T05:06:29+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ebfc54ca-6c7e-11ed-a27d-2e1b2d5eb196 | InvocationID=ebfc584e-6c7e-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T05:06:51+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e9aba82e-6c7e-11ed-a27d-2e1b2d5eb196 | InvocationID=e9abaa22-6c7e-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T05:06:51+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f8971f26-6c7e-11ed-a27d-2e1b2d5eb196 | InvocationID=f89721c4-6c7e-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T05:06:51+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f8971f26-6c7e-11ed-a27d-2e1b2d5eb196 | InvocationID=f89721c4-6c7e-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:06:51+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f8971f26-6c7e-11ed-a27d-2e1b2d5eb196 | InvocationID=f89721c4-6c7e-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:06:54+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ebfc54ca-6c7e-11ed-a27d-2e1b2d5eb196 | InvocationID=ebfc584e-6c7e-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T05:06:54+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fac08d5a-6c7e-11ed-a27d-2e1b2d5eb196 | InvocationID=fac08fe4-6c7e-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T05:07:16+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f8971f26-6c7e-11ed-a27d-2e1b2d5eb196 | InvocationID=f89721c4-6c7e-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T05:07:16+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0783c750-6c7f-11ed-a27d-2e1b2d5eb196 | InvocationID=0783d240-6c7f-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T05:07:16+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0783c750-6c7f-11ed-a27d-2e1b2d5eb196 | InvocationID=0783d240-6c7f-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:07:16+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0783c750-6c7f-11ed-a27d-2e1b2d5eb196 | InvocationID=0783d240-6c7f-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:07:19+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fac08d5a-6c7e-11ed-a27d-2e1b2d5eb196 | InvocationID=fac08fe4-6c7e-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T05:07:19+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0983ab10-6c7f-11ed-a27d-2e1b2d5eb196 | InvocationID=0983ae8a-6c7f-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T05:07:41+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0783c750-6c7f-11ed-a27d-2e1b2d5eb196 | InvocationID=0783d240-6c7f-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T05:07:41+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1675f3aa-6c7f-11ed-a27d-2e1b2d5eb196 | InvocationID=1675f5e4-6c7f-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T05:07:41+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1675f3aa-6c7f-11ed-a27d-2e1b2d5eb196 | InvocationID=1675f5e4-6c7f-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:07:41+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1675f3aa-6c7f-11ed-a27d-2e1b2d5eb196 | InvocationID=1675f5e4-6c7f-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:07:44+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0983ab10-6c7f-11ed-a27d-2e1b2d5eb196 | InvocationID=0983ae8a-6c7f-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T05:07:44+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=18492904-6c7f-11ed-a27d-2e1b2d5eb196 | InvocationID=18492b20-6c7f-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T05:08:06+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1675f3aa-6c7f-11ed-a27d-2e1b2d5eb196 | InvocationID=1675f5e4-6c7f-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T05:08:06+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2561c4ca-6c7f-11ed-a27d-2e1b2d5eb196 | InvocationID=2561c6c8-6c7f-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T05:08:06+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2561c4ca-6c7f-11ed-a27d-2e1b2d5eb196 | InvocationID=2561c6c8-6c7f-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:08:06+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2561c4ca-6c7f-11ed-a27d-2e1b2d5eb196 | InvocationID=2561c6c8-6c7f-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:08:09+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=18492904-6c7f-11ed-a27d-2e1b2d5eb196 | InvocationID=18492b20-6c7f-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T05:08:09+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=270d209e-6c7f-11ed-a27d-2e1b2d5eb196 | InvocationID=270d22ce-6c7f-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T05:08:31+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2561c4ca-6c7f-11ed-a27d-2e1b2d5eb196 | InvocationID=2561c6c8-6c7f-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T05:08:31+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=344ee558-6c7f-11ed-a27d-2e1b2d5eb196 | InvocationID=344ee774-6c7f-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T05:08:31+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=344ee558-6c7f-11ed-a27d-2e1b2d5eb196 | InvocationID=344ee774-6c7f-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:08:31+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=344ee558-6c7f-11ed-a27d-2e1b2d5eb196 | InvocationID=344ee774-6c7f-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:08:33+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=270d209e-6c7f-11ed-a27d-2e1b2d5eb196 | InvocationID=270d22ce-6c7f-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T05:08:33+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=35d3aae4-6c7f-11ed-a27d-2e1b2d5eb196 | InvocationID=35d3b0c0-6c7f-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T05:08:56+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=344ee558-6c7f-11ed-a27d-2e1b2d5eb196 | InvocationID=344ee774-6c7f-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T05:08:56+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=433a8298-6c7f-11ed-a27d-2e1b2d5eb196 | InvocationID=433a85b8-6c7f-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T05:08:56+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=433a8298-6c7f-11ed-a27d-2e1b2d5eb196 | InvocationID=433a85b8-6c7f-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:08:56+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=433a8298-6c7f-11ed-a27d-2e1b2d5eb196 | InvocationID=433a85b8-6c7f-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:08:58+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=35d3aae4-6c7f-11ed-a27d-2e1b2d5eb196 | InvocationID=35d3b0c0-6c7f-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T05:08:58+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=44971ad4-6c7f-11ed-a27d-2e1b2d5eb196 | InvocationID=44972830-6c7f-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T05:09:21+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=433a8298-6c7f-11ed-a27d-2e1b2d5eb196 | InvocationID=433a85b8-6c7f-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T05:09:21+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=52269422-6c7f-11ed-a27d-2e1b2d5eb196 | InvocationID=52269710-6c7f-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T05:09:21+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=52269422-6c7f-11ed-a27d-2e1b2d5eb196 | InvocationID=52269710-6c7f-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:09:21+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=52269422-6c7f-11ed-a27d-2e1b2d5eb196 | InvocationID=52269710-6c7f-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:09:23+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=44971ad4-6c7f-11ed-a27d-2e1b2d5eb196 | InvocationID=44972830-6c7f-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T05:09:23+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=535c4e18-6c7f-11ed-a27d-2e1b2d5eb196 | InvocationID=535c5016-6c7f-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T05:09:46+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=52269422-6c7f-11ed-a27d-2e1b2d5eb196 | InvocationID=52269710-6c7f-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T05:09:46+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6114f8c0-6c7f-11ed-a27d-2e1b2d5eb196 | InvocationID=6114fc76-6c7f-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T05:09:46+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6114f8c0-6c7f-11ed-a27d-2e1b2d5eb196 | InvocationID=6114fc76-6c7f-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:09:46+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6114f8c0-6c7f-11ed-a27d-2e1b2d5eb196 | InvocationID=6114fc76-6c7f-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:09:48+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=535c4e18-6c7f-11ed-a27d-2e1b2d5eb196 | InvocationID=535c5016-6c7f-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T05:09:48+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6225352c-6c7f-11ed-a27d-2e1b2d5eb196 | InvocationID=622537b6-6c7f-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T05:10:11+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6114f8c0-6c7f-11ed-a27d-2e1b2d5eb196 | InvocationID=6114fc76-6c7f-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T05:10:11+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=70017728-6c7f-11ed-a27d-2e1b2d5eb196 | InvocationID=70017930-6c7f-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T05:10:11+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=70017728-6c7f-11ed-a27d-2e1b2d5eb196 | InvocationID=70017930-6c7f-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:10:11+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=70017728-6c7f-11ed-a27d-2e1b2d5eb196 | InvocationID=70017930-6c7f-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:10:12+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6225352c-6c7f-11ed-a27d-2e1b2d5eb196 | InvocationID=622537b6-6c7f-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T05:10:12+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=70ef2d92-6c7f-11ed-a27d-2e1b2d5eb196 | InvocationID=70ef2fcc-6c7f-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T05:10:36+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=70017728-6c7f-11ed-a27d-2e1b2d5eb196 | InvocationID=70017930-6c7f-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T05:10:36+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7eed91d6-6c7f-11ed-a27d-2e1b2d5eb196 | InvocationID=7eed9b2c-6c7f-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T05:10:36+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7eed91d6-6c7f-11ed-a27d-2e1b2d5eb196 | InvocationID=7eed9b2c-6c7f-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:10:36+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7eed91d6-6c7f-11ed-a27d-2e1b2d5eb196 | InvocationID=7eed9b2c-6c7f-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:10:37+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=70ef2d92-6c7f-11ed-a27d-2e1b2d5eb196 | InvocationID=70ef2fcc-6c7f-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T05:10:37+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7fb21088-6c7f-11ed-a27d-2e1b2d5eb196 | InvocationID=7fb2131c-6c7f-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T05:11:01+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7eed91d6-6c7f-11ed-a27d-2e1b2d5eb196 | InvocationID=7eed9b2c-6c7f-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T05:11:01+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8dde2066-6c7f-11ed-a27d-2e1b2d5eb196 | InvocationID=8dde22a0-6c7f-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T05:11:01+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8dde2066-6c7f-11ed-a27d-2e1b2d5eb196 | InvocationID=8dde22a0-6c7f-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:11:01+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8dde2066-6c7f-11ed-a27d-2e1b2d5eb196 | InvocationID=8dde22a0-6c7f-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:11:02+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7fb21088-6c7f-11ed-a27d-2e1b2d5eb196 | InvocationID=7fb2131c-6c7f-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T05:11:02+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8e81179e-6c7f-11ed-a27d-2e1b2d5eb196 | InvocationID=8e811988-6c7f-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T05:11:26+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8dde2066-6c7f-11ed-a27d-2e1b2d5eb196 | InvocationID=8dde22a0-6c7f-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T05:11:26+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9cc9a082-6c7f-11ed-a27d-2e1b2d5eb196 | InvocationID=9cc9a460-6c7f-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T05:11:26+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9cc9a082-6c7f-11ed-a27d-2e1b2d5eb196 | InvocationID=9cc9a460-6c7f-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:11:26+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9cc9a082-6c7f-11ed-a27d-2e1b2d5eb196 | InvocationID=9cc9a460-6c7f-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:11:27+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8e81179e-6c7f-11ed-a27d-2e1b2d5eb196 | InvocationID=8e811988-6c7f-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T05:11:27+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9d45821a-6c7f-11ed-a27d-2e1b2d5eb196 | InvocationID=9d458404-6c7f-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T05:11:51+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9cc9a082-6c7f-11ed-a27d-2e1b2d5eb196 | InvocationID=9cc9a460-6c7f-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T05:11:51+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=abb6e01e-6c7f-11ed-a27d-2e1b2d5eb196 | InvocationID=abb6e2c6-6c7f-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T05:11:51+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=abb6e01e-6c7f-11ed-a27d-2e1b2d5eb196 | InvocationID=abb6e2c6-6c7f-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:11:51+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=abb6e01e-6c7f-11ed-a27d-2e1b2d5eb196 | InvocationID=abb6e2c6-6c7f-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:11:52+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9d45821a-6c7f-11ed-a27d-2e1b2d5eb196 | InvocationID=9d458404-6c7f-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T05:11:52+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ac08af5c-6c7f-11ed-a27d-2e1b2d5eb196 | InvocationID=ac08b196-6c7f-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T05:12:16+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=abb6e01e-6c7f-11ed-a27d-2e1b2d5eb196 | InvocationID=abb6e2c6-6c7f-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T05:12:16+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=baa7fe96-6c7f-11ed-a27d-2e1b2d5eb196 | InvocationID=baa8095e-6c7f-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T05:12:16+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=baa7fe96-6c7f-11ed-a27d-2e1b2d5eb196 | InvocationID=baa8095e-6c7f-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:12:16+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=baa7fe96-6c7f-11ed-a27d-2e1b2d5eb196 | InvocationID=baa8095e-6c7f-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:12:16+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ac08af5c-6c7f-11ed-a27d-2e1b2d5eb196 | InvocationID=ac08b196-6c7f-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T05:12:16+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bad2f45c-6c7f-11ed-a27d-2e1b2d5eb196 | InvocationID=bad2f830-6c7f-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T05:12:41+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=baa7fe96-6c7f-11ed-a27d-2e1b2d5eb196 | InvocationID=baa8095e-6c7f-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T05:12:41+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c993fcfc-6c7f-11ed-a27d-2e1b2d5eb196 | InvocationID=c993ff40-6c7f-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T05:12:41+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c993fcfc-6c7f-11ed-a27d-2e1b2d5eb196 | InvocationID=c993ff40-6c7f-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:12:41+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c993fcfc-6c7f-11ed-a27d-2e1b2d5eb196 | InvocationID=c993ff40-6c7f-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:12:41+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bad2f45c-6c7f-11ed-a27d-2e1b2d5eb196 | InvocationID=bad2f830-6c7f-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T05:12:41+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c99c8642-6c7f-11ed-a27d-2e1b2d5eb196 | InvocationID=c99c8890-6c7f-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T05:13:06+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c99c8642-6c7f-11ed-a27d-2e1b2d5eb196 | InvocationID=c99c8890-6c7f-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T05:13:06+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d85f0664-6c7f-11ed-a27d-2e1b2d5eb196 | InvocationID=d85f08d0-6c7f-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T05:13:06+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c993fcfc-6c7f-11ed-a27d-2e1b2d5eb196 | InvocationID=c993ff40-6c7f-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T05:13:06+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d8834c0e-6c7f-11ed-a27d-2e1b2d5eb196 | InvocationID=d8834e3e-6c7f-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T05:13:06+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d8834c0e-6c7f-11ed-a27d-2e1b2d5eb196 | InvocationID=d8834e3e-6c7f-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:13:06+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d8834c0e-6c7f-11ed-a27d-2e1b2d5eb196 | InvocationID=d8834e3e-6c7f-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:13:31+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d85f0664-6c7f-11ed-a27d-2e1b2d5eb196 | InvocationID=d85f08d0-6c7f-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T05:13:31+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e72689c4-6c7f-11ed-a27d-2e1b2d5eb196 | InvocationID=e7268ff0-6c7f-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T05:13:31+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d8834c0e-6c7f-11ed-a27d-2e1b2d5eb196 | InvocationID=d8834e3e-6c7f-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T05:13:31+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e76f7512-6c7f-11ed-a27d-2e1b2d5eb196 | InvocationID=e76f7788-6c7f-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T05:13:31+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e76f7512-6c7f-11ed-a27d-2e1b2d5eb196 | InvocationID=e76f7788-6c7f-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:13:31+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e76f7512-6c7f-11ed-a27d-2e1b2d5eb196 | InvocationID=e76f7788-6c7f-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:13:56+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e72689c4-6c7f-11ed-a27d-2e1b2d5eb196 | InvocationID=e7268ff0-6c7f-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T05:13:56+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f5ec1f1e-6c7f-11ed-a27d-2e1b2d5eb196 | InvocationID=f5ec21ee-6c7f-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T05:13:56+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e76f7512-6c7f-11ed-a27d-2e1b2d5eb196 | InvocationID=e76f7788-6c7f-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T05:13:56+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f65be0ec-6c7f-11ed-a27d-2e1b2d5eb196 | InvocationID=f65c39ca-6c7f-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T05:13:56+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f65be0ec-6c7f-11ed-a27d-2e1b2d5eb196 | InvocationID=f65c39ca-6c7f-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:13:56+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f65be0ec-6c7f-11ed-a27d-2e1b2d5eb196 | InvocationID=f65c39ca-6c7f-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:14:20+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f5ec1f1e-6c7f-11ed-a27d-2e1b2d5eb196 | InvocationID=f5ec21ee-6c7f-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T05:14:20+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=04b2d7fe-6c80-11ed-a27d-2e1b2d5eb196 | InvocationID=04b2dc68-6c80-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T05:14:21+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f65be0ec-6c7f-11ed-a27d-2e1b2d5eb196 | InvocationID=f65c39ca-6c7f-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T05:14:21+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=05492a2e-6c80-11ed-a27d-2e1b2d5eb196 | InvocationID=05492d08-6c80-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T05:14:21+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=05492a2e-6c80-11ed-a27d-2e1b2d5eb196 | InvocationID=05492d08-6c80-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:14:21+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=05492a2e-6c80-11ed-a27d-2e1b2d5eb196 | InvocationID=05492d08-6c80-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:14:45+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=04b2d7fe-6c80-11ed-a27d-2e1b2d5eb196 | InvocationID=04b2dc68-6c80-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T05:14:45+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=137bd164-6c80-11ed-a27d-2e1b2d5eb196 | InvocationID=137bd34e-6c80-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T05:14:46+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=05492a2e-6c80-11ed-a27d-2e1b2d5eb196 | InvocationID=05492d08-6c80-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T05:14:46+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=143a3834-6c80-11ed-a27d-2e1b2d5eb196 | InvocationID=143a4428-6c80-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T05:14:46+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=143a3834-6c80-11ed-a27d-2e1b2d5eb196 | InvocationID=143a4428-6c80-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:14:46+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=143a3834-6c80-11ed-a27d-2e1b2d5eb196 | InvocationID=143a4428-6c80-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:15:10+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=137bd164-6c80-11ed-a27d-2e1b2d5eb196 | InvocationID=137bd34e-6c80-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T05:15:10+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2241fa5c-6c80-11ed-a27d-2e1b2d5eb196 | InvocationID=2242072c-6c80-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T05:15:11+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=143a3834-6c80-11ed-a27d-2e1b2d5eb196 | InvocationID=143a4428-6c80-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T05:15:11+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2325df9c-6c80-11ed-a27d-2e1b2d5eb196 | InvocationID=2325e21c-6c80-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T05:15:11+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2325df9c-6c80-11ed-a27d-2e1b2d5eb196 | InvocationID=2325e21c-6c80-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:15:11+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2325df9c-6c80-11ed-a27d-2e1b2d5eb196 | InvocationID=2325e21c-6c80-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:15:35+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2241fa5c-6c80-11ed-a27d-2e1b2d5eb196 | InvocationID=2242072c-6c80-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T05:15:35+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=31036292-6c80-11ed-a27d-2e1b2d5eb196 | InvocationID=310369e0-6c80-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T05:15:36+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2325df9c-6c80-11ed-a27d-2e1b2d5eb196 | InvocationID=2325e21c-6c80-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T05:15:36+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3211130a-6c80-11ed-a27d-2e1b2d5eb196 | InvocationID=321115d0-6c80-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T05:15:37+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3211130a-6c80-11ed-a27d-2e1b2d5eb196 | InvocationID=321115d0-6c80-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:15:37+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3211130a-6c80-11ed-a27d-2e1b2d5eb196 | InvocationID=321115d0-6c80-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:16:00+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=31036292-6c80-11ed-a27d-2e1b2d5eb196 | InvocationID=310369e0-6c80-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T05:16:00+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3fc814ee-6c80-11ed-a27d-2e1b2d5eb196 | InvocationID=3fc81700-6c80-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T05:16:02+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3211130a-6c80-11ed-a27d-2e1b2d5eb196 | InvocationID=321115d0-6c80-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T05:16:02+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=40fe2bd2-6c80-11ed-a27d-2e1b2d5eb196 | InvocationID=40fe2dbc-6c80-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T05:16:02+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=40fe2bd2-6c80-11ed-a27d-2e1b2d5eb196 | InvocationID=40fe2dbc-6c80-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:16:02+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=40fe2bd2-6c80-11ed-a27d-2e1b2d5eb196 | InvocationID=40fe2dbc-6c80-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:16:24+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3fc814ee-6c80-11ed-a27d-2e1b2d5eb196 | InvocationID=3fc81700-6c80-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T05:16:24+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4e8c8ef6-6c80-11ed-a27d-2e1b2d5eb196 | InvocationID=4e8c91d0-6c80-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T05:16:27+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=40fe2bd2-6c80-11ed-a27d-2e1b2d5eb196 | InvocationID=40fe2dbc-6c80-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T05:16:27+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4feb1b32-6c80-11ed-a27d-2e1b2d5eb196 | InvocationID=4feb1d3a-6c80-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T05:16:27+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4feb1b32-6c80-11ed-a27d-2e1b2d5eb196 | InvocationID=4feb1d3a-6c80-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:16:27+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4feb1b32-6c80-11ed-a27d-2e1b2d5eb196 | InvocationID=4feb1d3a-6c80-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:16:49+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4e8c8ef6-6c80-11ed-a27d-2e1b2d5eb196 | InvocationID=4e8c91d0-6c80-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T05:16:49+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5d4fc2e6-6c80-11ed-a27d-2e1b2d5eb196 | InvocationID=5d4fc4f8-6c80-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T05:16:52+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4feb1b32-6c80-11ed-a27d-2e1b2d5eb196 | InvocationID=4feb1d3a-6c80-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T05:16:52+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5ed7dd56-6c80-11ed-a27d-2e1b2d5eb196 | InvocationID=5ed7e04e-6c80-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T05:16:52+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5ed7dd56-6c80-11ed-a27d-2e1b2d5eb196 | InvocationID=5ed7e04e-6c80-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:16:52+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5ed7dd56-6c80-11ed-a27d-2e1b2d5eb196 | InvocationID=5ed7e04e-6c80-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:17:14+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5d4fc2e6-6c80-11ed-a27d-2e1b2d5eb196 | InvocationID=5d4fc4f8-6c80-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T05:17:14+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6c144216-6c80-11ed-a27d-2e1b2d5eb196 | InvocationID=6c144428-6c80-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T05:17:17+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5ed7dd56-6c80-11ed-a27d-2e1b2d5eb196 | InvocationID=5ed7e04e-6c80-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T05:17:17+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6dc503ac-6c80-11ed-a27d-2e1b2d5eb196 | InvocationID=6dc506f4-6c80-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T05:17:17+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6dc503ac-6c80-11ed-a27d-2e1b2d5eb196 | InvocationID=6dc506f4-6c80-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:17:17+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6dc503ac-6c80-11ed-a27d-2e1b2d5eb196 | InvocationID=6dc506f4-6c80-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:17:39+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6c144216-6c80-11ed-a27d-2e1b2d5eb196 | InvocationID=6c144428-6c80-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T05:17:39+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ad87bc8-6c80-11ed-a27d-2e1b2d5eb196 | InvocationID=7ad87d9e-6c80-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T05:17:42+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6dc503ac-6c80-11ed-a27d-2e1b2d5eb196 | InvocationID=6dc506f4-6c80-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T05:17:42+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7cb09bf6-6c80-11ed-a27d-2e1b2d5eb196 | InvocationID=7cb09e08-6c80-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T05:17:42+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7cb09bf6-6c80-11ed-a27d-2e1b2d5eb196 | InvocationID=7cb09e08-6c80-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:17:42+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7cb09bf6-6c80-11ed-a27d-2e1b2d5eb196 | InvocationID=7cb09e08-6c80-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:18:03+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7ad87bc8-6c80-11ed-a27d-2e1b2d5eb196 | InvocationID=7ad87d9e-6c80-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T05:18:03+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=899a60d6-6c80-11ed-a27d-2e1b2d5eb196 | InvocationID=899a62d4-6c80-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T05:18:07+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7cb09bf6-6c80-11ed-a27d-2e1b2d5eb196 | InvocationID=7cb09e08-6c80-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T05:18:07+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8b9d213e-6c80-11ed-a27d-2e1b2d5eb196 | InvocationID=8b9d23be-6c80-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T05:18:07+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8b9d213e-6c80-11ed-a27d-2e1b2d5eb196 | InvocationID=8b9d23be-6c80-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:18:07+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8b9d213e-6c80-11ed-a27d-2e1b2d5eb196 | InvocationID=8b9d23be-6c80-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:18:28+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=899a60d6-6c80-11ed-a27d-2e1b2d5eb196 | InvocationID=899a62d4-6c80-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T05:18:28+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9862e052-6c80-11ed-a27d-2e1b2d5eb196 | InvocationID=9862e25a-6c80-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T05:18:32+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8b9d213e-6c80-11ed-a27d-2e1b2d5eb196 | InvocationID=8b9d23be-6c80-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T05:18:32+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a89e5ce-6c80-11ed-a27d-2e1b2d5eb196 | InvocationID=9a89eae2-6c80-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T05:18:32+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a89e5ce-6c80-11ed-a27d-2e1b2d5eb196 | InvocationID=9a89eae2-6c80-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:18:32+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9a89e5ce-6c80-11ed-a27d-2e1b2d5eb196 | InvocationID=9a89eae2-6c80-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:18:53+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9862e052-6c80-11ed-a27d-2e1b2d5eb196 | InvocationID=9862e25a-6c80-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T05:18:53+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a7246a66-6c80-11ed-a27d-2e1b2d5eb196 | InvocationID=a7246ffc-6c80-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T05:18:57+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9a89e5ce-6c80-11ed-a27d-2e1b2d5eb196 | InvocationID=9a89eae2-6c80-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T05:18:57+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a978adc2-6c80-11ed-a27d-2e1b2d5eb196 | InvocationID=a978b1dc-6c80-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T05:18:57+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a978adc2-6c80-11ed-a27d-2e1b2d5eb196 | InvocationID=a978b1dc-6c80-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:18:57+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a978adc2-6c80-11ed-a27d-2e1b2d5eb196 | InvocationID=a978b1dc-6c80-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:19:18+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a7246a66-6c80-11ed-a27d-2e1b2d5eb196 | InvocationID=a7246ffc-6c80-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T05:19:18+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b5e6fe4c-6c80-11ed-a27d-2e1b2d5eb196 | InvocationID=b5e700c2-6c80-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T05:19:22+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a978adc2-6c80-11ed-a27d-2e1b2d5eb196 | InvocationID=a978b1dc-6c80-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T05:19:22+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b864da54-6c80-11ed-a27d-2e1b2d5eb196 | InvocationID=b864e922-6c80-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T05:19:22+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b864da54-6c80-11ed-a27d-2e1b2d5eb196 | InvocationID=b864e922-6c80-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:19:22+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b864da54-6c80-11ed-a27d-2e1b2d5eb196 | InvocationID=b864e922-6c80-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:19:42+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b5e6fe4c-6c80-11ed-a27d-2e1b2d5eb196 | InvocationID=b5e700c2-6c80-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T05:19:42+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c4ad95f8-6c80-11ed-a27d-2e1b2d5eb196 | InvocationID=c4ad988c-6c80-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T05:19:47+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b864da54-6c80-11ed-a27d-2e1b2d5eb196 | InvocationID=b864e922-6c80-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T05:19:47+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c75211b2-6c80-11ed-a27d-2e1b2d5eb196 | InvocationID=c75213ec-6c80-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T05:19:47+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c75211b2-6c80-11ed-a27d-2e1b2d5eb196 | InvocationID=c75213ec-6c80-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:19:47+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c75211b2-6c80-11ed-a27d-2e1b2d5eb196 | InvocationID=c75213ec-6c80-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:20:07+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c4ad95f8-6c80-11ed-a27d-2e1b2d5eb196 | InvocationID=c4ad988c-6c80-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T05:20:07+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d36e983a-6c80-11ed-a27d-2e1b2d5eb196 | InvocationID=d36e9b0a-6c80-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T05:20:12+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c75211b2-6c80-11ed-a27d-2e1b2d5eb196 | InvocationID=c75213ec-6c80-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T05:20:12+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d63d0614-6c80-11ed-a27d-2e1b2d5eb196 | InvocationID=d63d0876-6c80-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T05:20:12+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d63d0614-6c80-11ed-a27d-2e1b2d5eb196 | InvocationID=d63d0876-6c80-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:20:12+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d63d0614-6c80-11ed-a27d-2e1b2d5eb196 | InvocationID=d63d0876-6c80-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:20:32+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d36e983a-6c80-11ed-a27d-2e1b2d5eb196 | InvocationID=d36e9b0a-6c80-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T05:20:32+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e230a76e-6c80-11ed-a27d-2e1b2d5eb196 | InvocationID=e230aa16-6c80-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T05:20:37+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d63d0614-6c80-11ed-a27d-2e1b2d5eb196 | InvocationID=d63d0876-6c80-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T05:20:37+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e528e0da-6c80-11ed-a27d-2e1b2d5eb196 | InvocationID=e528e2d8-6c80-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T05:20:37+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e528e0da-6c80-11ed-a27d-2e1b2d5eb196 | InvocationID=e528e2d8-6c80-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:20:37+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e528e0da-6c80-11ed-a27d-2e1b2d5eb196 | InvocationID=e528e2d8-6c80-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:20:57+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e230a76e-6c80-11ed-a27d-2e1b2d5eb196 | InvocationID=e230aa16-6c80-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T05:20:57+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f0f17850-6c80-11ed-a27d-2e1b2d5eb196 | InvocationID=f0f17b0c-6c80-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T05:21:02+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e528e0da-6c80-11ed-a27d-2e1b2d5eb196 | InvocationID=e528e2d8-6c80-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T05:21:02+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f41515f0-6c80-11ed-a27d-2e1b2d5eb196 | InvocationID=f41517b2-6c80-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T05:21:02+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f41515f0-6c80-11ed-a27d-2e1b2d5eb196 | InvocationID=f41517b2-6c80-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:21:02+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f41515f0-6c80-11ed-a27d-2e1b2d5eb196 | InvocationID=f41517b2-6c80-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:21:21+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f0f17850-6c80-11ed-a27d-2e1b2d5eb196 | InvocationID=f0f17b0c-6c80-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T05:21:21+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ffb2d6e0-6c80-11ed-a27d-2e1b2d5eb196 | InvocationID=ffb2d960-6c80-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T05:21:27+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f41515f0-6c80-11ed-a27d-2e1b2d5eb196 | InvocationID=f41517b2-6c80-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T05:21:27+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=03005bb0-6c81-11ed-a27d-2e1b2d5eb196 | InvocationID=03005e12-6c81-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T05:21:27+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=03005bb0-6c81-11ed-a27d-2e1b2d5eb196 | InvocationID=03005e12-6c81-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:21:27+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=03005bb0-6c81-11ed-a27d-2e1b2d5eb196 | InvocationID=03005e12-6c81-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:21:46+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ffb2d6e0-6c80-11ed-a27d-2e1b2d5eb196 | InvocationID=ffb2d960-6c80-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T05:21:46+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0e755630-6c81-11ed-a27d-2e1b2d5eb196 | InvocationID=0e755914-6c81-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T05:21:52+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=03005bb0-6c81-11ed-a27d-2e1b2d5eb196 | InvocationID=03005e12-6c81-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T05:21:52+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=11eb8a46-6c81-11ed-a27d-2e1b2d5eb196 | InvocationID=11eb8cbc-6c81-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T05:21:52+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=11eb8a46-6c81-11ed-a27d-2e1b2d5eb196 | InvocationID=11eb8cbc-6c81-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:21:52+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=11eb8a46-6c81-11ed-a27d-2e1b2d5eb196 | InvocationID=11eb8cbc-6c81-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:22:11+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0e755630-6c81-11ed-a27d-2e1b2d5eb196 | InvocationID=0e755914-6c81-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T05:22:11+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1d382e68-6c81-11ed-a27d-2e1b2d5eb196 | InvocationID=1d3830e8-6c81-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T05:22:17+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=11eb8a46-6c81-11ed-a27d-2e1b2d5eb196 | InvocationID=11eb8cbc-6c81-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T05:22:17+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=20db7ac0-6c81-11ed-a27d-2e1b2d5eb196 | InvocationID=20db7d18-6c81-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T05:22:17+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=20db7ac0-6c81-11ed-a27d-2e1b2d5eb196 | InvocationID=20db7d18-6c81-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:22:17+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=20db7ac0-6c81-11ed-a27d-2e1b2d5eb196 | InvocationID=20db7d18-6c81-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:22:36+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1d382e68-6c81-11ed-a27d-2e1b2d5eb196 | InvocationID=1d3830e8-6c81-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T05:22:36+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2bfc75e4-6c81-11ed-a27d-2e1b2d5eb196 | InvocationID=2bfc7aa8-6c81-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T05:22:42+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=20db7ac0-6c81-11ed-a27d-2e1b2d5eb196 | InvocationID=20db7d18-6c81-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T05:22:42+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2fc94d8c-6c81-11ed-a27d-2e1b2d5eb196 | InvocationID=2fc95994-6c81-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T05:22:42+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2fc94d8c-6c81-11ed-a27d-2e1b2d5eb196 | InvocationID=2fc95994-6c81-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:22:42+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2fc94d8c-6c81-11ed-a27d-2e1b2d5eb196 | InvocationID=2fc95994-6c81-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:23:01+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2bfc75e4-6c81-11ed-a27d-2e1b2d5eb196 | InvocationID=2bfc7aa8-6c81-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T05:23:01+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3ac10c70-6c81-11ed-a27d-2e1b2d5eb196 | InvocationID=3ac10f04-6c81-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T05:23:07+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2fc94d8c-6c81-11ed-a27d-2e1b2d5eb196 | InvocationID=2fc95994-6c81-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T05:23:07+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3eb528fc-6c81-11ed-a27d-2e1b2d5eb196 | InvocationID=3eb52b7c-6c81-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T05:23:07+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3eb528fc-6c81-11ed-a27d-2e1b2d5eb196 | InvocationID=3eb52b7c-6c81-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:23:07+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3eb528fc-6c81-11ed-a27d-2e1b2d5eb196 | InvocationID=3eb52b7c-6c81-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:23:25+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3ac10c70-6c81-11ed-a27d-2e1b2d5eb196 | InvocationID=3ac10f04-6c81-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T05:23:25+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=49826682-6c81-11ed-a27d-2e1b2d5eb196 | InvocationID=498268bc-6c81-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T05:23:32+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3eb528fc-6c81-11ed-a27d-2e1b2d5eb196 | InvocationID=3eb52b7c-6c81-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T05:23:32+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4da0cfc4-6c81-11ed-a27d-2e1b2d5eb196 | InvocationID=4da0d1a4-6c81-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T05:23:32+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4da0cfc4-6c81-11ed-a27d-2e1b2d5eb196 | InvocationID=4da0d1a4-6c81-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:23:32+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4da0cfc4-6c81-11ed-a27d-2e1b2d5eb196 | InvocationID=4da0d1a4-6c81-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:23:50+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=49826682-6c81-11ed-a27d-2e1b2d5eb196 | InvocationID=498268bc-6c81-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T05:23:50+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=58449276-6c81-11ed-a27d-2e1b2d5eb196 | InvocationID=584494a6-6c81-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T05:23:57+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4da0cfc4-6c81-11ed-a27d-2e1b2d5eb196 | InvocationID=4da0d1a4-6c81-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T05:23:57+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c8c696c-6c81-11ed-a27d-2e1b2d5eb196 | InvocationID=5c8c6b4c-6c81-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T05:23:57+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c8c696c-6c81-11ed-a27d-2e1b2d5eb196 | InvocationID=5c8c6b4c-6c81-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:23:57+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5c8c696c-6c81-11ed-a27d-2e1b2d5eb196 | InvocationID=5c8c6b4c-6c81-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:24:15+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=58449276-6c81-11ed-a27d-2e1b2d5eb196 | InvocationID=584494a6-6c81-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T05:24:15+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6707a08c-6c81-11ed-a27d-2e1b2d5eb196 | InvocationID=6707a334-6c81-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T05:24:22+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5c8c696c-6c81-11ed-a27d-2e1b2d5eb196 | InvocationID=5c8c6b4c-6c81-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T05:24:22+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6b77bee0-6c81-11ed-a27d-2e1b2d5eb196 | InvocationID=6b77ce94-6c81-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T05:24:22+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6b77bee0-6c81-11ed-a27d-2e1b2d5eb196 | InvocationID=6b77ce94-6c81-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:24:22+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6b77bee0-6c81-11ed-a27d-2e1b2d5eb196 | InvocationID=6b77ce94-6c81-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:24:40+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6707a08c-6c81-11ed-a27d-2e1b2d5eb196 | InvocationID=6707a334-6c81-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T05:24:40+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=75cd0cb0-6c81-11ed-a27d-2e1b2d5eb196 | InvocationID=75cd1106-6c81-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T05:24:47+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6b77bee0-6c81-11ed-a27d-2e1b2d5eb196 | InvocationID=6b77ce94-6c81-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T05:24:47+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7a6621b2-6c81-11ed-a27d-2e1b2d5eb196 | InvocationID=7a662464-6c81-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T05:24:47+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7a6621b2-6c81-11ed-a27d-2e1b2d5eb196 | InvocationID=7a662464-6c81-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:24:47+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7a6621b2-6c81-11ed-a27d-2e1b2d5eb196 | InvocationID=7a662464-6c81-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:25:04+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=75cd0cb0-6c81-11ed-a27d-2e1b2d5eb196 | InvocationID=75cd1106-6c81-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T05:25:04+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8494a906-6c81-11ed-a27d-2e1b2d5eb196 | InvocationID=8494ab7c-6c81-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T05:25:12+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7a6621b2-6c81-11ed-a27d-2e1b2d5eb196 | InvocationID=7a662464-6c81-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T05:25:12+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8954c2b4-6c81-11ed-a27d-2e1b2d5eb196 | InvocationID=8954c552-6c81-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T05:25:12+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8954c2b4-6c81-11ed-a27d-2e1b2d5eb196 | InvocationID=8954c552-6c81-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:25:12+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8954c2b4-6c81-11ed-a27d-2e1b2d5eb196 | InvocationID=8954c552-6c81-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:25:29+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8494a906-6c81-11ed-a27d-2e1b2d5eb196 | InvocationID=8494ab7c-6c81-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T05:25:29+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9357957a-6c81-11ed-a27d-2e1b2d5eb196 | InvocationID=93579926-6c81-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T05:25:37+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8954c2b4-6c81-11ed-a27d-2e1b2d5eb196 | InvocationID=8954c552-6c81-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T05:25:37+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=984382ce-6c81-11ed-a27d-2e1b2d5eb196 | InvocationID=9843849a-6c81-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T05:25:37+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=984382ce-6c81-11ed-a27d-2e1b2d5eb196 | InvocationID=9843849a-6c81-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:25:37+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=984382ce-6c81-11ed-a27d-2e1b2d5eb196 | InvocationID=9843849a-6c81-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:25:54+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9357957a-6c81-11ed-a27d-2e1b2d5eb196 | InvocationID=93579926-6c81-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T05:25:54+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a21a138a-6c81-11ed-a27d-2e1b2d5eb196 | InvocationID=a21a1632-6c81-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T05:26:02+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=984382ce-6c81-11ed-a27d-2e1b2d5eb196 | InvocationID=9843849a-6c81-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T05:26:02+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a72f491c-6c81-11ed-a27d-2e1b2d5eb196 | InvocationID=a72f4d9a-6c81-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T05:26:03+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a72f491c-6c81-11ed-a27d-2e1b2d5eb196 | InvocationID=a72f4d9a-6c81-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:26:03+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a72f491c-6c81-11ed-a27d-2e1b2d5eb196 | InvocationID=a72f4d9a-6c81-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:26:19+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a21a138a-6c81-11ed-a27d-2e1b2d5eb196 | InvocationID=a21a1632-6c81-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T05:26:19+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b0e1ce80-6c81-11ed-a27d-2e1b2d5eb196 | InvocationID=b0e1d132-6c81-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T05:26:28+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a72f491c-6c81-11ed-a27d-2e1b2d5eb196 | InvocationID=a72f4d9a-6c81-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T05:26:28+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b61af764-6c81-11ed-a27d-2e1b2d5eb196 | InvocationID=b61af94e-6c81-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T05:26:28+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b61af764-6c81-11ed-a27d-2e1b2d5eb196 | InvocationID=b61af94e-6c81-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:26:28+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b61af764-6c81-11ed-a27d-2e1b2d5eb196 | InvocationID=b61af94e-6c81-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:26:44+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b0e1ce80-6c81-11ed-a27d-2e1b2d5eb196 | InvocationID=b0e1d132-6c81-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T05:26:44+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bfa39c1e-6c81-11ed-a27d-2e1b2d5eb196 | InvocationID=bfa39e08-6c81-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T05:26:53+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b61af764-6c81-11ed-a27d-2e1b2d5eb196 | InvocationID=b61af94e-6c81-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T05:26:53+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c506304a-6c81-11ed-a27d-2e1b2d5eb196 | InvocationID=c5063234-6c81-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T05:26:53+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c506304a-6c81-11ed-a27d-2e1b2d5eb196 | InvocationID=c5063234-6c81-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:26:53+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c506304a-6c81-11ed-a27d-2e1b2d5eb196 | InvocationID=c5063234-6c81-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:27:08+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bfa39c1e-6c81-11ed-a27d-2e1b2d5eb196 | InvocationID=bfa39e08-6c81-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T05:27:08+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ce687440-6c81-11ed-a27d-2e1b2d5eb196 | InvocationID=ce687684-6c81-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T05:27:18+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c506304a-6c81-11ed-a27d-2e1b2d5eb196 | InvocationID=c5063234-6c81-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T05:27:18+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d3f1b282-6c81-11ed-a27d-2e1b2d5eb196 | InvocationID=d3f1b598-6c81-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T05:27:18+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d3f1b282-6c81-11ed-a27d-2e1b2d5eb196 | InvocationID=d3f1b598-6c81-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:27:18+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d3f1b282-6c81-11ed-a27d-2e1b2d5eb196 | InvocationID=d3f1b598-6c81-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:27:33+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ce687440-6c81-11ed-a27d-2e1b2d5eb196 | InvocationID=ce687684-6c81-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T05:27:33+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dd2ae4a4-6c81-11ed-a27d-2e1b2d5eb196 | InvocationID=dd2ae80a-6c81-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T05:27:43+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d3f1b282-6c81-11ed-a27d-2e1b2d5eb196 | InvocationID=d3f1b598-6c81-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T05:27:43+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e2de9562-6c81-11ed-a27d-2e1b2d5eb196 | InvocationID=e2de98d2-6c81-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T05:27:43+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e2de9562-6c81-11ed-a27d-2e1b2d5eb196 | InvocationID=e2de98d2-6c81-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:27:43+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e2de9562-6c81-11ed-a27d-2e1b2d5eb196 | InvocationID=e2de98d2-6c81-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:27:58+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dd2ae4a4-6c81-11ed-a27d-2e1b2d5eb196 | InvocationID=dd2ae80a-6c81-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T05:27:58+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ebec659e-6c81-11ed-a27d-2e1b2d5eb196 | InvocationID=ebec67b0-6c81-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T05:28:08+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e2de9562-6c81-11ed-a27d-2e1b2d5eb196 | InvocationID=e2de98d2-6c81-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T05:28:08+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f1caa354-6c81-11ed-a27d-2e1b2d5eb196 | InvocationID=f1caa5c0-6c81-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T05:28:08+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f1caa354-6c81-11ed-a27d-2e1b2d5eb196 | InvocationID=f1caa5c0-6c81-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:28:08+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f1caa354-6c81-11ed-a27d-2e1b2d5eb196 | InvocationID=f1caa5c0-6c81-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:28:23+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ebec659e-6c81-11ed-a27d-2e1b2d5eb196 | InvocationID=ebec67b0-6c81-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T05:28:23+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fab29152-6c81-11ed-a27d-2e1b2d5eb196 | InvocationID=fab2933c-6c81-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T05:28:33+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f1caa354-6c81-11ed-a27d-2e1b2d5eb196 | InvocationID=f1caa5c0-6c81-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T05:28:33+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=00b64c7e-6c82-11ed-a27d-2e1b2d5eb196 | InvocationID=00b64e68-6c82-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T05:28:33+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=00b64c7e-6c82-11ed-a27d-2e1b2d5eb196 | InvocationID=00b64e68-6c82-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:28:33+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=00b64c7e-6c82-11ed-a27d-2e1b2d5eb196 | InvocationID=00b64e68-6c82-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:28:47+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fab29152-6c81-11ed-a27d-2e1b2d5eb196 | InvocationID=fab2933c-6c81-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T05:28:47+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=097522a4-6c82-11ed-a27d-2e1b2d5eb196 | InvocationID=09752c72-6c82-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T05:28:58+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=00b64c7e-6c82-11ed-a27d-2e1b2d5eb196 | InvocationID=00b64e68-6c82-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T05:28:58+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0fa1c204-6c82-11ed-a27d-2e1b2d5eb196 | InvocationID=0fa1c402-6c82-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T05:28:58+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0fa1c204-6c82-11ed-a27d-2e1b2d5eb196 | InvocationID=0fa1c402-6c82-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:28:58+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0fa1c204-6c82-11ed-a27d-2e1b2d5eb196 | InvocationID=0fa1c402-6c82-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:29:12+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=097522a4-6c82-11ed-a27d-2e1b2d5eb196 | InvocationID=09752c72-6c82-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T05:29:12+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1836f27c-6c82-11ed-a27d-2e1b2d5eb196 | InvocationID=1836f466-6c82-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T05:29:23+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0fa1c204-6c82-11ed-a27d-2e1b2d5eb196 | InvocationID=0fa1c402-6c82-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T05:29:23+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e8d2a74-6c82-11ed-a27d-2e1b2d5eb196 | InvocationID=1e8d2d94-6c82-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T05:29:23+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e8d2a74-6c82-11ed-a27d-2e1b2d5eb196 | InvocationID=1e8d2d94-6c82-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:29:23+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1e8d2a74-6c82-11ed-a27d-2e1b2d5eb196 | InvocationID=1e8d2d94-6c82-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:29:37+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1836f27c-6c82-11ed-a27d-2e1b2d5eb196 | InvocationID=1836f466-6c82-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T05:29:37+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=26f92bd6-6c82-11ed-a27d-2e1b2d5eb196 | InvocationID=26f9327a-6c82-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T05:29:48+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1e8d2a74-6c82-11ed-a27d-2e1b2d5eb196 | InvocationID=1e8d2d94-6c82-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T05:29:48+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d78b936-6c82-11ed-a27d-2e1b2d5eb196 | InvocationID=2d78bb20-6c82-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T05:29:48+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d78b936-6c82-11ed-a27d-2e1b2d5eb196 | InvocationID=2d78bb20-6c82-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:29:48+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2d78b936-6c82-11ed-a27d-2e1b2d5eb196 | InvocationID=2d78bb20-6c82-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:30:02+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=26f92bd6-6c82-11ed-a27d-2e1b2d5eb196 | InvocationID=26f9327a-6c82-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T05:30:02+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=35c0eaa0-6c82-11ed-a27d-2e1b2d5eb196 | InvocationID=35c0ec94-6c82-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T05:30:13+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2d78b936-6c82-11ed-a27d-2e1b2d5eb196 | InvocationID=2d78bb20-6c82-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T05:30:13+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3c6543e2-6c82-11ed-a27d-2e1b2d5eb196 | InvocationID=3c6545f4-6c82-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T05:30:13+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3c6543e2-6c82-11ed-a27d-2e1b2d5eb196 | InvocationID=3c6545f4-6c82-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:30:13+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3c6543e2-6c82-11ed-a27d-2e1b2d5eb196 | InvocationID=3c6545f4-6c82-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:30:26+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=35c0eaa0-6c82-11ed-a27d-2e1b2d5eb196 | InvocationID=35c0ec94-6c82-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T05:30:26+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4481d75c-6c82-11ed-a27d-2e1b2d5eb196 | InvocationID=4481d996-6c82-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T05:30:38+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3c6543e2-6c82-11ed-a27d-2e1b2d5eb196 | InvocationID=3c6545f4-6c82-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T05:30:38+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4b506ac6-6c82-11ed-a27d-2e1b2d5eb196 | InvocationID=4b506cf6-6c82-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T05:30:38+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4b506ac6-6c82-11ed-a27d-2e1b2d5eb196 | InvocationID=4b506cf6-6c82-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:30:38+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4b506ac6-6c82-11ed-a27d-2e1b2d5eb196 | InvocationID=4b506cf6-6c82-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:30:51+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4481d75c-6c82-11ed-a27d-2e1b2d5eb196 | InvocationID=4481d996-6c82-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T05:30:51+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5343aa22-6c82-11ed-a27d-2e1b2d5eb196 | InvocationID=5343ae96-6c82-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T05:31:03+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4b506ac6-6c82-11ed-a27d-2e1b2d5eb196 | InvocationID=4b506cf6-6c82-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T05:31:03+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5a3f8af8-6c82-11ed-a27d-2e1b2d5eb196 | InvocationID=5a3f8d0a-6c82-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T05:31:03+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5a3f8af8-6c82-11ed-a27d-2e1b2d5eb196 | InvocationID=5a3f8d0a-6c82-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:31:03+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5a3f8af8-6c82-11ed-a27d-2e1b2d5eb196 | InvocationID=5a3f8d0a-6c82-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:31:16+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5343aa22-6c82-11ed-a27d-2e1b2d5eb196 | InvocationID=5343ae96-6c82-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T05:31:16+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=620a581c-6c82-11ed-a27d-2e1b2d5eb196 | InvocationID=620a5a74-6c82-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T05:31:28+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5a3f8af8-6c82-11ed-a27d-2e1b2d5eb196 | InvocationID=5a3f8d0a-6c82-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T05:31:28+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=692adcde-6c82-11ed-a27d-2e1b2d5eb196 | InvocationID=692ae030-6c82-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T05:31:28+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=692adcde-6c82-11ed-a27d-2e1b2d5eb196 | InvocationID=692ae030-6c82-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:31:28+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=692adcde-6c82-11ed-a27d-2e1b2d5eb196 | InvocationID=692ae030-6c82-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:31:41+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=620a581c-6c82-11ed-a27d-2e1b2d5eb196 | InvocationID=620a5a74-6c82-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T05:31:41+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=70d096ea-6c82-11ed-a27d-2e1b2d5eb196 | InvocationID=70d098ca-6c82-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T05:31:53+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=692adcde-6c82-11ed-a27d-2e1b2d5eb196 | InvocationID=692ae030-6c82-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T05:31:53+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7816b182-6c82-11ed-a27d-2e1b2d5eb196 | InvocationID=7816b402-6c82-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T05:31:53+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7816b182-6c82-11ed-a27d-2e1b2d5eb196 | InvocationID=7816b402-6c82-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:31:53+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7816b182-6c82-11ed-a27d-2e1b2d5eb196 | InvocationID=7816b402-6c82-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:32:06+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=70d096ea-6c82-11ed-a27d-2e1b2d5eb196 | InvocationID=70d098ca-6c82-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T05:32:06+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7f92ba00-6c82-11ed-a27d-2e1b2d5eb196 | InvocationID=7f92bbd6-6c82-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T05:32:18+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7816b182-6c82-11ed-a27d-2e1b2d5eb196 | InvocationID=7816b402-6c82-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T05:32:18+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=870a9488-6c82-11ed-a27d-2e1b2d5eb196 | InvocationID=870a9708-6c82-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T05:32:18+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=870a9488-6c82-11ed-a27d-2e1b2d5eb196 | InvocationID=870a9708-6c82-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:32:18+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=870a9488-6c82-11ed-a27d-2e1b2d5eb196 | InvocationID=870a9708-6c82-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:32:30+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7f92ba00-6c82-11ed-a27d-2e1b2d5eb196 | InvocationID=7f92bbd6-6c82-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T05:32:30+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8e54b822-6c82-11ed-a27d-2e1b2d5eb196 | InvocationID=8e54ba0c-6c82-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T05:32:43+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=870a9488-6c82-11ed-a27d-2e1b2d5eb196 | InvocationID=870a9708-6c82-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T05:32:43+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=95f6ab6c-6c82-11ed-a27d-2e1b2d5eb196 | InvocationID=95f6ad92-6c82-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T05:32:43+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=95f6ab6c-6c82-11ed-a27d-2e1b2d5eb196 | InvocationID=95f6ad92-6c82-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:32:43+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=95f6ab6c-6c82-11ed-a27d-2e1b2d5eb196 | InvocationID=95f6ad92-6c82-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:32:55+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8e54b822-6c82-11ed-a27d-2e1b2d5eb196 | InvocationID=8e54ba0c-6c82-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T05:32:55+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9d16b5ea-6c82-11ed-a27d-2e1b2d5eb196 | InvocationID=9d16bb9e-6c82-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T05:33:08+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=95f6ab6c-6c82-11ed-a27d-2e1b2d5eb196 | InvocationID=95f6ad92-6c82-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T05:33:08+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a4e2ac16-6c82-11ed-a27d-2e1b2d5eb196 | InvocationID=a4e2af36-6c82-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T05:33:08+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a4e2ac16-6c82-11ed-a27d-2e1b2d5eb196 | InvocationID=a4e2af36-6c82-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:33:08+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a4e2ac16-6c82-11ed-a27d-2e1b2d5eb196 | InvocationID=a4e2af36-6c82-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:33:20+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9d16b5ea-6c82-11ed-a27d-2e1b2d5eb196 | InvocationID=9d16bb9e-6c82-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T05:33:20+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=abd9a4a2-6c82-11ed-a27d-2e1b2d5eb196 | InvocationID=abd9a70e-6c82-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T05:33:33+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a4e2ac16-6c82-11ed-a27d-2e1b2d5eb196 | InvocationID=a4e2af36-6c82-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T05:33:33+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b3cdfee2-6c82-11ed-a27d-2e1b2d5eb196 | InvocationID=b3ce01bc-6c82-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T05:33:33+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b3cdfee2-6c82-11ed-a27d-2e1b2d5eb196 | InvocationID=b3ce01bc-6c82-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:33:33+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b3cdfee2-6c82-11ed-a27d-2e1b2d5eb196 | InvocationID=b3ce01bc-6c82-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:33:45+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=abd9a4a2-6c82-11ed-a27d-2e1b2d5eb196 | InvocationID=abd9a70e-6c82-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T05:33:45+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=baa22c70-6c82-11ed-a27d-2e1b2d5eb196 | InvocationID=baa22e96-6c82-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T05:33:58+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b3cdfee2-6c82-11ed-a27d-2e1b2d5eb196 | InvocationID=b3ce01bc-6c82-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T05:33:58+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c2ba9334-6c82-11ed-a27d-2e1b2d5eb196 | InvocationID=c2ba9546-6c82-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T05:33:58+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c2ba9334-6c82-11ed-a27d-2e1b2d5eb196 | InvocationID=c2ba9546-6c82-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:33:58+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c2ba9334-6c82-11ed-a27d-2e1b2d5eb196 | InvocationID=c2ba9546-6c82-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:34:09+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=baa22c70-6c82-11ed-a27d-2e1b2d5eb196 | InvocationID=baa22e96-6c82-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T05:34:09+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c964af30-6c82-11ed-a27d-2e1b2d5eb196 | InvocationID=c964b138-6c82-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T05:34:23+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c2ba9334-6c82-11ed-a27d-2e1b2d5eb196 | InvocationID=c2ba9546-6c82-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T05:34:23+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d1a8d540-6c82-11ed-a27d-2e1b2d5eb196 | InvocationID=d1a8d7b6-6c82-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T05:34:23+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d1a8d540-6c82-11ed-a27d-2e1b2d5eb196 | InvocationID=d1a8d7b6-6c82-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:34:23+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d1a8d540-6c82-11ed-a27d-2e1b2d5eb196 | InvocationID=d1a8d7b6-6c82-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:34:34+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c964af30-6c82-11ed-a27d-2e1b2d5eb196 | InvocationID=c964b138-6c82-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T05:34:34+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d8295994-6c82-11ed-a27d-2e1b2d5eb196 | InvocationID=d8295b88-6c82-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T05:34:48+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d1a8d540-6c82-11ed-a27d-2e1b2d5eb196 | InvocationID=d1a8d7b6-6c82-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T05:34:48+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e0949eea-6c82-11ed-a27d-2e1b2d5eb196 | InvocationID=e094a160-6c82-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T05:34:48+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e0949eea-6c82-11ed-a27d-2e1b2d5eb196 | InvocationID=e094a160-6c82-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:34:48+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e0949eea-6c82-11ed-a27d-2e1b2d5eb196 | InvocationID=e094a160-6c82-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:34:59+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d8295994-6c82-11ed-a27d-2e1b2d5eb196 | InvocationID=d8295b88-6c82-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T05:34:59+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e6eb172e-6c82-11ed-a27d-2e1b2d5eb196 | InvocationID=e6eb1954-6c82-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T05:35:13+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e0949eea-6c82-11ed-a27d-2e1b2d5eb196 | InvocationID=e094a160-6c82-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T05:35:13+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ef810178-6c82-11ed-a27d-2e1b2d5eb196 | InvocationID=ef8103f8-6c82-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T05:35:13+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ef810178-6c82-11ed-a27d-2e1b2d5eb196 | InvocationID=ef8103f8-6c82-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:35:13+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ef810178-6c82-11ed-a27d-2e1b2d5eb196 | InvocationID=ef8103f8-6c82-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:35:24+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e6eb172e-6c82-11ed-a27d-2e1b2d5eb196 | InvocationID=e6eb1954-6c82-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T05:35:24+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f5b17884-6c82-11ed-a27d-2e1b2d5eb196 | InvocationID=f5b17b9a-6c82-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T05:35:38+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ef810178-6c82-11ed-a27d-2e1b2d5eb196 | InvocationID=ef8103f8-6c82-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T05:35:38+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fe6cc03c-6c82-11ed-a27d-2e1b2d5eb196 | InvocationID=fe6cc276-6c82-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T05:35:38+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fe6cc03c-6c82-11ed-a27d-2e1b2d5eb196 | InvocationID=fe6cc276-6c82-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:35:38+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fe6cc03c-6c82-11ed-a27d-2e1b2d5eb196 | InvocationID=fe6cc276-6c82-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:35:48+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f5b17884-6c82-11ed-a27d-2e1b2d5eb196 | InvocationID=f5b17b9a-6c82-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T05:35:48+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0475ef4e-6c83-11ed-a27d-2e1b2d5eb196 | InvocationID=0475f156-6c83-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T05:36:03+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fe6cc03c-6c82-11ed-a27d-2e1b2d5eb196 | InvocationID=fe6cc276-6c82-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T05:36:03+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0d58c960-6c83-11ed-a27d-2e1b2d5eb196 | InvocationID=0d58ce06-6c83-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T05:36:03+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0d58c960-6c83-11ed-a27d-2e1b2d5eb196 | InvocationID=0d58ce06-6c83-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:36:03+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0d58c960-6c83-11ed-a27d-2e1b2d5eb196 | InvocationID=0d58ce06-6c83-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:36:13+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0475ef4e-6c83-11ed-a27d-2e1b2d5eb196 | InvocationID=0475f156-6c83-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T05:36:13+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=133985fe-6c83-11ed-a27d-2e1b2d5eb196 | InvocationID=13398806-6c83-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T05:36:28+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0d58c960-6c83-11ed-a27d-2e1b2d5eb196 | InvocationID=0d58ce06-6c83-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T05:36:28+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1c4423e8-6c83-11ed-a27d-2e1b2d5eb196 | InvocationID=1c442640-6c83-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T05:36:28+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1c4423e8-6c83-11ed-a27d-2e1b2d5eb196 | InvocationID=1c442640-6c83-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:36:28+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1c4423e8-6c83-11ed-a27d-2e1b2d5eb196 | InvocationID=1c442640-6c83-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:36:38+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=133985fe-6c83-11ed-a27d-2e1b2d5eb196 | InvocationID=13398806-6c83-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T05:36:38+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=22042d8c-6c83-11ed-a27d-2e1b2d5eb196 | InvocationID=22043250-6c83-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T05:36:53+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1c4423e8-6c83-11ed-a27d-2e1b2d5eb196 | InvocationID=1c442640-6c83-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T05:36:53+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2b31457a-6c83-11ed-a27d-2e1b2d5eb196 | InvocationID=2b3147c8-6c83-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T05:36:53+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2b31457a-6c83-11ed-a27d-2e1b2d5eb196 | InvocationID=2b3147c8-6c83-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:36:53+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2b31457a-6c83-11ed-a27d-2e1b2d5eb196 | InvocationID=2b3147c8-6c83-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:37:03+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=22042d8c-6c83-11ed-a27d-2e1b2d5eb196 | InvocationID=22043250-6c83-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T05:37:03+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=30c867b6-6c83-11ed-a27d-2e1b2d5eb196 | InvocationID=30c86a04-6c83-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T05:37:19+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2b31457a-6c83-11ed-a27d-2e1b2d5eb196 | InvocationID=2b3147c8-6c83-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T05:37:19+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3a1fa25c-6c83-11ed-a27d-2e1b2d5eb196 | InvocationID=3a1fa518-6c83-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T05:37:19+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3a1fa25c-6c83-11ed-a27d-2e1b2d5eb196 | InvocationID=3a1fa518-6c83-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:37:19+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3a1fa25c-6c83-11ed-a27d-2e1b2d5eb196 | InvocationID=3a1fa518-6c83-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:37:28+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=30c867b6-6c83-11ed-a27d-2e1b2d5eb196 | InvocationID=30c86a04-6c83-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T05:37:28+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3f90966a-6c83-11ed-a27d-2e1b2d5eb196 | InvocationID=3f90a2f4-6c83-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T05:37:44+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3a1fa25c-6c83-11ed-a27d-2e1b2d5eb196 | InvocationID=3a1fa518-6c83-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T05:37:44+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=490c9914-6c83-11ed-a27d-2e1b2d5eb196 | InvocationID=490c9e3c-6c83-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T05:37:44+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=490c9914-6c83-11ed-a27d-2e1b2d5eb196 | InvocationID=490c9e3c-6c83-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:37:44+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=490c9914-6c83-11ed-a27d-2e1b2d5eb196 | InvocationID=490c9e3c-6c83-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:37:52+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3f90966a-6c83-11ed-a27d-2e1b2d5eb196 | InvocationID=3f90a2f4-6c83-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T05:37:52+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4e54b5aa-6c83-11ed-a27d-2e1b2d5eb196 | InvocationID=4e54b8de-6c83-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T05:38:09+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=490c9914-6c83-11ed-a27d-2e1b2d5eb196 | InvocationID=490c9e3c-6c83-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T05:38:09+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=57f82c2c-6c83-11ed-a27d-2e1b2d5eb196 | InvocationID=57f82e0c-6c83-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T05:38:09+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=57f82c2c-6c83-11ed-a27d-2e1b2d5eb196 | InvocationID=57f82e0c-6c83-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:38:09+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=57f82c2c-6c83-11ed-a27d-2e1b2d5eb196 | InvocationID=57f82e0c-6c83-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:38:17+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4e54b5aa-6c83-11ed-a27d-2e1b2d5eb196 | InvocationID=4e54b8de-6c83-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T05:38:17+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5d17aae8-6c83-11ed-a27d-2e1b2d5eb196 | InvocationID=5d17ad68-6c83-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T05:38:34+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=57f82c2c-6c83-11ed-a27d-2e1b2d5eb196 | InvocationID=57f82e0c-6c83-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T05:38:34+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=66e3da9c-6c83-11ed-a27d-2e1b2d5eb196 | InvocationID=66e3dcc2-6c83-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T05:38:34+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=66e3da9c-6c83-11ed-a27d-2e1b2d5eb196 | InvocationID=66e3dcc2-6c83-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:38:34+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=66e3da9c-6c83-11ed-a27d-2e1b2d5eb196 | InvocationID=66e3dcc2-6c83-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:38:42+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5d17aae8-6c83-11ed-a27d-2e1b2d5eb196 | InvocationID=5d17ad68-6c83-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T05:38:42+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6bdd5118-6c83-11ed-a27d-2e1b2d5eb196 | InvocationID=6bdd535c-6c83-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T05:38:59+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=66e3da9c-6c83-11ed-a27d-2e1b2d5eb196 | InvocationID=66e3dcc2-6c83-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T05:38:59+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=75cecbf2-6c83-11ed-a27d-2e1b2d5eb196 | InvocationID=75ceceea-6c83-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T05:38:59+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=75cecbf2-6c83-11ed-a27d-2e1b2d5eb196 | InvocationID=75ceceea-6c83-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:38:59+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=75cecbf2-6c83-11ed-a27d-2e1b2d5eb196 | InvocationID=75ceceea-6c83-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:39:07+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6bdd5118-6c83-11ed-a27d-2e1b2d5eb196 | InvocationID=6bdd535c-6c83-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T05:39:07+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7a9f5066-6c83-11ed-a27d-2e1b2d5eb196 | InvocationID=7a9f53ae-6c83-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T05:39:24+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=75cecbf2-6c83-11ed-a27d-2e1b2d5eb196 | InvocationID=75ceceea-6c83-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T05:39:24+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=84ba4e34-6c83-11ed-a27d-2e1b2d5eb196 | InvocationID=84ba512c-6c83-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T05:39:24+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=84ba4e34-6c83-11ed-a27d-2e1b2d5eb196 | InvocationID=84ba512c-6c83-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:39:24+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=84ba4e34-6c83-11ed-a27d-2e1b2d5eb196 | InvocationID=84ba512c-6c83-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:39:31+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7a9f5066-6c83-11ed-a27d-2e1b2d5eb196 | InvocationID=7a9f53ae-6c83-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T05:39:31+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8962fe04-6c83-11ed-a27d-2e1b2d5eb196 | InvocationID=896305e8-6c83-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T05:39:49+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=84ba4e34-6c83-11ed-a27d-2e1b2d5eb196 | InvocationID=84ba512c-6c83-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T05:39:49+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=93a6fe06-6c83-11ed-a27d-2e1b2d5eb196 | InvocationID=93a7048c-6c83-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T05:39:49+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=93a6fe06-6c83-11ed-a27d-2e1b2d5eb196 | InvocationID=93a7048c-6c83-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:39:49+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=93a6fe06-6c83-11ed-a27d-2e1b2d5eb196 | InvocationID=93a7048c-6c83-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:39:56+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8962fe04-6c83-11ed-a27d-2e1b2d5eb196 | InvocationID=896305e8-6c83-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T05:39:56+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=982910fe-6c83-11ed-a27d-2e1b2d5eb196 | InvocationID=98291662-6c83-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T05:40:14+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=93a6fe06-6c83-11ed-a27d-2e1b2d5eb196 | InvocationID=93a7048c-6c83-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T05:40:14+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a2937d04-6c83-11ed-a27d-2e1b2d5eb196 | InvocationID=a29380ba-6c83-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T05:40:14+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a2937d04-6c83-11ed-a27d-2e1b2d5eb196 | InvocationID=a29380ba-6c83-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:40:14+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a2937d04-6c83-11ed-a27d-2e1b2d5eb196 | InvocationID=a29380ba-6c83-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:40:21+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=982910fe-6c83-11ed-a27d-2e1b2d5eb196 | InvocationID=98291662-6c83-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T05:40:21+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a6ed4d08-6c83-11ed-a27d-2e1b2d5eb196 | InvocationID=a6ed4f7e-6c83-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T05:40:39+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a2937d04-6c83-11ed-a27d-2e1b2d5eb196 | InvocationID=a29380ba-6c83-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T05:40:39+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b182417e-6c83-11ed-a27d-2e1b2d5eb196 | InvocationID=b182443a-6c83-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T05:40:39+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b182417e-6c83-11ed-a27d-2e1b2d5eb196 | InvocationID=b182443a-6c83-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:40:39+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b182417e-6c83-11ed-a27d-2e1b2d5eb196 | InvocationID=b182443a-6c83-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:40:46+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a6ed4d08-6c83-11ed-a27d-2e1b2d5eb196 | InvocationID=a6ed4f7e-6c83-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T05:40:46+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b5bd06de-6c83-11ed-a27d-2e1b2d5eb196 | InvocationID=b5bd0936-6c83-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T05:41:04+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b182417e-6c83-11ed-a27d-2e1b2d5eb196 | InvocationID=b182443a-6c83-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T05:41:04+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c06e7018-6c83-11ed-a27d-2e1b2d5eb196 | InvocationID=c06e7234-6c83-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T05:41:04+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c06e7018-6c83-11ed-a27d-2e1b2d5eb196 | InvocationID=c06e7234-6c83-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:41:04+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c06e7018-6c83-11ed-a27d-2e1b2d5eb196 | InvocationID=c06e7234-6c83-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:41:11+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b5bd06de-6c83-11ed-a27d-2e1b2d5eb196 | InvocationID=b5bd0936-6c83-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T05:41:11+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c4811926-6c83-11ed-a27d-2e1b2d5eb196 | InvocationID=c4811bce-6c83-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T05:41:29+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c06e7018-6c83-11ed-a27d-2e1b2d5eb196 | InvocationID=c06e7234-6c83-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T05:41:29+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cf5a097a-6c83-11ed-a27d-2e1b2d5eb196 | InvocationID=cf5a0bdc-6c83-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T05:41:29+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cf5a097a-6c83-11ed-a27d-2e1b2d5eb196 | InvocationID=cf5a0bdc-6c83-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:41:29+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cf5a097a-6c83-11ed-a27d-2e1b2d5eb196 | InvocationID=cf5a0bdc-6c83-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:41:35+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c4811926-6c83-11ed-a27d-2e1b2d5eb196 | InvocationID=c4811bce-6c83-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T05:41:35+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d348e4c0-6c83-11ed-a27d-2e1b2d5eb196 | InvocationID=d348e6dc-6c83-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T05:41:54+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cf5a097a-6c83-11ed-a27d-2e1b2d5eb196 | InvocationID=cf5a0bdc-6c83-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T05:41:54+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=de462162-6c83-11ed-a27d-2e1b2d5eb196 | InvocationID=de4623ce-6c83-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T05:41:54+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=de462162-6c83-11ed-a27d-2e1b2d5eb196 | InvocationID=de4623ce-6c83-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:41:54+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=de462162-6c83-11ed-a27d-2e1b2d5eb196 | InvocationID=de4623ce-6c83-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:42:00+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d348e4c0-6c83-11ed-a27d-2e1b2d5eb196 | InvocationID=d348e6dc-6c83-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T05:42:00+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e20bd594-6c83-11ed-a27d-2e1b2d5eb196 | InvocationID=e20bd7ce-6c83-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T05:42:19+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=de462162-6c83-11ed-a27d-2e1b2d5eb196 | InvocationID=de4623ce-6c83-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T05:42:19+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ed354ffe-6c83-11ed-a27d-2e1b2d5eb196 | InvocationID=ed355486-6c83-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T05:42:19+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ed354ffe-6c83-11ed-a27d-2e1b2d5eb196 | InvocationID=ed355486-6c83-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:42:19+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ed354ffe-6c83-11ed-a27d-2e1b2d5eb196 | InvocationID=ed355486-6c83-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:42:25+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e20bd594-6c83-11ed-a27d-2e1b2d5eb196 | InvocationID=e20bd7ce-6c83-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T05:42:25+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f0cf8b02-6c83-11ed-a27d-2e1b2d5eb196 | InvocationID=f0cf8d64-6c83-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T05:42:44+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ed354ffe-6c83-11ed-a27d-2e1b2d5eb196 | InvocationID=ed355486-6c83-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T05:42:44+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fc210aa8-6c83-11ed-a27d-2e1b2d5eb196 | InvocationID=fc210d32-6c83-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T05:42:44+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fc210aa8-6c83-11ed-a27d-2e1b2d5eb196 | InvocationID=fc210d32-6c83-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:42:44+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fc210aa8-6c83-11ed-a27d-2e1b2d5eb196 | InvocationID=fc210d32-6c83-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:42:50+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f0cf8b02-6c83-11ed-a27d-2e1b2d5eb196 | InvocationID=f0cf8d64-6c83-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T05:42:50+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ff913f28-6c83-11ed-a27d-2e1b2d5eb196 | InvocationID=ff914112-6c83-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T05:43:09+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fc210aa8-6c83-11ed-a27d-2e1b2d5eb196 | InvocationID=fc210d32-6c83-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T05:43:09+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0b0c5cde-6c84-11ed-a27d-2e1b2d5eb196 | InvocationID=0b0c5ec8-6c84-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T05:43:09+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0b0c5cde-6c84-11ed-a27d-2e1b2d5eb196 | InvocationID=0b0c5ec8-6c84-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:43:09+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0b0c5cde-6c84-11ed-a27d-2e1b2d5eb196 | InvocationID=0b0c5ec8-6c84-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:43:15+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ff913f28-6c83-11ed-a27d-2e1b2d5eb196 | InvocationID=ff914112-6c83-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T05:43:15+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0e556c28-6c84-11ed-a27d-2e1b2d5eb196 | InvocationID=0e5570ce-6c84-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T05:43:34+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0b0c5cde-6c84-11ed-a27d-2e1b2d5eb196 | InvocationID=0b0c5ec8-6c84-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T05:43:34+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=19f85b1c-6c84-11ed-a27d-2e1b2d5eb196 | InvocationID=19f85f54-6c84-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T05:43:34+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=19f85b1c-6c84-11ed-a27d-2e1b2d5eb196 | InvocationID=19f85f54-6c84-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:43:34+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=19f85b1c-6c84-11ed-a27d-2e1b2d5eb196 | InvocationID=19f85f54-6c84-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:43:39+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0e556c28-6c84-11ed-a27d-2e1b2d5eb196 | InvocationID=0e5570ce-6c84-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T05:43:39+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1d1aea4e-6c84-11ed-a27d-2e1b2d5eb196 | InvocationID=1d1aec2e-6c84-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T05:43:59+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=19f85b1c-6c84-11ed-a27d-2e1b2d5eb196 | InvocationID=19f85f54-6c84-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T05:43:59+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=28e3dd86-6c84-11ed-a27d-2e1b2d5eb196 | InvocationID=28e3e1dc-6c84-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T05:43:59+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=28e3dd86-6c84-11ed-a27d-2e1b2d5eb196 | InvocationID=28e3e1dc-6c84-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:43:59+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=28e3dd86-6c84-11ed-a27d-2e1b2d5eb196 | InvocationID=28e3e1dc-6c84-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:44:04+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1d1aea4e-6c84-11ed-a27d-2e1b2d5eb196 | InvocationID=1d1aec2e-6c84-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T05:44:04+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2be2d69a-6c84-11ed-a27d-2e1b2d5eb196 | InvocationID=2be2d8a2-6c84-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T05:44:24+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=28e3dd86-6c84-11ed-a27d-2e1b2d5eb196 | InvocationID=28e3e1dc-6c84-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T05:44:24+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=37d092bc-6c84-11ed-a27d-2e1b2d5eb196 | InvocationID=37d0960e-6c84-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T05:44:24+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=37d092bc-6c84-11ed-a27d-2e1b2d5eb196 | InvocationID=37d0960e-6c84-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:44:24+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=37d092bc-6c84-11ed-a27d-2e1b2d5eb196 | InvocationID=37d0960e-6c84-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:44:29+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2be2d69a-6c84-11ed-a27d-2e1b2d5eb196 | InvocationID=2be2d8a2-6c84-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T05:44:29+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3aa6b714-6c84-11ed-a27d-2e1b2d5eb196 | InvocationID=3aa6ba0c-6c84-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T05:44:49+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=37d092bc-6c84-11ed-a27d-2e1b2d5eb196 | InvocationID=37d0960e-6c84-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T05:44:49+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=46bd860e-6c84-11ed-a27d-2e1b2d5eb196 | InvocationID=46bd894c-6c84-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T05:44:49+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=46bd860e-6c84-11ed-a27d-2e1b2d5eb196 | InvocationID=46bd894c-6c84-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:44:49+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=46bd860e-6c84-11ed-a27d-2e1b2d5eb196 | InvocationID=46bd894c-6c84-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:44:54+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3aa6b714-6c84-11ed-a27d-2e1b2d5eb196 | InvocationID=3aa6ba0c-6c84-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T05:44:54+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=496d2814-6c84-11ed-a27d-2e1b2d5eb196 | InvocationID=496d2abc-6c84-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T05:45:14+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=46bd860e-6c84-11ed-a27d-2e1b2d5eb196 | InvocationID=46bd894c-6c84-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T05:45:14+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=55abedd6-6c84-11ed-a27d-2e1b2d5eb196 | InvocationID=55abf146-6c84-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T05:45:14+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=55abedd6-6c84-11ed-a27d-2e1b2d5eb196 | InvocationID=55abf146-6c84-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:45:14+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=55abedd6-6c84-11ed-a27d-2e1b2d5eb196 | InvocationID=55abf146-6c84-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:45:18+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=496d2814-6c84-11ed-a27d-2e1b2d5eb196 | InvocationID=496d2abc-6c84-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T05:45:18+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5835eb9c-6c84-11ed-a27d-2e1b2d5eb196 | InvocationID=5835ee44-6c84-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T05:45:39+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=55abedd6-6c84-11ed-a27d-2e1b2d5eb196 | InvocationID=55abf146-6c84-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T05:45:39+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=64981716-6c84-11ed-a27d-2e1b2d5eb196 | InvocationID=64981900-6c84-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T05:45:39+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=64981716-6c84-11ed-a27d-2e1b2d5eb196 | InvocationID=64981900-6c84-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:45:39+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=64981716-6c84-11ed-a27d-2e1b2d5eb196 | InvocationID=64981900-6c84-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:45:43+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5835eb9c-6c84-11ed-a27d-2e1b2d5eb196 | InvocationID=5835ee44-6c84-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T05:45:43+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=66f8ceec-6c84-11ed-a27d-2e1b2d5eb196 | InvocationID=66f8d0cc-6c84-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T05:46:04+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=64981716-6c84-11ed-a27d-2e1b2d5eb196 | InvocationID=64981900-6c84-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T05:46:04+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=73837220-6c84-11ed-a27d-2e1b2d5eb196 | InvocationID=73837400-6c84-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T05:46:04+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=73837220-6c84-11ed-a27d-2e1b2d5eb196 | InvocationID=73837400-6c84-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:46:04+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=73837220-6c84-11ed-a27d-2e1b2d5eb196 | InvocationID=73837400-6c84-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:46:08+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=66f8ceec-6c84-11ed-a27d-2e1b2d5eb196 | InvocationID=66f8d0cc-6c84-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T05:46:08+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=75bdbe38-6c84-11ed-a27d-2e1b2d5eb196 | InvocationID=75bdc018-6c84-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T05:46:29+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=73837220-6c84-11ed-a27d-2e1b2d5eb196 | InvocationID=73837400-6c84-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T05:46:29+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=826f16ae-6c84-11ed-a27d-2e1b2d5eb196 | InvocationID=826f227a-6c84-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T05:46:29+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=826f16ae-6c84-11ed-a27d-2e1b2d5eb196 | InvocationID=826f227a-6c84-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:46:29+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=826f16ae-6c84-11ed-a27d-2e1b2d5eb196 | InvocationID=826f227a-6c84-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:46:33+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=75bdbe38-6c84-11ed-a27d-2e1b2d5eb196 | InvocationID=75bdc018-6c84-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T05:46:33+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=848061d2-6c84-11ed-a27d-2e1b2d5eb196 | InvocationID=848063b2-6c84-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T05:46:54+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=826f16ae-6c84-11ed-a27d-2e1b2d5eb196 | InvocationID=826f227a-6c84-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T05:46:54+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=915d2e30-6c84-11ed-a27d-2e1b2d5eb196 | InvocationID=915d34c0-6c84-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T05:46:54+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=915d2e30-6c84-11ed-a27d-2e1b2d5eb196 | InvocationID=915d34c0-6c84-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:46:54+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=915d2e30-6c84-11ed-a27d-2e1b2d5eb196 | InvocationID=915d34c0-6c84-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:46:58+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=848061d2-6c84-11ed-a27d-2e1b2d5eb196 | InvocationID=848063b2-6c84-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T05:46:58+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9342798a-6c84-11ed-a27d-2e1b2d5eb196 | InvocationID=93427c6e-6c84-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T05:47:19+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=915d2e30-6c84-11ed-a27d-2e1b2d5eb196 | InvocationID=915d34c0-6c84-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T05:47:19+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a04be58a-6c84-11ed-a27d-2e1b2d5eb196 | InvocationID=a04be81e-6c84-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T05:47:19+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a04be58a-6c84-11ed-a27d-2e1b2d5eb196 | InvocationID=a04be81e-6c84-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:47:19+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a04be58a-6c84-11ed-a27d-2e1b2d5eb196 | InvocationID=a04be81e-6c84-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:47:22+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9342798a-6c84-11ed-a27d-2e1b2d5eb196 | InvocationID=93427c6e-6c84-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T05:47:22+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a204b9ce-6c84-11ed-a27d-2e1b2d5eb196 | InvocationID=a204bc1c-6c84-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T05:47:44+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a04be58a-6c84-11ed-a27d-2e1b2d5eb196 | InvocationID=a04be81e-6c84-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T05:47:44+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=af3861e0-6c84-11ed-a27d-2e1b2d5eb196 | InvocationID=af38647e-6c84-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T05:47:44+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=af3861e0-6c84-11ed-a27d-2e1b2d5eb196 | InvocationID=af38647e-6c84-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:47:44+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=af3861e0-6c84-11ed-a27d-2e1b2d5eb196 | InvocationID=af38647e-6c84-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:47:47+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a204b9ce-6c84-11ed-a27d-2e1b2d5eb196 | InvocationID=a204bc1c-6c84-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T05:47:47+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b0c8ce82-6c84-11ed-a27d-2e1b2d5eb196 | InvocationID=b0c8d0c6-6c84-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T05:48:09+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=af3861e0-6c84-11ed-a27d-2e1b2d5eb196 | InvocationID=af38647e-6c84-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T05:48:09+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=be23d806-6c84-11ed-a27d-2e1b2d5eb196 | InvocationID=be23db26-6c84-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T05:48:10+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=be23d806-6c84-11ed-a27d-2e1b2d5eb196 | InvocationID=be23db26-6c84-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:48:10+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=be23d806-6c84-11ed-a27d-2e1b2d5eb196 | InvocationID=be23db26-6c84-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:48:12+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b0c8ce82-6c84-11ed-a27d-2e1b2d5eb196 | InvocationID=b0c8d0c6-6c84-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T05:48:12+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bf8d52f8-6c84-11ed-a27d-2e1b2d5eb196 | InvocationID=bf8d5500-6c84-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T05:48:33+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bf8d52f8-6c84-11ed-a27d-2e1b2d5eb196 | InvocationID=bf8d5500-6c84-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T05:48:33+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cbdfc7c0-6c84-11ed-a27d-2e1b2d5eb196 | InvocationID=cbdfca86-6c84-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T05:48:35+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=be23d806-6c84-11ed-a27d-2e1b2d5eb196 | InvocationID=be23db26-6c84-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T05:48:35+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cd122142-6c84-11ed-a27d-2e1b2d5eb196 | InvocationID=cd122444-6c84-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T05:48:35+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cd122142-6c84-11ed-a27d-2e1b2d5eb196 | InvocationID=cd122444-6c84-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:48:35+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cd122142-6c84-11ed-a27d-2e1b2d5eb196 | InvocationID=cd122444-6c84-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:48:53+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cbdfc7c0-6c84-11ed-a27d-2e1b2d5eb196 | InvocationID=cbdfca86-6c84-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T05:48:53+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d8314e90-6c84-11ed-a27d-2e1b2d5eb196 | InvocationID=d831525a-6c84-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T05:49:00+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cd122142-6c84-11ed-a27d-2e1b2d5eb196 | InvocationID=cd122444-6c84-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T05:49:00+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dbfe0856-6c84-11ed-a27d-2e1b2d5eb196 | InvocationID=dbfe0a40-6c84-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T05:49:00+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dbfe0856-6c84-11ed-a27d-2e1b2d5eb196 | InvocationID=dbfe0a40-6c84-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:49:00+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dbfe0856-6c84-11ed-a27d-2e1b2d5eb196 | InvocationID=dbfe0a40-6c84-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:49:18+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d8314e90-6c84-11ed-a27d-2e1b2d5eb196 | InvocationID=d831525a-6c84-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T05:49:18+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e6fcb612-6c84-11ed-a27d-2e1b2d5eb196 | InvocationID=e6fcb874-6c84-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T05:49:25+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dbfe0856-6c84-11ed-a27d-2e1b2d5eb196 | InvocationID=dbfe0a40-6c84-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T05:49:25+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eaea9032-6c84-11ed-a27d-2e1b2d5eb196 | InvocationID=eaea92bc-6c84-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T05:49:25+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eaea9032-6c84-11ed-a27d-2e1b2d5eb196 | InvocationID=eaea92bc-6c84-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:49:25+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eaea9032-6c84-11ed-a27d-2e1b2d5eb196 | InvocationID=eaea92bc-6c84-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:49:43+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e6fcb612-6c84-11ed-a27d-2e1b2d5eb196 | InvocationID=e6fcb874-6c84-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T05:49:43+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f5c25864-6c84-11ed-a27d-2e1b2d5eb196 | InvocationID=f5c25a58-6c84-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T05:49:50+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eaea9032-6c84-11ed-a27d-2e1b2d5eb196 | InvocationID=eaea92bc-6c84-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T05:49:50+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f9d65e5a-6c84-11ed-a27d-2e1b2d5eb196 | InvocationID=f9d66062-6c84-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T05:49:50+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f9d65e5a-6c84-11ed-a27d-2e1b2d5eb196 | InvocationID=f9d66062-6c84-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:49:50+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f9d65e5a-6c84-11ed-a27d-2e1b2d5eb196 | InvocationID=f9d66062-6c84-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:50:08+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f5c25864-6c84-11ed-a27d-2e1b2d5eb196 | InvocationID=f5c25a58-6c84-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T05:50:08+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0484d44e-6c85-11ed-a27d-2e1b2d5eb196 | InvocationID=0484db88-6c85-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T05:50:15+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f9d65e5a-6c84-11ed-a27d-2e1b2d5eb196 | InvocationID=f9d66062-6c84-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T05:50:15+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=08c769d6-6c85-11ed-a27d-2e1b2d5eb196 | InvocationID=08c76bfc-6c85-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T05:50:15+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=08c769d6-6c85-11ed-a27d-2e1b2d5eb196 | InvocationID=08c76bfc-6c85-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:50:15+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=08c769d6-6c85-11ed-a27d-2e1b2d5eb196 | InvocationID=08c76bfc-6c85-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:50:32+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0484d44e-6c85-11ed-a27d-2e1b2d5eb196 | InvocationID=0484db88-6c85-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T05:50:32+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1347c964-6c85-11ed-a27d-2e1b2d5eb196 | InvocationID=1347cbe4-6c85-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T05:50:40+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=08c769d6-6c85-11ed-a27d-2e1b2d5eb196 | InvocationID=08c76bfc-6c85-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T05:50:40+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=17b50890-6c85-11ed-a27d-2e1b2d5eb196 | InvocationID=17b50ab6-6c85-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T05:50:40+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=17b50890-6c85-11ed-a27d-2e1b2d5eb196 | InvocationID=17b50ab6-6c85-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:50:40+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=17b50890-6c85-11ed-a27d-2e1b2d5eb196 | InvocationID=17b50ab6-6c85-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:50:57+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1347c964-6c85-11ed-a27d-2e1b2d5eb196 | InvocationID=1347cbe4-6c85-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T05:50:57+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=220a609c-6c85-11ed-a27d-2e1b2d5eb196 | InvocationID=220a645c-6c85-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T05:51:05+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=17b50890-6c85-11ed-a27d-2e1b2d5eb196 | InvocationID=17b50ab6-6c85-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T05:51:05+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=26a18806-6c85-11ed-a27d-2e1b2d5eb196 | InvocationID=26a18a5e-6c85-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T05:51:05+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=26a18806-6c85-11ed-a27d-2e1b2d5eb196 | InvocationID=26a18a5e-6c85-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:51:05+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=26a18806-6c85-11ed-a27d-2e1b2d5eb196 | InvocationID=26a18a5e-6c85-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:51:22+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=220a609c-6c85-11ed-a27d-2e1b2d5eb196 | InvocationID=220a645c-6c85-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T05:51:22+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=30cb5bfe-6c85-11ed-a27d-2e1b2d5eb196 | InvocationID=30cb5e92-6c85-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T05:51:30+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=26a18806-6c85-11ed-a27d-2e1b2d5eb196 | InvocationID=26a18a5e-6c85-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T05:51:30+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=358cb098-6c85-11ed-a27d-2e1b2d5eb196 | InvocationID=358cb35e-6c85-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T05:51:30+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=358cb098-6c85-11ed-a27d-2e1b2d5eb196 | InvocationID=358cb35e-6c85-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:51:30+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=358cb098-6c85-11ed-a27d-2e1b2d5eb196 | InvocationID=358cb35e-6c85-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:51:47+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=30cb5bfe-6c85-11ed-a27d-2e1b2d5eb196 | InvocationID=30cb5e92-6c85-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T05:51:47+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3f960436-6c85-11ed-a27d-2e1b2d5eb196 | InvocationID=3f960698-6c85-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T05:51:55+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=358cb098-6c85-11ed-a27d-2e1b2d5eb196 | InvocationID=358cb35e-6c85-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T05:51:55+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=447880e6-6c85-11ed-a27d-2e1b2d5eb196 | InvocationID=447885d2-6c85-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T05:51:55+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=447880e6-6c85-11ed-a27d-2e1b2d5eb196 | InvocationID=447885d2-6c85-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:51:55+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=447880e6-6c85-11ed-a27d-2e1b2d5eb196 | InvocationID=447885d2-6c85-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:52:07+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3f960436-6c85-11ed-a27d-2e1b2d5eb196 | InvocationID=3f960698-6c85-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T05:52:07+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4be6f754-6c85-11ed-a27d-2e1b2d5eb196 | InvocationID=4be6fc18-6c85-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T05:52:20+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=447880e6-6c85-11ed-a27d-2e1b2d5eb196 | InvocationID=447885d2-6c85-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T05:52:20+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=536acb40-6c85-11ed-a27d-2e1b2d5eb196 | InvocationID=536acf32-6c85-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T05:52:20+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=536acb40-6c85-11ed-a27d-2e1b2d5eb196 | InvocationID=536acf32-6c85-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:52:20+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=536acb40-6c85-11ed-a27d-2e1b2d5eb196 | InvocationID=536acf32-6c85-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:52:32+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4be6f754-6c85-11ed-a27d-2e1b2d5eb196 | InvocationID=4be6fc18-6c85-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T05:52:32+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5aa8e50e-6c85-11ed-a27d-2e1b2d5eb196 | InvocationID=5aa8e6ee-6c85-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T05:52:45+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=536acb40-6c85-11ed-a27d-2e1b2d5eb196 | InvocationID=536acf32-6c85-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T05:52:45+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=62567ed8-6c85-11ed-a27d-2e1b2d5eb196 | InvocationID=62568144-6c85-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T05:52:45+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=62567ed8-6c85-11ed-a27d-2e1b2d5eb196 | InvocationID=62568144-6c85-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:52:45+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=62567ed8-6c85-11ed-a27d-2e1b2d5eb196 | InvocationID=62568144-6c85-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:52:57+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5aa8e50e-6c85-11ed-a27d-2e1b2d5eb196 | InvocationID=5aa8e6ee-6c85-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T05:52:57+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=696ab27a-6c85-11ed-a27d-2e1b2d5eb196 | InvocationID=696ab464-6c85-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T05:53:10+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=62567ed8-6c85-11ed-a27d-2e1b2d5eb196 | InvocationID=62568144-6c85-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T05:53:10+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=71464572-6c85-11ed-a27d-2e1b2d5eb196 | InvocationID=7146508a-6c85-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T05:53:10+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=71464572-6c85-11ed-a27d-2e1b2d5eb196 | InvocationID=7146508a-6c85-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:53:10+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=71464572-6c85-11ed-a27d-2e1b2d5eb196 | InvocationID=7146508a-6c85-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:53:22+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=696ab27a-6c85-11ed-a27d-2e1b2d5eb196 | InvocationID=696ab464-6c85-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T05:53:22+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=782ca296-6c85-11ed-a27d-2e1b2d5eb196 | InvocationID=782ca61a-6c85-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T05:53:35+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=71464572-6c85-11ed-a27d-2e1b2d5eb196 | InvocationID=7146508a-6c85-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T05:53:35+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8031f428-6c85-11ed-a27d-2e1b2d5eb196 | InvocationID=8031fa4a-6c85-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T05:53:35+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8031f428-6c85-11ed-a27d-2e1b2d5eb196 | InvocationID=8031fa4a-6c85-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:53:35+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8031f428-6c85-11ed-a27d-2e1b2d5eb196 | InvocationID=8031fa4a-6c85-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:53:46+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=782ca296-6c85-11ed-a27d-2e1b2d5eb196 | InvocationID=782ca61a-6c85-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T05:53:46+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=86f29826-6c85-11ed-a27d-2e1b2d5eb196 | InvocationID=86f29a74-6c85-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T05:54:00+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8031f428-6c85-11ed-a27d-2e1b2d5eb196 | InvocationID=8031fa4a-6c85-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T05:54:00+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8f201320-6c85-11ed-a27d-2e1b2d5eb196 | InvocationID=8f20234c-6c85-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T05:54:00+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8f201320-6c85-11ed-a27d-2e1b2d5eb196 | InvocationID=8f20234c-6c85-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:54:00+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8f201320-6c85-11ed-a27d-2e1b2d5eb196 | InvocationID=8f20234c-6c85-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:54:11+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=86f29826-6c85-11ed-a27d-2e1b2d5eb196 | InvocationID=86f29a74-6c85-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T05:54:11+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=95b760d0-6c85-11ed-a27d-2e1b2d5eb196 | InvocationID=95b7633c-6c85-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T05:54:25+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8f201320-6c85-11ed-a27d-2e1b2d5eb196 | InvocationID=8f20234c-6c85-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T05:54:25+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9e11bca8-6c85-11ed-a27d-2e1b2d5eb196 | InvocationID=9e11bff0-6c85-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T05:54:25+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9e11bca8-6c85-11ed-a27d-2e1b2d5eb196 | InvocationID=9e11bff0-6c85-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:54:25+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9e11bca8-6c85-11ed-a27d-2e1b2d5eb196 | InvocationID=9e11bff0-6c85-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:54:36+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=95b760d0-6c85-11ed-a27d-2e1b2d5eb196 | InvocationID=95b7633c-6c85-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T05:54:36+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a4792b12-6c85-11ed-a27d-2e1b2d5eb196 | InvocationID=a4792e32-6c85-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-25T05:54:50+0000 | policy_event_thread | 140276744047392 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9e11bca8-6c85-11ed-a27d-2e1b2d5eb196 | InvocationID=9e11bff0-6c85-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF activation/deactivation policy response events.
2022-11-25T05:54:50+0000 | policy_event_thread | 140276744047392 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=acfdd3c8-6c85-11ed-a27d-2e1b2d5eb196 | InvocationID=acfdd616-6c85-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-25T05:54:50+0000 | policy_event_thread | 140276744047392 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=acfdd3c8-6c85-11ed-a27d-2e1b2d5eb196 | InvocationID=acfdd616-6c85-11ed-a27d-2e1b2d5eb196 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:54:50+0000 | policy_event_thread | 140276744047392 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=acfdd3c8-6c85-11ed-a27d-2e1b2d5eb196 | InvocationID=acfdd616-6c85-11ed-a27d-2e1b2d5eb196 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-25T05:55:01+0000 | aai_event_thread | 140276742986528 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a4792b12-6c85-11ed-a27d-2e1b2d5eb196 | InvocationID=a4792e32-6c85-11ed-a27d-2e1b2d5eb196 | Polling MR for XNF AAI events.
2022-11-25T05:55:01+0000 | aai_event_thread | 140276742986528 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b33f01c6-6c85-11ed-a27d-2e1b2d5eb196 | InvocationID=b33f039c-6c85-11ed-a27d-2e1b2d5eb196 | Fetching messages from MR topic: http://message-router:3904/events/AAI