Results

By type

          /opt/lib/python3.9/site-packages/onaplogging/logWatchDog.py:29: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
  return yaml.load(f.read())
2023-01-21T05:06:39+0000 | MainThread | 140329880317256 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Attempting to fetch PMSH Configuration from CBS.
2023-01-21T05:06:39+0000 | MainThread | 140329880317256 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Successfully fetched PMSH config from CBS: {'config': {'aaf_identity': 'dcae@dcae.onap.org', 'aaf_password': 'demo123456!', 'ca_cert_path': '/opt/app/pmsh/etc/certs/cacert.pem', 'cert_path': '/opt/app/pmsh/etc/certs/cert.pem', 'control_loop_name': 'pmsh-control-loop', 'enable_tls': False, 'key_path': '/opt/app/pmsh/etc/certs/key.pem', 'operational_policy_name': 'pmsh-operational-policy', 'pmsh_policy': {'subscription': {'administrativeState': 'LOCKED', 'fileBasedGP': 15, 'fileLocation': '/pm/pm.xml', 'measurementGroups': [{'measurementGroup': {'managedObjectDNsBasic': [{'DN': 'dna'}, {'DN': 'dnb'}], 'measurementTypes': [{'measurementType': 'countera'}, {'measurementType': 'counterb'}]}}, {'measurementGroup': {'managedObjectDNsBasic': [{'DN': 'dnc'}, {'DN': 'dnd'}], 'measurementTypes': [{'measurementType': 'counterc'}, {'measurementType': 'counterd'}]}}], 'nfFilter': {'modelInvariantIDs': [], 'modelNames': [], 'modelVersionIDs': [], 'nfNames': ['^pnf.*', '^vnf.*']}, 'subscriptionName': 'ExtraPM-All-gNB-R2B'}}, 'streams_publishes': {'policy_pm_publisher': {'dmaap_info': {'topic_url': 'http://message-router:3904/events/unauthenticated.DCAE_CL_OUTPUT'}, 'type': 'message_router'}}, 'streams_subscribes': {'aai_subscriber': {'dmaap_info': {'topic_url': 'http://message-router:3904/events/AAI-EVENT'}, 'type': 'message_router'}, 'policy_pm_subscriber': {'dmaap_info': {'topic_url': 'http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT'}, 'type': 'message_router'}}}}
2023-01-21T05:06:39+0000 | MainThread | 140329880317256 | INFO | pmsh_service_main | main | ServiceName= | RequestID= | InvocationID= | Start polling PMSH_CL_INPUT topic on DMaaP MR.
2023-01-21T05:06:39+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T05:06:39+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF AAI events.
2023-01-21T05:06:39+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6304619c-9949-11ed-b0a9-1a7c81077bfa | InvocationID=6304650c-9949-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T05:06:39+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=63082bba-9949-11ed-b0a9-1a7c81077bfa | InvocationID=63082d40-9949-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T05:06:39+0000 | MainThread | 140329880317256 | INFO | __init__ | launch_api_server | ServiceName= | RequestID= | InvocationID= | Launching unsecure http API server
2023-01-21T05:06:39+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6304619c-9949-11ed-b0a9-1a7c81077bfa | InvocationID=6304650c-9949-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:06:39+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6304619c-9949-11ed-b0a9-1a7c81077bfa | InvocationID=6304650c-9949-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:06:39+0000 | aai_event_thread | 140329829579552 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=63082bba-9949-11ed-b0a9-1a7c81077bfa | InvocationID=63082d40-9949-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-21T05:06:39+0000 | aai_event_thread | 140329829579552 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=63082bba-9949-11ed-b0a9-1a7c81077bfa | InvocationID=63082d40-9949-11ed-b0a9-1a7c81077bfa | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-21T05:06:59+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=63082bba-9949-11ed-b0a9-1a7c81077bfa | InvocationID=63082d40-9949-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T05:06:59+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6f2bdefa-9949-11ed-b0a9-1a7c81077bfa | InvocationID=6f2be328-9949-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T05:06:59+0000 | aai_event_thread | 140329829579552 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6f2bdefa-9949-11ed-b0a9-1a7c81077bfa | InvocationID=6f2be328-9949-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-21T05:06:59+0000 | aai_event_thread | 140329829579552 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6f2bdefa-9949-11ed-b0a9-1a7c81077bfa | InvocationID=6f2be328-9949-11ed-b0a9-1a7c81077bfa | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-21T05:07:04+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6304619c-9949-11ed-b0a9-1a7c81077bfa | InvocationID=6304650c-9949-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T05:07:04+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=722621d8-9949-11ed-b0a9-1a7c81077bfa | InvocationID=7226237c-9949-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T05:07:04+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=722621d8-9949-11ed-b0a9-1a7c81077bfa | InvocationID=7226237c-9949-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:07:04+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=722621d8-9949-11ed-b0a9-1a7c81077bfa | InvocationID=7226237c-9949-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:07:19+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6f2bdefa-9949-11ed-b0a9-1a7c81077bfa | InvocationID=6f2be328-9949-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T05:07:19+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7b1fba56-9949-11ed-b0a9-1a7c81077bfa | InvocationID=7b1fbc5e-9949-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T05:07:19+0000 | aai_event_thread | 140329829579552 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7b1fba56-9949-11ed-b0a9-1a7c81077bfa | InvocationID=7b1fbc5e-9949-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-21T05:07:19+0000 | aai_event_thread | 140329829579552 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7b1fba56-9949-11ed-b0a9-1a7c81077bfa | InvocationID=7b1fbc5e-9949-11ed-b0a9-1a7c81077bfa | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-21T05:07:29+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=722621d8-9949-11ed-b0a9-1a7c81077bfa | InvocationID=7226237c-9949-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T05:07:29+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=811107e4-9949-11ed-b0a9-1a7c81077bfa | InvocationID=81110992-9949-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T05:07:29+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=811107e4-9949-11ed-b0a9-1a7c81077bfa | InvocationID=81110992-9949-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:07:29+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=811107e4-9949-11ed-b0a9-1a7c81077bfa | InvocationID=81110992-9949-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:07:39+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7b1fba56-9949-11ed-b0a9-1a7c81077bfa | InvocationID=7b1fbc5e-9949-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T05:07:39+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=870f4fd4-9949-11ed-b0a9-1a7c81077bfa | InvocationID=870f5178-9949-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T05:07:39+0000 | aai_event_thread | 140329829579552 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=870f4fd4-9949-11ed-b0a9-1a7c81077bfa | InvocationID=870f5178-9949-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-21T05:07:39+0000 | aai_event_thread | 140329829579552 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=870f4fd4-9949-11ed-b0a9-1a7c81077bfa | InvocationID=870f5178-9949-11ed-b0a9-1a7c81077bfa | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-21T05:07:54+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=811107e4-9949-11ed-b0a9-1a7c81077bfa | InvocationID=81110992-9949-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T05:07:54+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8ffed326-9949-11ed-b0a9-1a7c81077bfa | InvocationID=8ffed4c0-9949-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T05:07:54+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8ffed326-9949-11ed-b0a9-1a7c81077bfa | InvocationID=8ffed4c0-9949-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:07:54+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8ffed326-9949-11ed-b0a9-1a7c81077bfa | InvocationID=8ffed4c0-9949-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:07:59+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=870f4fd4-9949-11ed-b0a9-1a7c81077bfa | InvocationID=870f5178-9949-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T05:07:59+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=92fef8e4-9949-11ed-b0a9-1a7c81077bfa | InvocationID=92fefa74-9949-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T05:07:59+0000 | aai_event_thread | 140329829579552 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=92fef8e4-9949-11ed-b0a9-1a7c81077bfa | InvocationID=92fefa74-9949-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-21T05:07:59+0000 | aai_event_thread | 140329829579552 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=92fef8e4-9949-11ed-b0a9-1a7c81077bfa | InvocationID=92fefa74-9949-11ed-b0a9-1a7c81077bfa | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-21T05:08:19+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8ffed326-9949-11ed-b0a9-1a7c81077bfa | InvocationID=8ffed4c0-9949-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T05:08:19+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9eec19c0-9949-11ed-b0a9-1a7c81077bfa | InvocationID=9eec1b64-9949-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T05:08:19+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9eec19c0-9949-11ed-b0a9-1a7c81077bfa | InvocationID=9eec1b64-9949-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:08:19+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=92fef8e4-9949-11ed-b0a9-1a7c81077bfa | InvocationID=92fefa74-9949-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T05:08:19+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9eec19c0-9949-11ed-b0a9-1a7c81077bfa | InvocationID=9eec1b64-9949-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:08:19+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9eefe3d4-9949-11ed-b0a9-1a7c81077bfa | InvocationID=9eefe636-9949-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T05:08:19+0000 | aai_event_thread | 140329829579552 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9eefe3d4-9949-11ed-b0a9-1a7c81077bfa | InvocationID=9eefe636-9949-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-21T05:08:19+0000 | aai_event_thread | 140329829579552 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9eefe3d4-9949-11ed-b0a9-1a7c81077bfa | InvocationID=9eefe636-9949-11ed-b0a9-1a7c81077bfa | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-21T05:08:39+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9eefe3d4-9949-11ed-b0a9-1a7c81077bfa | InvocationID=9eefe636-9949-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T05:08:39+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aae0b376-9949-11ed-b0a9-1a7c81077bfa | InvocationID=aae0b510-9949-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T05:08:39+0000 | aai_event_thread | 140329829579552 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aae0b376-9949-11ed-b0a9-1a7c81077bfa | InvocationID=aae0b510-9949-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-21T05:08:39+0000 | aai_event_thread | 140329829579552 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=aae0b376-9949-11ed-b0a9-1a7c81077bfa | InvocationID=aae0b510-9949-11ed-b0a9-1a7c81077bfa | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-21T05:08:44+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9eec19c0-9949-11ed-b0a9-1a7c81077bfa | InvocationID=9eec1b64-9949-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T05:08:44+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=add6ff86-9949-11ed-b0a9-1a7c81077bfa | InvocationID=add70134-9949-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T05:08:44+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=add6ff86-9949-11ed-b0a9-1a7c81077bfa | InvocationID=add70134-9949-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:08:44+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=add6ff86-9949-11ed-b0a9-1a7c81077bfa | InvocationID=add70134-9949-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:08:59+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=aae0b376-9949-11ed-b0a9-1a7c81077bfa | InvocationID=aae0b510-9949-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T05:08:59+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b6d039ae-9949-11ed-b0a9-1a7c81077bfa | InvocationID=b6d03e2c-9949-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T05:08:59+0000 | aai_event_thread | 140329829579552 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b6d039ae-9949-11ed-b0a9-1a7c81077bfa | InvocationID=b6d03e2c-9949-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-21T05:08:59+0000 | aai_event_thread | 140329829579552 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b6d039ae-9949-11ed-b0a9-1a7c81077bfa | InvocationID=b6d03e2c-9949-11ed-b0a9-1a7c81077bfa | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-21T05:09:09+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=add6ff86-9949-11ed-b0a9-1a7c81077bfa | InvocationID=add70134-9949-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T05:09:09+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bcc43e6e-9949-11ed-b0a9-1a7c81077bfa | InvocationID=bcc441a2-9949-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T05:09:09+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bcc43e6e-9949-11ed-b0a9-1a7c81077bfa | InvocationID=bcc441a2-9949-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:09:09+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bcc43e6e-9949-11ed-b0a9-1a7c81077bfa | InvocationID=bcc441a2-9949-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:09:19+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b6d039ae-9949-11ed-b0a9-1a7c81077bfa | InvocationID=b6d03e2c-9949-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T05:09:19+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c2c0a122-9949-11ed-b0a9-1a7c81077bfa | InvocationID=c2c0a2c6-9949-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T05:09:19+0000 | aai_event_thread | 140329829579552 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c2c0a122-9949-11ed-b0a9-1a7c81077bfa | InvocationID=c2c0a2c6-9949-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-21T05:09:19+0000 | aai_event_thread | 140329829579552 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c2c0a122-9949-11ed-b0a9-1a7c81077bfa | InvocationID=c2c0a2c6-9949-11ed-b0a9-1a7c81077bfa | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-21T05:09:34+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bcc43e6e-9949-11ed-b0a9-1a7c81077bfa | InvocationID=bcc441a2-9949-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T05:09:34+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cbaf655c-9949-11ed-b0a9-1a7c81077bfa | InvocationID=cbaf67d2-9949-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T05:09:34+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cbaf655c-9949-11ed-b0a9-1a7c81077bfa | InvocationID=cbaf67d2-9949-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:09:34+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cbaf655c-9949-11ed-b0a9-1a7c81077bfa | InvocationID=cbaf67d2-9949-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:09:39+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c2c0a122-9949-11ed-b0a9-1a7c81077bfa | InvocationID=c2c0a2c6-9949-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T05:09:39+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ceb38b66-9949-11ed-b0a9-1a7c81077bfa | InvocationID=ceb38d00-9949-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T05:09:39+0000 | aai_event_thread | 140329829579552 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ceb38b66-9949-11ed-b0a9-1a7c81077bfa | InvocationID=ceb38d00-9949-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-21T05:09:39+0000 | aai_event_thread | 140329829579552 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ceb38b66-9949-11ed-b0a9-1a7c81077bfa | InvocationID=ceb38d00-9949-11ed-b0a9-1a7c81077bfa | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-21T05:09:59+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cbaf655c-9949-11ed-b0a9-1a7c81077bfa | InvocationID=cbaf67d2-9949-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T05:09:59+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=da9c7bcc-9949-11ed-b0a9-1a7c81077bfa | InvocationID=da9c7e88-9949-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T05:09:59+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=da9c7bcc-9949-11ed-b0a9-1a7c81077bfa | InvocationID=da9c7e88-9949-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:09:59+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=da9c7bcc-9949-11ed-b0a9-1a7c81077bfa | InvocationID=da9c7e88-9949-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:09:59+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ceb38b66-9949-11ed-b0a9-1a7c81077bfa | InvocationID=ceb38d00-9949-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T05:09:59+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=daa3cefe-9949-11ed-b0a9-1a7c81077bfa | InvocationID=daa3cfee-9949-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T05:09:59+0000 | aai_event_thread | 140329829579552 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=daa3cefe-9949-11ed-b0a9-1a7c81077bfa | InvocationID=daa3cfee-9949-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-21T05:09:59+0000 | aai_event_thread | 140329829579552 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=daa3cefe-9949-11ed-b0a9-1a7c81077bfa | InvocationID=daa3cfee-9949-11ed-b0a9-1a7c81077bfa | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-21T05:10:19+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=daa3cefe-9949-11ed-b0a9-1a7c81077bfa | InvocationID=daa3cfee-9949-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T05:10:19+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e695575a-9949-11ed-b0a9-1a7c81077bfa | InvocationID=e69558f4-9949-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T05:10:19+0000 | aai_event_thread | 140329829579552 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e695575a-9949-11ed-b0a9-1a7c81077bfa | InvocationID=e69558f4-9949-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-21T05:10:19+0000 | aai_event_thread | 140329829579552 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e695575a-9949-11ed-b0a9-1a7c81077bfa | InvocationID=e69558f4-9949-11ed-b0a9-1a7c81077bfa | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-21T05:10:24+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=da9c7bcc-9949-11ed-b0a9-1a7c81077bfa | InvocationID=da9c7e88-9949-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T05:10:24+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e986e604-9949-11ed-b0a9-1a7c81077bfa | InvocationID=e986e91a-9949-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T05:10:24+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e986e604-9949-11ed-b0a9-1a7c81077bfa | InvocationID=e986e91a-9949-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:10:24+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e986e604-9949-11ed-b0a9-1a7c81077bfa | InvocationID=e986e91a-9949-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:10:39+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e695575a-9949-11ed-b0a9-1a7c81077bfa | InvocationID=e69558f4-9949-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T05:10:39+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f285ebe2-9949-11ed-b0a9-1a7c81077bfa | InvocationID=f285fc0e-9949-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T05:10:39+0000 | aai_event_thread | 140329829579552 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f285ebe2-9949-11ed-b0a9-1a7c81077bfa | InvocationID=f285fc0e-9949-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-21T05:10:39+0000 | aai_event_thread | 140329829579552 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f285ebe2-9949-11ed-b0a9-1a7c81077bfa | InvocationID=f285fc0e-9949-11ed-b0a9-1a7c81077bfa | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-21T05:10:49+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e986e604-9949-11ed-b0a9-1a7c81077bfa | InvocationID=e986e91a-9949-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T05:10:49+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f87419ac-9949-11ed-b0a9-1a7c81077bfa | InvocationID=f8741b5a-9949-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T05:10:49+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f87419ac-9949-11ed-b0a9-1a7c81077bfa | InvocationID=f8741b5a-9949-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:10:49+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f87419ac-9949-11ed-b0a9-1a7c81077bfa | InvocationID=f8741b5a-9949-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:10:59+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f285ebe2-9949-11ed-b0a9-1a7c81077bfa | InvocationID=f285fc0e-9949-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T05:10:59+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fe753bba-9949-11ed-b0a9-1a7c81077bfa | InvocationID=fe753dc2-9949-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T05:10:59+0000 | aai_event_thread | 140329829579552 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fe753bba-9949-11ed-b0a9-1a7c81077bfa | InvocationID=fe753dc2-9949-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-21T05:10:59+0000 | aai_event_thread | 140329829579552 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fe753bba-9949-11ed-b0a9-1a7c81077bfa | InvocationID=fe753dc2-9949-11ed-b0a9-1a7c81077bfa | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-21T05:11:14+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f87419ac-9949-11ed-b0a9-1a7c81077bfa | InvocationID=f8741b5a-9949-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T05:11:14+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=075fbdf4-994a-11ed-b0a9-1a7c81077bfa | InvocationID=075fbf98-994a-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T05:11:14+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=075fbdf4-994a-11ed-b0a9-1a7c81077bfa | InvocationID=075fbf98-994a-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:11:14+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=075fbdf4-994a-11ed-b0a9-1a7c81077bfa | InvocationID=075fbf98-994a-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:11:19+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fe753bba-9949-11ed-b0a9-1a7c81077bfa | InvocationID=fe753dc2-9949-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T05:11:19+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0a64a7e4-994a-11ed-b0a9-1a7c81077bfa | InvocationID=0a64a988-994a-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T05:11:19+0000 | aai_event_thread | 140329829579552 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0a64a7e4-994a-11ed-b0a9-1a7c81077bfa | InvocationID=0a64a988-994a-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-21T05:11:19+0000 | aai_event_thread | 140329829579552 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0a64a7e4-994a-11ed-b0a9-1a7c81077bfa | InvocationID=0a64a988-994a-11ed-b0a9-1a7c81077bfa | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-21T05:11:39+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=075fbdf4-994a-11ed-b0a9-1a7c81077bfa | InvocationID=075fbf98-994a-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T05:11:39+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=164a799e-994a-11ed-b0a9-1a7c81077bfa | InvocationID=164a7bce-994a-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T05:11:39+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=164a799e-994a-11ed-b0a9-1a7c81077bfa | InvocationID=164a7bce-994a-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:11:39+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=164a799e-994a-11ed-b0a9-1a7c81077bfa | InvocationID=164a7bce-994a-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:11:39+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0a64a7e4-994a-11ed-b0a9-1a7c81077bfa | InvocationID=0a64a988-994a-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T05:11:39+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=16547340-994a-11ed-b0a9-1a7c81077bfa | InvocationID=16547494-994a-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T05:11:39+0000 | aai_event_thread | 140329829579552 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=16547340-994a-11ed-b0a9-1a7c81077bfa | InvocationID=16547494-994a-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-21T05:11:39+0000 | aai_event_thread | 140329829579552 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=16547340-994a-11ed-b0a9-1a7c81077bfa | InvocationID=16547494-994a-11ed-b0a9-1a7c81077bfa | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-21T05:11:59+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=16547340-994a-11ed-b0a9-1a7c81077bfa | InvocationID=16547494-994a-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T05:11:59+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2243ecb2-994a-11ed-b0a9-1a7c81077bfa | InvocationID=2243ee42-994a-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T05:12:00+0000 | aai_event_thread | 140329829579552 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2243ecb2-994a-11ed-b0a9-1a7c81077bfa | InvocationID=2243ee42-994a-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-21T05:12:00+0000 | aai_event_thread | 140329829579552 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2243ecb2-994a-11ed-b0a9-1a7c81077bfa | InvocationID=2243ee42-994a-11ed-b0a9-1a7c81077bfa | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-21T05:12:04+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=164a799e-994a-11ed-b0a9-1a7c81077bfa | InvocationID=164a7bce-994a-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T05:12:04+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2536b6fc-994a-11ed-b0a9-1a7c81077bfa | InvocationID=2536b88c-994a-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T05:12:04+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2536b6fc-994a-11ed-b0a9-1a7c81077bfa | InvocationID=2536b88c-994a-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:12:04+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2536b6fc-994a-11ed-b0a9-1a7c81077bfa | InvocationID=2536b88c-994a-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:12:20+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2243ecb2-994a-11ed-b0a9-1a7c81077bfa | InvocationID=2243ee42-994a-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T05:12:20+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2e33e842-994a-11ed-b0a9-1a7c81077bfa | InvocationID=2e33eb30-994a-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T05:12:20+0000 | aai_event_thread | 140329829579552 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2e33e842-994a-11ed-b0a9-1a7c81077bfa | InvocationID=2e33eb30-994a-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-21T05:12:20+0000 | aai_event_thread | 140329829579552 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2e33e842-994a-11ed-b0a9-1a7c81077bfa | InvocationID=2e33eb30-994a-11ed-b0a9-1a7c81077bfa | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-21T05:12:29+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2536b6fc-994a-11ed-b0a9-1a7c81077bfa | InvocationID=2536b88c-994a-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T05:12:29+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=34220086-994a-11ed-b0a9-1a7c81077bfa | InvocationID=34220522-994a-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T05:12:29+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=34220086-994a-11ed-b0a9-1a7c81077bfa | InvocationID=34220522-994a-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:12:29+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=34220086-994a-11ed-b0a9-1a7c81077bfa | InvocationID=34220522-994a-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:12:40+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2e33e842-994a-11ed-b0a9-1a7c81077bfa | InvocationID=2e33eb30-994a-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T05:12:40+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3a23a958-994a-11ed-b0a9-1a7c81077bfa | InvocationID=3a23aaf2-994a-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T05:12:40+0000 | aai_event_thread | 140329829579552 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3a23a958-994a-11ed-b0a9-1a7c81077bfa | InvocationID=3a23aaf2-994a-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-21T05:12:40+0000 | aai_event_thread | 140329829579552 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3a23a958-994a-11ed-b0a9-1a7c81077bfa | InvocationID=3a23aaf2-994a-11ed-b0a9-1a7c81077bfa | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-21T05:12:54+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=34220086-994a-11ed-b0a9-1a7c81077bfa | InvocationID=34220522-994a-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T05:12:54+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=430cd2ce-994a-11ed-b0a9-1a7c81077bfa | InvocationID=430cd4fe-994a-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T05:12:55+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=430cd2ce-994a-11ed-b0a9-1a7c81077bfa | InvocationID=430cd4fe-994a-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:12:55+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=430cd2ce-994a-11ed-b0a9-1a7c81077bfa | InvocationID=430cd4fe-994a-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:13:00+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3a23a958-994a-11ed-b0a9-1a7c81077bfa | InvocationID=3a23aaf2-994a-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T05:13:00+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4614cfbc-994a-11ed-b0a9-1a7c81077bfa | InvocationID=4614d160-994a-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T05:13:00+0000 | aai_event_thread | 140329829579552 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4614cfbc-994a-11ed-b0a9-1a7c81077bfa | InvocationID=4614d160-994a-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-21T05:13:00+0000 | aai_event_thread | 140329829579552 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4614cfbc-994a-11ed-b0a9-1a7c81077bfa | InvocationID=4614d160-994a-11ed-b0a9-1a7c81077bfa | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2023-01-21T05:13:20+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=430cd2ce-994a-11ed-b0a9-1a7c81077bfa | InvocationID=430cd4fe-994a-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T05:13:20+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=51f782d4-994a-11ed-b0a9-1a7c81077bfa | InvocationID=51f78568-994a-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T05:13:20+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=51f782d4-994a-11ed-b0a9-1a7c81077bfa | InvocationID=51f78568-994a-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:13:20+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=51f782d4-994a-11ed-b0a9-1a7c81077bfa | InvocationID=51f78568-994a-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:13:20+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4614cfbc-994a-11ed-b0a9-1a7c81077bfa | InvocationID=4614d160-994a-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T05:13:20+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=52045e6e-994a-11ed-b0a9-1a7c81077bfa | InvocationID=52046012-994a-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T05:13:44+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=52045e6e-994a-11ed-b0a9-1a7c81077bfa | InvocationID=52046012-994a-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T05:13:44+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=60caa994-994a-11ed-b0a9-1a7c81077bfa | InvocationID=60caad36-994a-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T05:13:45+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=51f782d4-994a-11ed-b0a9-1a7c81077bfa | InvocationID=51f78568-994a-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T05:13:45+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=60e25cec-994a-11ed-b0a9-1a7c81077bfa | InvocationID=60e25ecc-994a-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T05:13:45+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=60e25cec-994a-11ed-b0a9-1a7c81077bfa | InvocationID=60e25ecc-994a-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:13:45+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=60e25cec-994a-11ed-b0a9-1a7c81077bfa | InvocationID=60e25ecc-994a-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:14:05+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=60caa994-994a-11ed-b0a9-1a7c81077bfa | InvocationID=60caad36-994a-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T05:14:05+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6cf03a18-994a-11ed-b0a9-1a7c81077bfa | InvocationID=6cf03c98-994a-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T05:14:10+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=60e25cec-994a-11ed-b0a9-1a7c81077bfa | InvocationID=60e25ecc-994a-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T05:14:10+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6fcf0674-994a-11ed-b0a9-1a7c81077bfa | InvocationID=6fcf09e4-994a-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T05:14:10+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6fcf0674-994a-11ed-b0a9-1a7c81077bfa | InvocationID=6fcf09e4-994a-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:14:10+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6fcf0674-994a-11ed-b0a9-1a7c81077bfa | InvocationID=6fcf09e4-994a-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:14:25+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6cf03a18-994a-11ed-b0a9-1a7c81077bfa | InvocationID=6cf03c98-994a-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T05:14:25+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=78e5a290-994a-11ed-b0a9-1a7c81077bfa | InvocationID=78e5a4c0-994a-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T05:14:35+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6fcf0674-994a-11ed-b0a9-1a7c81077bfa | InvocationID=6fcf09e4-994a-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T05:14:35+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7eba75ba-994a-11ed-b0a9-1a7c81077bfa | InvocationID=7eba779a-994a-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T05:14:35+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7eba75ba-994a-11ed-b0a9-1a7c81077bfa | InvocationID=7eba779a-994a-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:14:35+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7eba75ba-994a-11ed-b0a9-1a7c81077bfa | InvocationID=7eba779a-994a-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:14:45+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=78e5a290-994a-11ed-b0a9-1a7c81077bfa | InvocationID=78e5a4c0-994a-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T05:14:45+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=84dc356e-994a-11ed-b0a9-1a7c81077bfa | InvocationID=84dc3712-994a-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T05:15:00+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7eba75ba-994a-11ed-b0a9-1a7c81077bfa | InvocationID=7eba779a-994a-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T05:15:00+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8da52fd4-994a-11ed-b0a9-1a7c81077bfa | InvocationID=8da53254-994a-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T05:15:00+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8da52fd4-994a-11ed-b0a9-1a7c81077bfa | InvocationID=8da53254-994a-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:15:00+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8da52fd4-994a-11ed-b0a9-1a7c81077bfa | InvocationID=8da53254-994a-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:15:06+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=84dc356e-994a-11ed-b0a9-1a7c81077bfa | InvocationID=84dc3712-994a-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T05:15:06+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=912ad5be-994a-11ed-b0a9-1a7c81077bfa | InvocationID=912ad76c-994a-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T05:15:25+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8da52fd4-994a-11ed-b0a9-1a7c81077bfa | InvocationID=8da53254-994a-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T05:15:25+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9c8fe6f6-994a-11ed-b0a9-1a7c81077bfa | InvocationID=9c8fe886-994a-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T05:15:25+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9c8fe6f6-994a-11ed-b0a9-1a7c81077bfa | InvocationID=9c8fe886-994a-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:15:25+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9c8fe6f6-994a-11ed-b0a9-1a7c81077bfa | InvocationID=9c8fe886-994a-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:15:30+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=912ad5be-994a-11ed-b0a9-1a7c81077bfa | InvocationID=912ad76c-994a-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T05:15:30+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9feb1104-994a-11ed-b0a9-1a7c81077bfa | InvocationID=9feb135c-994a-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T05:15:50+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9c8fe6f6-994a-11ed-b0a9-1a7c81077bfa | InvocationID=9c8fe886-994a-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T05:15:50+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ab7aa214-994a-11ed-b0a9-1a7c81077bfa | InvocationID=ab7aa430-994a-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T05:15:50+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ab7aa214-994a-11ed-b0a9-1a7c81077bfa | InvocationID=ab7aa430-994a-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:15:50+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ab7aa214-994a-11ed-b0a9-1a7c81077bfa | InvocationID=ab7aa430-994a-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:15:55+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9feb1104-994a-11ed-b0a9-1a7c81077bfa | InvocationID=9feb135c-994a-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T05:15:55+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aead0292-994a-11ed-b0a9-1a7c81077bfa | InvocationID=aead0580-994a-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T05:16:15+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ab7aa214-994a-11ed-b0a9-1a7c81077bfa | InvocationID=ab7aa430-994a-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T05:16:15+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ba6564e4-994a-11ed-b0a9-1a7c81077bfa | InvocationID=ba6567d2-994a-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T05:16:15+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ba6564e4-994a-11ed-b0a9-1a7c81077bfa | InvocationID=ba6567d2-994a-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:16:15+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ba6564e4-994a-11ed-b0a9-1a7c81077bfa | InvocationID=ba6567d2-994a-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:16:20+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=aead0292-994a-11ed-b0a9-1a7c81077bfa | InvocationID=aead0580-994a-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T05:16:20+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bd6e317a-994a-11ed-b0a9-1a7c81077bfa | InvocationID=bd6e33fa-994a-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T05:16:40+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ba6564e4-994a-11ed-b0a9-1a7c81077bfa | InvocationID=ba6567d2-994a-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T05:16:40+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c9533170-994a-11ed-b0a9-1a7c81077bfa | InvocationID=c9533378-994a-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T05:16:40+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c9533170-994a-11ed-b0a9-1a7c81077bfa | InvocationID=c9533378-994a-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:16:40+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c9533170-994a-11ed-b0a9-1a7c81077bfa | InvocationID=c9533378-994a-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:16:45+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bd6e317a-994a-11ed-b0a9-1a7c81077bfa | InvocationID=bd6e33fa-994a-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T05:16:45+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cc31e602-994a-11ed-b0a9-1a7c81077bfa | InvocationID=cc31e7f6-994a-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T05:17:05+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c9533170-994a-11ed-b0a9-1a7c81077bfa | InvocationID=c9533378-994a-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T05:17:05+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d8408ae8-994a-11ed-b0a9-1a7c81077bfa | InvocationID=d8408dcc-994a-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T05:17:05+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d8408ae8-994a-11ed-b0a9-1a7c81077bfa | InvocationID=d8408dcc-994a-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:17:05+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d8408ae8-994a-11ed-b0a9-1a7c81077bfa | InvocationID=d8408dcc-994a-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:17:09+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cc31e602-994a-11ed-b0a9-1a7c81077bfa | InvocationID=cc31e7f6-994a-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T05:17:09+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=daf2802a-994a-11ed-b0a9-1a7c81077bfa | InvocationID=daf281e2-994a-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T05:17:30+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d8408ae8-994a-11ed-b0a9-1a7c81077bfa | InvocationID=d8408dcc-994a-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T05:17:30+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e72d72d2-994a-11ed-b0a9-1a7c81077bfa | InvocationID=e72d7610-994a-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T05:17:30+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e72d72d2-994a-11ed-b0a9-1a7c81077bfa | InvocationID=e72d7610-994a-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:17:30+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e72d72d2-994a-11ed-b0a9-1a7c81077bfa | InvocationID=e72d7610-994a-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:17:34+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=daf2802a-994a-11ed-b0a9-1a7c81077bfa | InvocationID=daf281e2-994a-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T05:17:34+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e9b488e2-994a-11ed-b0a9-1a7c81077bfa | InvocationID=e9b48a7c-994a-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T05:17:55+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e72d72d2-994a-11ed-b0a9-1a7c81077bfa | InvocationID=e72d7610-994a-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T05:17:55+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f617e3e0-994a-11ed-b0a9-1a7c81077bfa | InvocationID=f617e5fc-994a-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T05:17:55+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f617e3e0-994a-11ed-b0a9-1a7c81077bfa | InvocationID=f617e5fc-994a-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:17:55+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f617e3e0-994a-11ed-b0a9-1a7c81077bfa | InvocationID=f617e5fc-994a-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:17:59+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e9b488e2-994a-11ed-b0a9-1a7c81077bfa | InvocationID=e9b48a7c-994a-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T05:17:59+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f87546b4-994a-11ed-b0a9-1a7c81077bfa | InvocationID=f875486c-994a-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T05:18:20+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f617e3e0-994a-11ed-b0a9-1a7c81077bfa | InvocationID=f617e5fc-994a-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T05:18:20+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=05037c34-994b-11ed-b0a9-1a7c81077bfa | InvocationID=05037e3c-994b-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T05:18:20+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=05037c34-994b-11ed-b0a9-1a7c81077bfa | InvocationID=05037e3c-994b-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:18:20+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=05037c34-994b-11ed-b0a9-1a7c81077bfa | InvocationID=05037e3c-994b-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:18:24+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f87546b4-994a-11ed-b0a9-1a7c81077bfa | InvocationID=f875486c-994a-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T05:18:24+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0737a958-994b-11ed-b0a9-1a7c81077bfa | InvocationID=0737ab60-994b-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T05:18:45+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=05037c34-994b-11ed-b0a9-1a7c81077bfa | InvocationID=05037e3c-994b-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T05:18:45+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=13ee4152-994b-11ed-b0a9-1a7c81077bfa | InvocationID=13ee436e-994b-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T05:18:45+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=13ee4152-994b-11ed-b0a9-1a7c81077bfa | InvocationID=13ee436e-994b-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:18:45+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=13ee4152-994b-11ed-b0a9-1a7c81077bfa | InvocationID=13ee436e-994b-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:18:48+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0737a958-994b-11ed-b0a9-1a7c81077bfa | InvocationID=0737ab60-994b-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T05:18:48+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=15f7a4f2-994b-11ed-b0a9-1a7c81077bfa | InvocationID=15f7a718-994b-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T05:19:10+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=13ee4152-994b-11ed-b0a9-1a7c81077bfa | InvocationID=13ee436e-994b-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T05:19:10+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=22d950c6-994b-11ed-b0a9-1a7c81077bfa | InvocationID=22d95260-994b-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T05:19:10+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=22d950c6-994b-11ed-b0a9-1a7c81077bfa | InvocationID=22d95260-994b-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:19:10+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=22d950c6-994b-11ed-b0a9-1a7c81077bfa | InvocationID=22d95260-994b-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:19:13+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=15f7a4f2-994b-11ed-b0a9-1a7c81077bfa | InvocationID=15f7a718-994b-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T05:19:13+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=24ba5ee4-994b-11ed-b0a9-1a7c81077bfa | InvocationID=24ba6088-994b-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T05:19:35+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=22d950c6-994b-11ed-b0a9-1a7c81077bfa | InvocationID=22d95260-994b-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T05:19:35+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=31c3dd72-994b-11ed-b0a9-1a7c81077bfa | InvocationID=31c3df3e-994b-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T05:19:35+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=31c3dd72-994b-11ed-b0a9-1a7c81077bfa | InvocationID=31c3df3e-994b-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:19:35+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=31c3dd72-994b-11ed-b0a9-1a7c81077bfa | InvocationID=31c3df3e-994b-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:19:38+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=24ba5ee4-994b-11ed-b0a9-1a7c81077bfa | InvocationID=24ba6088-994b-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T05:19:38+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=337c5338-994b-11ed-b0a9-1a7c81077bfa | InvocationID=337c54e6-994b-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T05:20:00+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=31c3dd72-994b-11ed-b0a9-1a7c81077bfa | InvocationID=31c3df3e-994b-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T05:20:00+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=40ae8eae-994b-11ed-b0a9-1a7c81077bfa | InvocationID=40ae90c0-994b-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T05:20:00+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=40ae8eae-994b-11ed-b0a9-1a7c81077bfa | InvocationID=40ae90c0-994b-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:20:00+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=40ae8eae-994b-11ed-b0a9-1a7c81077bfa | InvocationID=40ae90c0-994b-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:20:03+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=337c5338-994b-11ed-b0a9-1a7c81077bfa | InvocationID=337c54e6-994b-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T05:20:03+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=423c9c2a-994b-11ed-b0a9-1a7c81077bfa | InvocationID=423c9eaa-994b-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T05:20:25+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=40ae8eae-994b-11ed-b0a9-1a7c81077bfa | InvocationID=40ae90c0-994b-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T05:20:25+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4f9931bc-994b-11ed-b0a9-1a7c81077bfa | InvocationID=4f993400-994b-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T05:20:25+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4f9931bc-994b-11ed-b0a9-1a7c81077bfa | InvocationID=4f993400-994b-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:20:25+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4f9931bc-994b-11ed-b0a9-1a7c81077bfa | InvocationID=4f993400-994b-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:20:27+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=423c9c2a-994b-11ed-b0a9-1a7c81077bfa | InvocationID=423c9eaa-994b-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T05:20:27+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5101412a-994b-11ed-b0a9-1a7c81077bfa | InvocationID=510142d8-994b-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T05:20:50+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4f9931bc-994b-11ed-b0a9-1a7c81077bfa | InvocationID=4f993400-994b-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T05:20:50+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5e8437b2-994b-11ed-b0a9-1a7c81077bfa | InvocationID=5e843960-994b-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T05:20:50+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5e8437b2-994b-11ed-b0a9-1a7c81077bfa | InvocationID=5e843960-994b-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:20:50+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5e8437b2-994b-11ed-b0a9-1a7c81077bfa | InvocationID=5e843960-994b-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:20:52+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5101412a-994b-11ed-b0a9-1a7c81077bfa | InvocationID=510142d8-994b-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T05:20:52+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5fc4fe0e-994b-11ed-b0a9-1a7c81077bfa | InvocationID=5fc50066-994b-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T05:21:15+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5e8437b2-994b-11ed-b0a9-1a7c81077bfa | InvocationID=5e843960-994b-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T05:21:15+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d7113a8-994b-11ed-b0a9-1a7c81077bfa | InvocationID=6d7115ba-994b-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T05:21:15+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d7113a8-994b-11ed-b0a9-1a7c81077bfa | InvocationID=6d7115ba-994b-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:21:15+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6d7113a8-994b-11ed-b0a9-1a7c81077bfa | InvocationID=6d7115ba-994b-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:21:17+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5fc4fe0e-994b-11ed-b0a9-1a7c81077bfa | InvocationID=5fc50066-994b-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T05:21:17+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6e852068-994b-11ed-b0a9-1a7c81077bfa | InvocationID=6e85220c-994b-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T05:21:40+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6d7113a8-994b-11ed-b0a9-1a7c81077bfa | InvocationID=6d7115ba-994b-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T05:21:40+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7c5bd31c-994b-11ed-b0a9-1a7c81077bfa | InvocationID=7c5bd4ca-994b-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T05:21:40+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7c5bd31c-994b-11ed-b0a9-1a7c81077bfa | InvocationID=7c5bd4ca-994b-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:21:40+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7c5bd31c-994b-11ed-b0a9-1a7c81077bfa | InvocationID=7c5bd4ca-994b-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:21:42+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6e852068-994b-11ed-b0a9-1a7c81077bfa | InvocationID=6e85220c-994b-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T05:21:42+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7d46ed34-994b-11ed-b0a9-1a7c81077bfa | InvocationID=7d46ef64-994b-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T05:22:05+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7c5bd31c-994b-11ed-b0a9-1a7c81077bfa | InvocationID=7c5bd4ca-994b-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T05:22:05+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8b46aeb0-994b-11ed-b0a9-1a7c81077bfa | InvocationID=8b46b0cc-994b-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T05:22:05+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8b46aeb0-994b-11ed-b0a9-1a7c81077bfa | InvocationID=8b46b0cc-994b-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:22:05+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8b46aeb0-994b-11ed-b0a9-1a7c81077bfa | InvocationID=8b46b0cc-994b-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:22:06+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7d46ed34-994b-11ed-b0a9-1a7c81077bfa | InvocationID=7d46ef64-994b-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T05:22:06+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8c074f44-994b-11ed-b0a9-1a7c81077bfa | InvocationID=8c075250-994b-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T05:22:30+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8b46aeb0-994b-11ed-b0a9-1a7c81077bfa | InvocationID=8b46b0cc-994b-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T05:22:30+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a312f86-994b-11ed-b0a9-1a7c81077bfa | InvocationID=9a313120-994b-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T05:22:30+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a312f86-994b-11ed-b0a9-1a7c81077bfa | InvocationID=9a313120-994b-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:22:30+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9a312f86-994b-11ed-b0a9-1a7c81077bfa | InvocationID=9a313120-994b-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:22:31+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8c074f44-994b-11ed-b0a9-1a7c81077bfa | InvocationID=8c075250-994b-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T05:22:31+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9ac6f7d2-994b-11ed-b0a9-1a7c81077bfa | InvocationID=9ac6fb10-994b-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T05:22:55+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9a312f86-994b-11ed-b0a9-1a7c81077bfa | InvocationID=9a313120-994b-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T05:22:55+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a91b9f40-994b-11ed-b0a9-1a7c81077bfa | InvocationID=a91ba0ee-994b-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T05:22:55+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a91b9f40-994b-11ed-b0a9-1a7c81077bfa | InvocationID=a91ba0ee-994b-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:22:55+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a91b9f40-994b-11ed-b0a9-1a7c81077bfa | InvocationID=a91ba0ee-994b-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:22:56+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9ac6f7d2-994b-11ed-b0a9-1a7c81077bfa | InvocationID=9ac6fb10-994b-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T05:22:56+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a98924e8-994b-11ed-b0a9-1a7c81077bfa | InvocationID=a989286c-994b-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T05:23:20+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a91b9f40-994b-11ed-b0a9-1a7c81077bfa | InvocationID=a91ba0ee-994b-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T05:23:20+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b80688e4-994b-11ed-b0a9-1a7c81077bfa | InvocationID=b8068a9c-994b-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T05:23:20+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b80688e4-994b-11ed-b0a9-1a7c81077bfa | InvocationID=b8068a9c-994b-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:23:20+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b80688e4-994b-11ed-b0a9-1a7c81077bfa | InvocationID=b8068a9c-994b-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:23:21+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a98924e8-994b-11ed-b0a9-1a7c81077bfa | InvocationID=a989286c-994b-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T05:23:21+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b848b750-994b-11ed-b0a9-1a7c81077bfa | InvocationID=b848b8f4-994b-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T05:23:45+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b80688e4-994b-11ed-b0a9-1a7c81077bfa | InvocationID=b8068a9c-994b-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T05:23:45+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c6f1d48a-994b-11ed-b0a9-1a7c81077bfa | InvocationID=c6f1dbd8-994b-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T05:23:45+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c6f1d48a-994b-11ed-b0a9-1a7c81077bfa | InvocationID=c6f1dbd8-994b-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:23:45+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c6f1d48a-994b-11ed-b0a9-1a7c81077bfa | InvocationID=c6f1dbd8-994b-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:23:45+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b848b750-994b-11ed-b0a9-1a7c81077bfa | InvocationID=b848b8f4-994b-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T05:23:45+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c70a9948-994b-11ed-b0a9-1a7c81077bfa | InvocationID=c70a9b32-994b-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T05:24:10+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c70a9948-994b-11ed-b0a9-1a7c81077bfa | InvocationID=c70a9b32-994b-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T05:24:10+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d5cb6520-994b-11ed-b0a9-1a7c81077bfa | InvocationID=d5cb66ce-994b-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T05:24:10+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c6f1d48a-994b-11ed-b0a9-1a7c81077bfa | InvocationID=c6f1dbd8-994b-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T05:24:10+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d5dc835a-994b-11ed-b0a9-1a7c81077bfa | InvocationID=d5dc854e-994b-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T05:24:10+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d5dc835a-994b-11ed-b0a9-1a7c81077bfa | InvocationID=d5dc854e-994b-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:24:10+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d5dc835a-994b-11ed-b0a9-1a7c81077bfa | InvocationID=d5dc854e-994b-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:24:35+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d5cb6520-994b-11ed-b0a9-1a7c81077bfa | InvocationID=d5cb66ce-994b-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T05:24:35+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e48c4034-994b-11ed-b0a9-1a7c81077bfa | InvocationID=e48c4250-994b-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T05:24:35+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d5dc835a-994b-11ed-b0a9-1a7c81077bfa | InvocationID=d5dc854e-994b-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T05:24:35+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e4c70502-994b-11ed-b0a9-1a7c81077bfa | InvocationID=e4c7069c-994b-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T05:24:35+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e4c70502-994b-11ed-b0a9-1a7c81077bfa | InvocationID=e4c7069c-994b-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:24:35+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e4c70502-994b-11ed-b0a9-1a7c81077bfa | InvocationID=e4c7069c-994b-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:25:00+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e48c4034-994b-11ed-b0a9-1a7c81077bfa | InvocationID=e48c4250-994b-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T05:25:00+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f34d61ca-994b-11ed-b0a9-1a7c81077bfa | InvocationID=f34d6382-994b-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T05:25:00+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e4c70502-994b-11ed-b0a9-1a7c81077bfa | InvocationID=e4c7069c-994b-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T05:25:00+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f3b160da-994b-11ed-b0a9-1a7c81077bfa | InvocationID=f3b16382-994b-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T05:25:00+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f3b160da-994b-11ed-b0a9-1a7c81077bfa | InvocationID=f3b16382-994b-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:25:00+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f3b160da-994b-11ed-b0a9-1a7c81077bfa | InvocationID=f3b16382-994b-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:25:24+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f34d61ca-994b-11ed-b0a9-1a7c81077bfa | InvocationID=f34d6382-994b-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T05:25:24+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0213c3e8-994c-11ed-b0a9-1a7c81077bfa | InvocationID=0213c7d0-994c-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T05:25:25+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f3b160da-994b-11ed-b0a9-1a7c81077bfa | InvocationID=f3b16382-994b-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T05:25:25+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=029c38ea-994c-11ed-b0a9-1a7c81077bfa | InvocationID=029c3a84-994c-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T05:25:25+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=029c38ea-994c-11ed-b0a9-1a7c81077bfa | InvocationID=029c3a84-994c-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:25:25+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=029c38ea-994c-11ed-b0a9-1a7c81077bfa | InvocationID=029c3a84-994c-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:25:49+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0213c3e8-994c-11ed-b0a9-1a7c81077bfa | InvocationID=0213c7d0-994c-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T05:25:49+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=10d4951a-994c-11ed-b0a9-1a7c81077bfa | InvocationID=10d496c8-994c-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T05:25:50+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=029c38ea-994c-11ed-b0a9-1a7c81077bfa | InvocationID=029c3a84-994c-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T05:25:50+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=11881cc0-994c-11ed-b0a9-1a7c81077bfa | InvocationID=11881e64-994c-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T05:25:50+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=11881cc0-994c-11ed-b0a9-1a7c81077bfa | InvocationID=11881e64-994c-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:25:50+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=11881cc0-994c-11ed-b0a9-1a7c81077bfa | InvocationID=11881e64-994c-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:26:14+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=10d4951a-994c-11ed-b0a9-1a7c81077bfa | InvocationID=10d496c8-994c-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T05:26:14+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1f96f49e-994c-11ed-b0a9-1a7c81077bfa | InvocationID=1f96f638-994c-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T05:26:15+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=11881cc0-994c-11ed-b0a9-1a7c81077bfa | InvocationID=11881e64-994c-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T05:26:15+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2072c622-994c-11ed-b0a9-1a7c81077bfa | InvocationID=2072c7f8-994c-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T05:26:15+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2072c622-994c-11ed-b0a9-1a7c81077bfa | InvocationID=2072c7f8-994c-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:26:15+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2072c622-994c-11ed-b0a9-1a7c81077bfa | InvocationID=2072c7f8-994c-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:26:39+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1f96f49e-994c-11ed-b0a9-1a7c81077bfa | InvocationID=1f96f638-994c-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T05:26:39+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2e577f44-994c-11ed-b0a9-1a7c81077bfa | InvocationID=2e5780e8-994c-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T05:26:40+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2072c622-994c-11ed-b0a9-1a7c81077bfa | InvocationID=2072c7f8-994c-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T05:26:40+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2f5ec406-994c-11ed-b0a9-1a7c81077bfa | InvocationID=2f5ec596-994c-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T05:26:41+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2f5ec406-994c-11ed-b0a9-1a7c81077bfa | InvocationID=2f5ec596-994c-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:26:41+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2f5ec406-994c-11ed-b0a9-1a7c81077bfa | InvocationID=2f5ec596-994c-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:27:03+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2e577f44-994c-11ed-b0a9-1a7c81077bfa | InvocationID=2e5780e8-994c-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T05:27:03+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3d17642c-994c-11ed-b0a9-1a7c81077bfa | InvocationID=3d176666-994c-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T05:27:06+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2f5ec406-994c-11ed-b0a9-1a7c81077bfa | InvocationID=2f5ec596-994c-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T05:27:06+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3e4c4178-994c-11ed-b0a9-1a7c81077bfa | InvocationID=3e4c4380-994c-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T05:27:06+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3e4c4178-994c-11ed-b0a9-1a7c81077bfa | InvocationID=3e4c4380-994c-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:27:06+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3e4c4178-994c-11ed-b0a9-1a7c81077bfa | InvocationID=3e4c4380-994c-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:27:28+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3d17642c-994c-11ed-b0a9-1a7c81077bfa | InvocationID=3d176666-994c-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T05:27:28+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4bd79b12-994c-11ed-b0a9-1a7c81077bfa | InvocationID=4bd79cb6-994c-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T05:27:31+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3e4c4178-994c-11ed-b0a9-1a7c81077bfa | InvocationID=3e4c4380-994c-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T05:27:31+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4d36bd76-994c-11ed-b0a9-1a7c81077bfa | InvocationID=4d36bf06-994c-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T05:27:31+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4d36bd76-994c-11ed-b0a9-1a7c81077bfa | InvocationID=4d36bf06-994c-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:27:31+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4d36bd76-994c-11ed-b0a9-1a7c81077bfa | InvocationID=4d36bf06-994c-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:27:53+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4bd79b12-994c-11ed-b0a9-1a7c81077bfa | InvocationID=4bd79cb6-994c-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T05:27:53+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5a99a082-994c-11ed-b0a9-1a7c81077bfa | InvocationID=5a99a294-994c-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T05:27:56+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4d36bd76-994c-11ed-b0a9-1a7c81077bfa | InvocationID=4d36bf06-994c-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T05:27:56+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c20e41a-994c-11ed-b0a9-1a7c81077bfa | InvocationID=5c20ef82-994c-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T05:27:56+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c20e41a-994c-11ed-b0a9-1a7c81077bfa | InvocationID=5c20ef82-994c-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:27:56+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5c20e41a-994c-11ed-b0a9-1a7c81077bfa | InvocationID=5c20ef82-994c-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:28:18+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5a99a082-994c-11ed-b0a9-1a7c81077bfa | InvocationID=5a99a294-994c-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T05:28:18+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=695b45a8-994c-11ed-b0a9-1a7c81077bfa | InvocationID=695b48c8-994c-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T05:28:21+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5c20e41a-994c-11ed-b0a9-1a7c81077bfa | InvocationID=5c20ef82-994c-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T05:28:21+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6b0b6d4c-994c-11ed-b0a9-1a7c81077bfa | InvocationID=6b0b6fcc-994c-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T05:28:21+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6b0b6d4c-994c-11ed-b0a9-1a7c81077bfa | InvocationID=6b0b6fcc-994c-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:28:21+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6b0b6d4c-994c-11ed-b0a9-1a7c81077bfa | InvocationID=6b0b6fcc-994c-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:28:42+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=695b45a8-994c-11ed-b0a9-1a7c81077bfa | InvocationID=695b48c8-994c-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T05:28:42+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=781b8814-994c-11ed-b0a9-1a7c81077bfa | InvocationID=781b89b8-994c-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T05:28:46+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6b0b6d4c-994c-11ed-b0a9-1a7c81077bfa | InvocationID=6b0b6fcc-994c-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T05:28:46+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=79f619b0-994c-11ed-b0a9-1a7c81077bfa | InvocationID=79f61bf4-994c-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T05:28:46+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=79f619b0-994c-11ed-b0a9-1a7c81077bfa | InvocationID=79f61bf4-994c-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:28:46+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=79f619b0-994c-11ed-b0a9-1a7c81077bfa | InvocationID=79f61bf4-994c-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:29:07+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=781b8814-994c-11ed-b0a9-1a7c81077bfa | InvocationID=781b89b8-994c-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T05:29:07+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=86dd3d5c-994c-11ed-b0a9-1a7c81077bfa | InvocationID=86dd3f0a-994c-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T05:29:11+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=79f619b0-994c-11ed-b0a9-1a7c81077bfa | InvocationID=79f61bf4-994c-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T05:29:11+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=88e07b78-994c-11ed-b0a9-1a7c81077bfa | InvocationID=88e07e3e-994c-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T05:29:11+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=88e07b78-994c-11ed-b0a9-1a7c81077bfa | InvocationID=88e07e3e-994c-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:29:11+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=88e07b78-994c-11ed-b0a9-1a7c81077bfa | InvocationID=88e07e3e-994c-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:29:32+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=86dd3d5c-994c-11ed-b0a9-1a7c81077bfa | InvocationID=86dd3f0a-994c-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T05:29:32+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=959dd11c-994c-11ed-b0a9-1a7c81077bfa | InvocationID=959dd40a-994c-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T05:29:36+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=88e07b78-994c-11ed-b0a9-1a7c81077bfa | InvocationID=88e07e3e-994c-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T05:29:36+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=97ccec7a-994c-11ed-b0a9-1a7c81077bfa | InvocationID=97ccee96-994c-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T05:29:36+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=97ccec7a-994c-11ed-b0a9-1a7c81077bfa | InvocationID=97ccee96-994c-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:29:36+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=97ccec7a-994c-11ed-b0a9-1a7c81077bfa | InvocationID=97ccee96-994c-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:29:57+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=959dd11c-994c-11ed-b0a9-1a7c81077bfa | InvocationID=959dd40a-994c-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T05:29:57+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a45e3016-994c-11ed-b0a9-1a7c81077bfa | InvocationID=a45e320a-994c-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T05:30:01+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=97ccec7a-994c-11ed-b0a9-1a7c81077bfa | InvocationID=97ccee96-994c-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T05:30:01+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a6b7937a-994c-11ed-b0a9-1a7c81077bfa | InvocationID=a6b7962c-994c-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T05:30:01+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a6b7937a-994c-11ed-b0a9-1a7c81077bfa | InvocationID=a6b7962c-994c-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:30:01+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a6b7937a-994c-11ed-b0a9-1a7c81077bfa | InvocationID=a6b7962c-994c-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:30:22+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a45e3016-994c-11ed-b0a9-1a7c81077bfa | InvocationID=a45e320a-994c-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T05:30:22+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b31e5d2e-994c-11ed-b0a9-1a7c81077bfa | InvocationID=b31e62a6-994c-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T05:30:26+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a6b7937a-994c-11ed-b0a9-1a7c81077bfa | InvocationID=a6b7962c-994c-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T05:30:26+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b5a212ac-994c-11ed-b0a9-1a7c81077bfa | InvocationID=b5a2159a-994c-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T05:30:26+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b5a212ac-994c-11ed-b0a9-1a7c81077bfa | InvocationID=b5a2159a-994c-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:30:26+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b5a212ac-994c-11ed-b0a9-1a7c81077bfa | InvocationID=b5a2159a-994c-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:30:46+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b31e5d2e-994c-11ed-b0a9-1a7c81077bfa | InvocationID=b31e62a6-994c-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T05:30:46+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c1e1a3e8-994c-11ed-b0a9-1a7c81077bfa | InvocationID=c1e1a5e6-994c-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T05:30:51+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b5a212ac-994c-11ed-b0a9-1a7c81077bfa | InvocationID=b5a2159a-994c-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T05:30:51+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c48cec42-994c-11ed-b0a9-1a7c81077bfa | InvocationID=c48ceddc-994c-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T05:30:51+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c48cec42-994c-11ed-b0a9-1a7c81077bfa | InvocationID=c48ceddc-994c-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:30:51+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c48cec42-994c-11ed-b0a9-1a7c81077bfa | InvocationID=c48ceddc-994c-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:31:11+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c1e1a3e8-994c-11ed-b0a9-1a7c81077bfa | InvocationID=c1e1a5e6-994c-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T05:31:11+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d0a1a3d8-994c-11ed-b0a9-1a7c81077bfa | InvocationID=d0a1a626-994c-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T05:31:16+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c48cec42-994c-11ed-b0a9-1a7c81077bfa | InvocationID=c48ceddc-994c-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T05:31:16+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d3774be4-994c-11ed-b0a9-1a7c81077bfa | InvocationID=d3774d92-994c-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T05:31:16+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d3774be4-994c-11ed-b0a9-1a7c81077bfa | InvocationID=d3774d92-994c-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:31:16+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d3774be4-994c-11ed-b0a9-1a7c81077bfa | InvocationID=d3774d92-994c-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:31:36+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d0a1a3d8-994c-11ed-b0a9-1a7c81077bfa | InvocationID=d0a1a626-994c-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T05:31:36+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=df6549c4-994c-11ed-b0a9-1a7c81077bfa | InvocationID=df654be0-994c-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T05:31:41+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d3774be4-994c-11ed-b0a9-1a7c81077bfa | InvocationID=d3774d92-994c-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T05:31:41+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e262dd12-994c-11ed-b0a9-1a7c81077bfa | InvocationID=e262dfec-994c-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T05:31:41+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e262dd12-994c-11ed-b0a9-1a7c81077bfa | InvocationID=e262dfec-994c-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:31:41+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e262dd12-994c-11ed-b0a9-1a7c81077bfa | InvocationID=e262dfec-994c-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:32:01+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=df6549c4-994c-11ed-b0a9-1a7c81077bfa | InvocationID=df654be0-994c-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T05:32:01+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ee268cf2-994c-11ed-b0a9-1a7c81077bfa | InvocationID=ee268f2c-994c-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T05:32:06+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e262dd12-994c-11ed-b0a9-1a7c81077bfa | InvocationID=e262dfec-994c-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T05:32:06+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f14d6ebe-994c-11ed-b0a9-1a7c81077bfa | InvocationID=f14d7062-994c-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T05:32:06+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f14d6ebe-994c-11ed-b0a9-1a7c81077bfa | InvocationID=f14d7062-994c-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:32:06+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f14d6ebe-994c-11ed-b0a9-1a7c81077bfa | InvocationID=f14d7062-994c-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:32:25+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ee268cf2-994c-11ed-b0a9-1a7c81077bfa | InvocationID=ee268f2c-994c-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T05:32:25+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fce6c608-994c-11ed-b0a9-1a7c81077bfa | InvocationID=fce6c7b6-994c-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T05:32:31+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f14d6ebe-994c-11ed-b0a9-1a7c81077bfa | InvocationID=f14d7062-994c-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T05:32:31+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=00380bdc-994d-11ed-b0a9-1a7c81077bfa | InvocationID=00380e16-994d-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T05:32:31+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=00380bdc-994d-11ed-b0a9-1a7c81077bfa | InvocationID=00380e16-994d-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:32:31+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=00380bdc-994d-11ed-b0a9-1a7c81077bfa | InvocationID=00380e16-994d-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:32:50+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fce6c608-994c-11ed-b0a9-1a7c81077bfa | InvocationID=fce6c7b6-994c-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T05:32:50+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0ba6e952-994d-11ed-b0a9-1a7c81077bfa | InvocationID=0ba6eaf6-994d-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T05:32:56+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=00380bdc-994d-11ed-b0a9-1a7c81077bfa | InvocationID=00380e16-994d-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T05:32:56+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0f2366c8-994d-11ed-b0a9-1a7c81077bfa | InvocationID=0f23688a-994d-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T05:32:56+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0f2366c8-994d-11ed-b0a9-1a7c81077bfa | InvocationID=0f23688a-994d-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:32:56+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0f2366c8-994d-11ed-b0a9-1a7c81077bfa | InvocationID=0f23688a-994d-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:33:15+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0ba6e952-994d-11ed-b0a9-1a7c81077bfa | InvocationID=0ba6eaf6-994d-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T05:33:15+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1a6c43ce-994d-11ed-b0a9-1a7c81077bfa | InvocationID=1a6c45cc-994d-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T05:33:21+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0f2366c8-994d-11ed-b0a9-1a7c81077bfa | InvocationID=0f23688a-994d-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T05:33:21+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e0e8f32-994d-11ed-b0a9-1a7c81077bfa | InvocationID=1e0e90ea-994d-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T05:33:21+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e0e8f32-994d-11ed-b0a9-1a7c81077bfa | InvocationID=1e0e90ea-994d-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:33:21+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1e0e8f32-994d-11ed-b0a9-1a7c81077bfa | InvocationID=1e0e90ea-994d-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:33:40+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1a6c43ce-994d-11ed-b0a9-1a7c81077bfa | InvocationID=1a6c45cc-994d-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T05:33:40+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=292d52f4-994d-11ed-b0a9-1a7c81077bfa | InvocationID=292d5524-994d-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T05:33:46+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1e0e8f32-994d-11ed-b0a9-1a7c81077bfa | InvocationID=1e0e90ea-994d-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T05:33:46+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2cf919cc-994d-11ed-b0a9-1a7c81077bfa | InvocationID=2cf9225a-994d-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T05:33:46+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2cf919cc-994d-11ed-b0a9-1a7c81077bfa | InvocationID=2cf9225a-994d-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:33:46+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2cf919cc-994d-11ed-b0a9-1a7c81077bfa | InvocationID=2cf9225a-994d-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:34:04+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=292d52f4-994d-11ed-b0a9-1a7c81077bfa | InvocationID=292d5524-994d-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T05:34:04+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=37eeb42c-994d-11ed-b0a9-1a7c81077bfa | InvocationID=37eeb5da-994d-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T05:34:11+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2cf919cc-994d-11ed-b0a9-1a7c81077bfa | InvocationID=2cf9225a-994d-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T05:34:11+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3be3abfa-994d-11ed-b0a9-1a7c81077bfa | InvocationID=3be3ad9e-994d-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T05:34:11+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3be3abfa-994d-11ed-b0a9-1a7c81077bfa | InvocationID=3be3ad9e-994d-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:34:11+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3be3abfa-994d-11ed-b0a9-1a7c81077bfa | InvocationID=3be3ad9e-994d-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:34:29+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=37eeb42c-994d-11ed-b0a9-1a7c81077bfa | InvocationID=37eeb5da-994d-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T05:34:29+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=46afe224-994d-11ed-b0a9-1a7c81077bfa | InvocationID=46afe44a-994d-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T05:34:36+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3be3abfa-994d-11ed-b0a9-1a7c81077bfa | InvocationID=3be3ad9e-994d-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T05:34:36+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4ace2b0e-994d-11ed-b0a9-1a7c81077bfa | InvocationID=4ace2cb2-994d-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T05:34:36+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4ace2b0e-994d-11ed-b0a9-1a7c81077bfa | InvocationID=4ace2cb2-994d-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:34:36+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4ace2b0e-994d-11ed-b0a9-1a7c81077bfa | InvocationID=4ace2cb2-994d-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:34:54+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=46afe224-994d-11ed-b0a9-1a7c81077bfa | InvocationID=46afe44a-994d-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T05:34:54+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=55720300-994d-11ed-b0a9-1a7c81077bfa | InvocationID=55720594-994d-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T05:35:01+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4ace2b0e-994d-11ed-b0a9-1a7c81077bfa | InvocationID=4ace2cb2-994d-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T05:35:01+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=59bb0146-994d-11ed-b0a9-1a7c81077bfa | InvocationID=59bb02e0-994d-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T05:35:01+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=59bb0146-994d-11ed-b0a9-1a7c81077bfa | InvocationID=59bb02e0-994d-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:35:01+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=59bb0146-994d-11ed-b0a9-1a7c81077bfa | InvocationID=59bb02e0-994d-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:35:19+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=55720300-994d-11ed-b0a9-1a7c81077bfa | InvocationID=55720594-994d-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T05:35:19+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6431c20e-994d-11ed-b0a9-1a7c81077bfa | InvocationID=6431c3bc-994d-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T05:35:26+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=59bb0146-994d-11ed-b0a9-1a7c81077bfa | InvocationID=59bb02e0-994d-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T05:35:26+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=68a588de-994d-11ed-b0a9-1a7c81077bfa | InvocationID=68a58a78-994d-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T05:35:26+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=68a588de-994d-11ed-b0a9-1a7c81077bfa | InvocationID=68a58a78-994d-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:35:26+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=68a588de-994d-11ed-b0a9-1a7c81077bfa | InvocationID=68a58a78-994d-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:35:43+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6431c20e-994d-11ed-b0a9-1a7c81077bfa | InvocationID=6431c3bc-994d-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T05:35:43+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=72f1f8fe-994d-11ed-b0a9-1a7c81077bfa | InvocationID=72f1fac0-994d-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T05:35:51+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=68a588de-994d-11ed-b0a9-1a7c81077bfa | InvocationID=68a58a78-994d-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T05:35:51+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=77909db6-994d-11ed-b0a9-1a7c81077bfa | InvocationID=7790a022-994d-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T05:35:51+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=77909db6-994d-11ed-b0a9-1a7c81077bfa | InvocationID=7790a022-994d-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:35:51+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=77909db6-994d-11ed-b0a9-1a7c81077bfa | InvocationID=7790a022-994d-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:36:08+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=72f1f8fe-994d-11ed-b0a9-1a7c81077bfa | InvocationID=72f1fac0-994d-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T05:36:08+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=81b1c54a-994d-11ed-b0a9-1a7c81077bfa | InvocationID=81b1c6ee-994d-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T05:36:16+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=77909db6-994d-11ed-b0a9-1a7c81077bfa | InvocationID=7790a022-994d-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T05:36:16+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=867af81c-994d-11ed-b0a9-1a7c81077bfa | InvocationID=867afa24-994d-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T05:36:16+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=867af81c-994d-11ed-b0a9-1a7c81077bfa | InvocationID=867afa24-994d-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:36:16+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=867af81c-994d-11ed-b0a9-1a7c81077bfa | InvocationID=867afa24-994d-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:36:33+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=81b1c54a-994d-11ed-b0a9-1a7c81077bfa | InvocationID=81b1c6ee-994d-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T05:36:33+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=907236aa-994d-11ed-b0a9-1a7c81077bfa | InvocationID=90723e8e-994d-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T05:36:41+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=867af81c-994d-11ed-b0a9-1a7c81077bfa | InvocationID=867afa24-994d-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T05:36:41+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9567f4b0-994d-11ed-b0a9-1a7c81077bfa | InvocationID=9567f794-994d-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T05:36:41+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9567f4b0-994d-11ed-b0a9-1a7c81077bfa | InvocationID=9567f794-994d-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:36:41+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9567f4b0-994d-11ed-b0a9-1a7c81077bfa | InvocationID=9567f794-994d-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:36:58+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=907236aa-994d-11ed-b0a9-1a7c81077bfa | InvocationID=90723e8e-994d-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T05:36:58+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9f32394c-994d-11ed-b0a9-1a7c81077bfa | InvocationID=9f323b5e-994d-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T05:37:06+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9567f4b0-994d-11ed-b0a9-1a7c81077bfa | InvocationID=9567f794-994d-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T05:37:06+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a4551200-994d-11ed-b0a9-1a7c81077bfa | InvocationID=a455139a-994d-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T05:37:06+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a4551200-994d-11ed-b0a9-1a7c81077bfa | InvocationID=a455139a-994d-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:37:06+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a4551200-994d-11ed-b0a9-1a7c81077bfa | InvocationID=a455139a-994d-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:37:22+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9f32394c-994d-11ed-b0a9-1a7c81077bfa | InvocationID=9f323b5e-994d-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T05:37:22+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=adf258ea-994d-11ed-b0a9-1a7c81077bfa | InvocationID=adf25b2e-994d-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T05:37:31+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a4551200-994d-11ed-b0a9-1a7c81077bfa | InvocationID=a455139a-994d-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T05:37:31+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b33fffdc-994d-11ed-b0a9-1a7c81077bfa | InvocationID=b3400310-994d-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T05:37:31+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b33fffdc-994d-11ed-b0a9-1a7c81077bfa | InvocationID=b3400310-994d-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:37:31+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b33fffdc-994d-11ed-b0a9-1a7c81077bfa | InvocationID=b3400310-994d-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:37:47+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=adf258ea-994d-11ed-b0a9-1a7c81077bfa | InvocationID=adf25b2e-994d-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T05:37:47+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bcb35f8c-994d-11ed-b0a9-1a7c81077bfa | InvocationID=bcb36180-994d-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T05:37:56+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b33fffdc-994d-11ed-b0a9-1a7c81077bfa | InvocationID=b3400310-994d-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T05:37:56+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c22aedae-994d-11ed-b0a9-1a7c81077bfa | InvocationID=c22af07e-994d-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T05:37:56+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c22aedae-994d-11ed-b0a9-1a7c81077bfa | InvocationID=c22af07e-994d-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:37:56+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c22aedae-994d-11ed-b0a9-1a7c81077bfa | InvocationID=c22af07e-994d-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:38:12+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bcb35f8c-994d-11ed-b0a9-1a7c81077bfa | InvocationID=bcb36180-994d-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T05:38:12+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cb73005e-994d-11ed-b0a9-1a7c81077bfa | InvocationID=cb730252-994d-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T05:38:21+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c22aedae-994d-11ed-b0a9-1a7c81077bfa | InvocationID=c22af07e-994d-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T05:38:21+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d116412e-994d-11ed-b0a9-1a7c81077bfa | InvocationID=d11642dc-994d-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T05:38:21+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d116412e-994d-11ed-b0a9-1a7c81077bfa | InvocationID=d11642dc-994d-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:38:21+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d116412e-994d-11ed-b0a9-1a7c81077bfa | InvocationID=d11642dc-994d-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:38:37+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cb73005e-994d-11ed-b0a9-1a7c81077bfa | InvocationID=cb730252-994d-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T05:38:37+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=da361e78-994d-11ed-b0a9-1a7c81077bfa | InvocationID=da362102-994d-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T05:38:46+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d116412e-994d-11ed-b0a9-1a7c81077bfa | InvocationID=d11642dc-994d-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T05:38:46+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e0019e68-994d-11ed-b0a9-1a7c81077bfa | InvocationID=e001a00c-994d-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T05:38:46+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e0019e68-994d-11ed-b0a9-1a7c81077bfa | InvocationID=e001a00c-994d-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:38:46+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e0019e68-994d-11ed-b0a9-1a7c81077bfa | InvocationID=e001a00c-994d-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:39:01+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=da361e78-994d-11ed-b0a9-1a7c81077bfa | InvocationID=da362102-994d-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T05:39:01+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e8f6228c-994d-11ed-b0a9-1a7c81077bfa | InvocationID=e8f62502-994d-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T05:39:11+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e0019e68-994d-11ed-b0a9-1a7c81077bfa | InvocationID=e001a00c-994d-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T05:39:11+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eeec3a32-994d-11ed-b0a9-1a7c81077bfa | InvocationID=eeec3bd6-994d-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T05:39:11+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eeec3a32-994d-11ed-b0a9-1a7c81077bfa | InvocationID=eeec3bd6-994d-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:39:11+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eeec3a32-994d-11ed-b0a9-1a7c81077bfa | InvocationID=eeec3bd6-994d-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:39:26+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e8f6228c-994d-11ed-b0a9-1a7c81077bfa | InvocationID=e8f62502-994d-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T05:39:26+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f7b6ee0a-994d-11ed-b0a9-1a7c81077bfa | InvocationID=f7b6efb8-994d-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T05:39:36+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eeec3a32-994d-11ed-b0a9-1a7c81077bfa | InvocationID=eeec3bd6-994d-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T05:39:36+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fdd6b9fa-994d-11ed-b0a9-1a7c81077bfa | InvocationID=fdd6bb9e-994d-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T05:39:36+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fdd6b9fa-994d-11ed-b0a9-1a7c81077bfa | InvocationID=fdd6bb9e-994d-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:39:36+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fdd6b9fa-994d-11ed-b0a9-1a7c81077bfa | InvocationID=fdd6bb9e-994d-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:39:51+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f7b6ee0a-994d-11ed-b0a9-1a7c81077bfa | InvocationID=f7b6efb8-994d-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T05:39:51+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=06768432-994e-11ed-b0a9-1a7c81077bfa | InvocationID=067685e0-994e-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T05:40:01+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fdd6b9fa-994d-11ed-b0a9-1a7c81077bfa | InvocationID=fdd6bb9e-994d-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T05:40:01+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0cc15e84-994e-11ed-b0a9-1a7c81077bfa | InvocationID=0cc16032-994e-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T05:40:01+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0cc15e84-994e-11ed-b0a9-1a7c81077bfa | InvocationID=0cc16032-994e-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:40:01+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0cc15e84-994e-11ed-b0a9-1a7c81077bfa | InvocationID=0cc16032-994e-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:40:16+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=06768432-994e-11ed-b0a9-1a7c81077bfa | InvocationID=067685e0-994e-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T05:40:16+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=153896fe-994e-11ed-b0a9-1a7c81077bfa | InvocationID=15389956-994e-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T05:40:26+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0cc15e84-994e-11ed-b0a9-1a7c81077bfa | InvocationID=0cc16032-994e-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T05:40:26+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1babe414-994e-11ed-b0a9-1a7c81077bfa | InvocationID=1babe5b8-994e-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T05:40:26+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1babe414-994e-11ed-b0a9-1a7c81077bfa | InvocationID=1babe5b8-994e-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:40:26+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1babe414-994e-11ed-b0a9-1a7c81077bfa | InvocationID=1babe5b8-994e-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:40:40+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=153896fe-994e-11ed-b0a9-1a7c81077bfa | InvocationID=15389956-994e-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T05:40:40+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=23f89c34-994e-11ed-b0a9-1a7c81077bfa | InvocationID=23f8a04e-994e-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T05:40:51+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1babe414-994e-11ed-b0a9-1a7c81077bfa | InvocationID=1babe5b8-994e-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T05:40:51+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2a96906e-994e-11ed-b0a9-1a7c81077bfa | InvocationID=2a96921c-994e-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T05:40:51+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2a96906e-994e-11ed-b0a9-1a7c81077bfa | InvocationID=2a96921c-994e-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:40:51+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2a96906e-994e-11ed-b0a9-1a7c81077bfa | InvocationID=2a96921c-994e-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:41:05+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=23f89c34-994e-11ed-b0a9-1a7c81077bfa | InvocationID=23f8a04e-994e-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T05:41:05+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=32ba6ab8-994e-11ed-b0a9-1a7c81077bfa | InvocationID=32ba6cb6-994e-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T05:41:16+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2a96906e-994e-11ed-b0a9-1a7c81077bfa | InvocationID=2a96921c-994e-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T05:41:16+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=398187f0-994e-11ed-b0a9-1a7c81077bfa | InvocationID=39818994-994e-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T05:41:16+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=398187f0-994e-11ed-b0a9-1a7c81077bfa | InvocationID=39818994-994e-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:41:16+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=398187f0-994e-11ed-b0a9-1a7c81077bfa | InvocationID=39818994-994e-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:41:30+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=32ba6ab8-994e-11ed-b0a9-1a7c81077bfa | InvocationID=32ba6cb6-994e-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T05:41:30+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=417ab652-994e-11ed-b0a9-1a7c81077bfa | InvocationID=417ab800-994e-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T05:41:41+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=398187f0-994e-11ed-b0a9-1a7c81077bfa | InvocationID=39818994-994e-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T05:41:41+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=486beb8e-994e-11ed-b0a9-1a7c81077bfa | InvocationID=486beecc-994e-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T05:41:42+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=486beb8e-994e-11ed-b0a9-1a7c81077bfa | InvocationID=486beecc-994e-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:41:42+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=486beb8e-994e-11ed-b0a9-1a7c81077bfa | InvocationID=486beecc-994e-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:41:55+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=417ab652-994e-11ed-b0a9-1a7c81077bfa | InvocationID=417ab800-994e-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T05:41:55+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=503aff30-994e-11ed-b0a9-1a7c81077bfa | InvocationID=503b035e-994e-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T05:42:07+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=486beb8e-994e-11ed-b0a9-1a7c81077bfa | InvocationID=486beecc-994e-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T05:42:07+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=57569680-994e-11ed-b0a9-1a7c81077bfa | InvocationID=575698ec-994e-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T05:42:07+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=57569680-994e-11ed-b0a9-1a7c81077bfa | InvocationID=575698ec-994e-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:42:07+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=57569680-994e-11ed-b0a9-1a7c81077bfa | InvocationID=575698ec-994e-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:42:19+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=503aff30-994e-11ed-b0a9-1a7c81077bfa | InvocationID=503b035e-994e-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T05:42:19+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5efc12fc-994e-11ed-b0a9-1a7c81077bfa | InvocationID=5efc14a0-994e-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T05:42:32+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=57569680-994e-11ed-b0a9-1a7c81077bfa | InvocationID=575698ec-994e-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T05:42:32+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=66418a56-994e-11ed-b0a9-1a7c81077bfa | InvocationID=66418c90-994e-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T05:42:32+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=66418a56-994e-11ed-b0a9-1a7c81077bfa | InvocationID=66418c90-994e-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:42:32+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=66418a56-994e-11ed-b0a9-1a7c81077bfa | InvocationID=66418c90-994e-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:42:44+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5efc12fc-994e-11ed-b0a9-1a7c81077bfa | InvocationID=5efc14a0-994e-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T05:42:44+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6dbe8144-994e-11ed-b0a9-1a7c81077bfa | InvocationID=6dbe82e8-994e-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T05:42:57+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=66418a56-994e-11ed-b0a9-1a7c81077bfa | InvocationID=66418c90-994e-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T05:42:57+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=752c4330-994e-11ed-b0a9-1a7c81077bfa | InvocationID=752c44a2-994e-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T05:42:57+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=752c4330-994e-11ed-b0a9-1a7c81077bfa | InvocationID=752c44a2-994e-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:42:57+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=752c4330-994e-11ed-b0a9-1a7c81077bfa | InvocationID=752c44a2-994e-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:43:09+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6dbe8144-994e-11ed-b0a9-1a7c81077bfa | InvocationID=6dbe82e8-994e-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T05:43:09+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7c81e9b4-994e-11ed-b0a9-1a7c81077bfa | InvocationID=7c81ecac-994e-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T05:43:22+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=752c4330-994e-11ed-b0a9-1a7c81077bfa | InvocationID=752c44a2-994e-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T05:43:22+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8416e76a-994e-11ed-b0a9-1a7c81077bfa | InvocationID=8416ea9e-994e-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T05:43:22+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8416e76a-994e-11ed-b0a9-1a7c81077bfa | InvocationID=8416ea9e-994e-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:43:22+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8416e76a-994e-11ed-b0a9-1a7c81077bfa | InvocationID=8416ea9e-994e-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:43:34+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7c81e9b4-994e-11ed-b0a9-1a7c81077bfa | InvocationID=7c81ecac-994e-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T05:43:34+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8b41ca00-994e-11ed-b0a9-1a7c81077bfa | InvocationID=8b41cdac-994e-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T05:43:47+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8416e76a-994e-11ed-b0a9-1a7c81077bfa | InvocationID=8416ea9e-994e-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T05:43:47+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9301ea04-994e-11ed-b0a9-1a7c81077bfa | InvocationID=9301ec02-994e-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T05:43:47+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9301ea04-994e-11ed-b0a9-1a7c81077bfa | InvocationID=9301ec02-994e-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:43:47+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9301ea04-994e-11ed-b0a9-1a7c81077bfa | InvocationID=9301ec02-994e-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:43:58+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8b41ca00-994e-11ed-b0a9-1a7c81077bfa | InvocationID=8b41cdac-994e-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T05:43:58+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a029a92-994e-11ed-b0a9-1a7c81077bfa | InvocationID=9a029ce0-994e-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T05:44:12+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9301ea04-994e-11ed-b0a9-1a7c81077bfa | InvocationID=9301ec02-994e-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T05:44:12+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a1ec9ffa-994e-11ed-b0a9-1a7c81077bfa | InvocationID=a1eca18a-994e-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T05:44:12+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a1ec9ffa-994e-11ed-b0a9-1a7c81077bfa | InvocationID=a1eca18a-994e-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:44:12+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a1ec9ffa-994e-11ed-b0a9-1a7c81077bfa | InvocationID=a1eca18a-994e-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:44:23+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9a029a92-994e-11ed-b0a9-1a7c81077bfa | InvocationID=9a029ce0-994e-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T05:44:23+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a8c4a6f6-994e-11ed-b0a9-1a7c81077bfa | InvocationID=a8c4a91c-994e-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T05:44:37+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a1ec9ffa-994e-11ed-b0a9-1a7c81077bfa | InvocationID=a1eca18a-994e-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T05:44:37+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b0d72de6-994e-11ed-b0a9-1a7c81077bfa | InvocationID=b0d7303e-994e-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T05:44:37+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b0d72de6-994e-11ed-b0a9-1a7c81077bfa | InvocationID=b0d7303e-994e-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:44:37+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b0d72de6-994e-11ed-b0a9-1a7c81077bfa | InvocationID=b0d7303e-994e-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:44:48+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a8c4a6f6-994e-11ed-b0a9-1a7c81077bfa | InvocationID=a8c4a91c-994e-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T05:44:48+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b784d7b0-994e-11ed-b0a9-1a7c81077bfa | InvocationID=b784d9fe-994e-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T05:45:02+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b0d72de6-994e-11ed-b0a9-1a7c81077bfa | InvocationID=b0d7303e-994e-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T05:45:02+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bfc18680-994e-11ed-b0a9-1a7c81077bfa | InvocationID=bfc18874-994e-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T05:45:02+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bfc18680-994e-11ed-b0a9-1a7c81077bfa | InvocationID=bfc18874-994e-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:45:02+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bfc18680-994e-11ed-b0a9-1a7c81077bfa | InvocationID=bfc18874-994e-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:45:13+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b784d7b0-994e-11ed-b0a9-1a7c81077bfa | InvocationID=b784d9fe-994e-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T05:45:13+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c645c516-994e-11ed-b0a9-1a7c81077bfa | InvocationID=c645c6ba-994e-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T05:45:27+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bfc18680-994e-11ed-b0a9-1a7c81077bfa | InvocationID=bfc18874-994e-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T05:45:27+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ceac503a-994e-11ed-b0a9-1a7c81077bfa | InvocationID=ceac527e-994e-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T05:45:27+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ceac503a-994e-11ed-b0a9-1a7c81077bfa | InvocationID=ceac527e-994e-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:45:27+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ceac503a-994e-11ed-b0a9-1a7c81077bfa | InvocationID=ceac527e-994e-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:45:37+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c645c516-994e-11ed-b0a9-1a7c81077bfa | InvocationID=c645c6ba-994e-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T05:45:37+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d505da6e-994e-11ed-b0a9-1a7c81077bfa | InvocationID=d505dd0c-994e-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T05:45:52+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ceac503a-994e-11ed-b0a9-1a7c81077bfa | InvocationID=ceac527e-994e-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T05:45:52+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dd975fe0-994e-11ed-b0a9-1a7c81077bfa | InvocationID=dd97618e-994e-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T05:45:52+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dd975fe0-994e-11ed-b0a9-1a7c81077bfa | InvocationID=dd97618e-994e-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:45:52+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dd975fe0-994e-11ed-b0a9-1a7c81077bfa | InvocationID=dd97618e-994e-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:46:02+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d505da6e-994e-11ed-b0a9-1a7c81077bfa | InvocationID=d505dd0c-994e-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T05:46:02+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e3c7a78a-994e-11ed-b0a9-1a7c81077bfa | InvocationID=e3c7a92e-994e-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T05:46:17+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dd975fe0-994e-11ed-b0a9-1a7c81077bfa | InvocationID=dd97618e-994e-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T05:46:17+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ec823dfe-994e-11ed-b0a9-1a7c81077bfa | InvocationID=ec823f8e-994e-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T05:46:17+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ec823dfe-994e-11ed-b0a9-1a7c81077bfa | InvocationID=ec823f8e-994e-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:46:17+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ec823dfe-994e-11ed-b0a9-1a7c81077bfa | InvocationID=ec823f8e-994e-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:46:27+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e3c7a78a-994e-11ed-b0a9-1a7c81077bfa | InvocationID=e3c7a92e-994e-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T05:46:27+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f28ac464-994e-11ed-b0a9-1a7c81077bfa | InvocationID=f28ac612-994e-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T05:46:42+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ec823dfe-994e-11ed-b0a9-1a7c81077bfa | InvocationID=ec823f8e-994e-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T05:46:42+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fb6cd5ea-994e-11ed-b0a9-1a7c81077bfa | InvocationID=fb6cd82e-994e-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T05:46:42+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fb6cd5ea-994e-11ed-b0a9-1a7c81077bfa | InvocationID=fb6cd82e-994e-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:46:42+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fb6cd5ea-994e-11ed-b0a9-1a7c81077bfa | InvocationID=fb6cd82e-994e-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:46:52+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f28ac464-994e-11ed-b0a9-1a7c81077bfa | InvocationID=f28ac612-994e-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T05:46:52+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=014a18ce-994f-11ed-b0a9-1a7c81077bfa | InvocationID=014a1aa4-994f-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T05:47:07+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fb6cd5ea-994e-11ed-b0a9-1a7c81077bfa | InvocationID=fb6cd82e-994e-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T05:47:07+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0a5b7390-994f-11ed-b0a9-1a7c81077bfa | InvocationID=0a5b7534-994f-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T05:47:07+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0a5b7390-994f-11ed-b0a9-1a7c81077bfa | InvocationID=0a5b7534-994f-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:47:07+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0a5b7390-994f-11ed-b0a9-1a7c81077bfa | InvocationID=0a5b7534-994f-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:47:16+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=014a18ce-994f-11ed-b0a9-1a7c81077bfa | InvocationID=014a1aa4-994f-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T05:47:16+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=100ae2a8-994f-11ed-b0a9-1a7c81077bfa | InvocationID=100ae532-994f-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T05:47:32+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0a5b7390-994f-11ed-b0a9-1a7c81077bfa | InvocationID=0a5b7534-994f-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T05:47:32+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=19465e6a-994f-11ed-b0a9-1a7c81077bfa | InvocationID=19466194-994f-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T05:47:32+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=19465e6a-994f-11ed-b0a9-1a7c81077bfa | InvocationID=19466194-994f-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:47:32+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=19465e6a-994f-11ed-b0a9-1a7c81077bfa | InvocationID=19466194-994f-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:47:41+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=100ae2a8-994f-11ed-b0a9-1a7c81077bfa | InvocationID=100ae532-994f-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T05:47:41+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1ecd94ca-994f-11ed-b0a9-1a7c81077bfa | InvocationID=1ecd966e-994f-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T05:47:57+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=19465e6a-994f-11ed-b0a9-1a7c81077bfa | InvocationID=19466194-994f-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T05:47:57+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2831d684-994f-11ed-b0a9-1a7c81077bfa | InvocationID=2831d81e-994f-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T05:47:57+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2831d684-994f-11ed-b0a9-1a7c81077bfa | InvocationID=2831d81e-994f-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:47:57+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2831d684-994f-11ed-b0a9-1a7c81077bfa | InvocationID=2831d81e-994f-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:48:06+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1ecd94ca-994f-11ed-b0a9-1a7c81077bfa | InvocationID=1ecd966e-994f-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T05:48:06+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d8d1422-994f-11ed-b0a9-1a7c81077bfa | InvocationID=2d8d15c6-994f-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T05:48:22+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2831d684-994f-11ed-b0a9-1a7c81077bfa | InvocationID=2831d81e-994f-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T05:48:22+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=371c67f4-994f-11ed-b0a9-1a7c81077bfa | InvocationID=371c6a1a-994f-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T05:48:22+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=371c67f4-994f-11ed-b0a9-1a7c81077bfa | InvocationID=371c6a1a-994f-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:48:22+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=371c67f4-994f-11ed-b0a9-1a7c81077bfa | InvocationID=371c6a1a-994f-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:48:31+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2d8d1422-994f-11ed-b0a9-1a7c81077bfa | InvocationID=2d8d15c6-994f-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T05:48:31+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3c4d9bda-994f-11ed-b0a9-1a7c81077bfa | InvocationID=3c4d9e1e-994f-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T05:48:47+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=371c67f4-994f-11ed-b0a9-1a7c81077bfa | InvocationID=371c6a1a-994f-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T05:48:47+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=46075a4e-994f-11ed-b0a9-1a7c81077bfa | InvocationID=46075ca6-994f-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T05:48:47+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=46075a4e-994f-11ed-b0a9-1a7c81077bfa | InvocationID=46075ca6-994f-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:48:47+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=46075a4e-994f-11ed-b0a9-1a7c81077bfa | InvocationID=46075ca6-994f-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:48:55+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3c4d9bda-994f-11ed-b0a9-1a7c81077bfa | InvocationID=3c4d9e1e-994f-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T05:48:55+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4b0e0f6a-994f-11ed-b0a9-1a7c81077bfa | InvocationID=4b0e110e-994f-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T05:49:12+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=46075a4e-994f-11ed-b0a9-1a7c81077bfa | InvocationID=46075ca6-994f-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T05:49:12+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=54f1e380-994f-11ed-b0a9-1a7c81077bfa | InvocationID=54f1e524-994f-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T05:49:12+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=54f1e380-994f-11ed-b0a9-1a7c81077bfa | InvocationID=54f1e524-994f-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:49:12+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=54f1e380-994f-11ed-b0a9-1a7c81077bfa | InvocationID=54f1e524-994f-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:49:20+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4b0e0f6a-994f-11ed-b0a9-1a7c81077bfa | InvocationID=4b0e110e-994f-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T05:49:20+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=59cde912-994f-11ed-b0a9-1a7c81077bfa | InvocationID=59cdeb56-994f-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T05:49:37+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=54f1e380-994f-11ed-b0a9-1a7c81077bfa | InvocationID=54f1e524-994f-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T05:49:37+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=63dc9354-994f-11ed-b0a9-1a7c81077bfa | InvocationID=63dc9552-994f-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T05:49:37+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=63dc9354-994f-11ed-b0a9-1a7c81077bfa | InvocationID=63dc9552-994f-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:49:37+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=63dc9354-994f-11ed-b0a9-1a7c81077bfa | InvocationID=63dc9552-994f-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:49:45+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=59cde912-994f-11ed-b0a9-1a7c81077bfa | InvocationID=59cdeb56-994f-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T05:49:45+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=688f529c-994f-11ed-b0a9-1a7c81077bfa | InvocationID=688f55e4-994f-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T05:50:02+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=63dc9354-994f-11ed-b0a9-1a7c81077bfa | InvocationID=63dc9552-994f-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T05:50:02+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=72c74aa8-994f-11ed-b0a9-1a7c81077bfa | InvocationID=72c74c42-994f-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T05:50:02+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=72c74aa8-994f-11ed-b0a9-1a7c81077bfa | InvocationID=72c74c42-994f-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:50:02+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=72c74aa8-994f-11ed-b0a9-1a7c81077bfa | InvocationID=72c74c42-994f-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:50:10+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=688f529c-994f-11ed-b0a9-1a7c81077bfa | InvocationID=688f55e4-994f-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T05:50:10+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=774fe198-994f-11ed-b0a9-1a7c81077bfa | InvocationID=774fe418-994f-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T05:50:27+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=72c74aa8-994f-11ed-b0a9-1a7c81077bfa | InvocationID=72c74c42-994f-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T05:50:27+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=81b219f8-994f-11ed-b0a9-1a7c81077bfa | InvocationID=81b21c0a-994f-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T05:50:27+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=81b219f8-994f-11ed-b0a9-1a7c81077bfa | InvocationID=81b21c0a-994f-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:50:27+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=81b219f8-994f-11ed-b0a9-1a7c81077bfa | InvocationID=81b21c0a-994f-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:50:34+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=774fe198-994f-11ed-b0a9-1a7c81077bfa | InvocationID=774fe418-994f-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T05:50:34+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=86126cd2-994f-11ed-b0a9-1a7c81077bfa | InvocationID=86126f8e-994f-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T05:50:52+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=81b219f8-994f-11ed-b0a9-1a7c81077bfa | InvocationID=81b21c0a-994f-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T05:50:52+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=909cc080-994f-11ed-b0a9-1a7c81077bfa | InvocationID=909cc38c-994f-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T05:50:52+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=909cc080-994f-11ed-b0a9-1a7c81077bfa | InvocationID=909cc38c-994f-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:50:52+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=909cc080-994f-11ed-b0a9-1a7c81077bfa | InvocationID=909cc38c-994f-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:50:59+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=86126cd2-994f-11ed-b0a9-1a7c81077bfa | InvocationID=86126f8e-994f-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T05:50:59+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=94d2dd92-994f-11ed-b0a9-1a7c81077bfa | InvocationID=94d2e06c-994f-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T05:51:17+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=909cc080-994f-11ed-b0a9-1a7c81077bfa | InvocationID=909cc38c-994f-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T05:51:17+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9f875970-994f-11ed-b0a9-1a7c81077bfa | InvocationID=9f875ba0-994f-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T05:51:17+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9f875970-994f-11ed-b0a9-1a7c81077bfa | InvocationID=9f875ba0-994f-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:51:17+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9f875970-994f-11ed-b0a9-1a7c81077bfa | InvocationID=9f875ba0-994f-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:51:24+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=94d2dd92-994f-11ed-b0a9-1a7c81077bfa | InvocationID=94d2e06c-994f-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T05:51:24+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a3965110-994f-11ed-b0a9-1a7c81077bfa | InvocationID=a39652b4-994f-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T05:51:42+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9f875970-994f-11ed-b0a9-1a7c81077bfa | InvocationID=9f875ba0-994f-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T05:51:42+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae71b08e-994f-11ed-b0a9-1a7c81077bfa | InvocationID=ae71b28c-994f-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T05:51:42+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae71b08e-994f-11ed-b0a9-1a7c81077bfa | InvocationID=ae71b28c-994f-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:51:42+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ae71b08e-994f-11ed-b0a9-1a7c81077bfa | InvocationID=ae71b28c-994f-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:51:49+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a3965110-994f-11ed-b0a9-1a7c81077bfa | InvocationID=a39652b4-994f-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T05:51:49+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b2577044-994f-11ed-b0a9-1a7c81077bfa | InvocationID=b25772ba-994f-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T05:52:07+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ae71b08e-994f-11ed-b0a9-1a7c81077bfa | InvocationID=ae71b28c-994f-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T05:52:07+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bd5c90b4-994f-11ed-b0a9-1a7c81077bfa | InvocationID=bd5c935c-994f-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T05:52:07+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bd5c90b4-994f-11ed-b0a9-1a7c81077bfa | InvocationID=bd5c935c-994f-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:52:07+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bd5c90b4-994f-11ed-b0a9-1a7c81077bfa | InvocationID=bd5c935c-994f-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:52:13+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b2577044-994f-11ed-b0a9-1a7c81077bfa | InvocationID=b25772ba-994f-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T05:52:13+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c11aa786-994f-11ed-b0a9-1a7c81077bfa | InvocationID=c11aa920-994f-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T05:52:32+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bd5c90b4-994f-11ed-b0a9-1a7c81077bfa | InvocationID=bd5c935c-994f-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T05:52:32+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cc48881c-994f-11ed-b0a9-1a7c81077bfa | InvocationID=cc488a10-994f-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T05:52:32+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cc48881c-994f-11ed-b0a9-1a7c81077bfa | InvocationID=cc488a10-994f-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:52:32+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cc48881c-994f-11ed-b0a9-1a7c81077bfa | InvocationID=cc488a10-994f-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:52:38+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c11aa786-994f-11ed-b0a9-1a7c81077bfa | InvocationID=c11aa920-994f-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T05:52:38+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cfdbb2e2-994f-11ed-b0a9-1a7c81077bfa | InvocationID=cfdbb4c2-994f-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T05:52:57+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cc48881c-994f-11ed-b0a9-1a7c81077bfa | InvocationID=cc488a10-994f-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T05:52:57+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=db332ab2-994f-11ed-b0a9-1a7c81077bfa | InvocationID=db332c56-994f-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T05:52:57+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=db332ab2-994f-11ed-b0a9-1a7c81077bfa | InvocationID=db332c56-994f-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:52:57+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=db332ab2-994f-11ed-b0a9-1a7c81077bfa | InvocationID=db332c56-994f-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:53:03+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cfdbb2e2-994f-11ed-b0a9-1a7c81077bfa | InvocationID=cfdbb4c2-994f-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T05:53:03+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=de9c229e-994f-11ed-b0a9-1a7c81077bfa | InvocationID=de9c2438-994f-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T05:53:22+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=db332ab2-994f-11ed-b0a9-1a7c81077bfa | InvocationID=db332c56-994f-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T05:53:22+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ea1da778-994f-11ed-b0a9-1a7c81077bfa | InvocationID=ea1da91c-994f-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T05:53:22+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ea1da778-994f-11ed-b0a9-1a7c81077bfa | InvocationID=ea1da91c-994f-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:53:22+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ea1da778-994f-11ed-b0a9-1a7c81077bfa | InvocationID=ea1da91c-994f-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:53:28+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=de9c229e-994f-11ed-b0a9-1a7c81077bfa | InvocationID=de9c2438-994f-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T05:53:28+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ed5bf6f6-994f-11ed-b0a9-1a7c81077bfa | InvocationID=ed5bfab6-994f-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T05:53:47+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ea1da778-994f-11ed-b0a9-1a7c81077bfa | InvocationID=ea1da91c-994f-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T05:53:47+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f909e774-994f-11ed-b0a9-1a7c81077bfa | InvocationID=f909e90e-994f-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T05:53:47+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f909e774-994f-11ed-b0a9-1a7c81077bfa | InvocationID=f909e90e-994f-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:53:47+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f909e774-994f-11ed-b0a9-1a7c81077bfa | InvocationID=f909e90e-994f-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:53:52+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ed5bf6f6-994f-11ed-b0a9-1a7c81077bfa | InvocationID=ed5bfab6-994f-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T05:53:52+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fc1d35c4-994f-11ed-b0a9-1a7c81077bfa | InvocationID=fc1d3768-994f-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T05:54:12+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f909e774-994f-11ed-b0a9-1a7c81077bfa | InvocationID=f909e90e-994f-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T05:54:12+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=07f4ce52-9950-11ed-b0a9-1a7c81077bfa | InvocationID=07f4d15e-9950-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T05:54:12+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=07f4ce52-9950-11ed-b0a9-1a7c81077bfa | InvocationID=07f4d15e-9950-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:54:12+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=07f4ce52-9950-11ed-b0a9-1a7c81077bfa | InvocationID=07f4d15e-9950-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:54:17+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fc1d35c4-994f-11ed-b0a9-1a7c81077bfa | InvocationID=fc1d3768-994f-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T05:54:17+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0adce44c-9950-11ed-b0a9-1a7c81077bfa | InvocationID=0adce6c2-9950-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T05:54:37+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=07f4ce52-9950-11ed-b0a9-1a7c81077bfa | InvocationID=07f4d15e-9950-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T05:54:37+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=16dfbbd4-9950-11ed-b0a9-1a7c81077bfa | InvocationID=16dfbddc-9950-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T05:54:37+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=16dfbbd4-9950-11ed-b0a9-1a7c81077bfa | InvocationID=16dfbddc-9950-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:54:37+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=16dfbbd4-9950-11ed-b0a9-1a7c81077bfa | InvocationID=16dfbddc-9950-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:54:42+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0adce44c-9950-11ed-b0a9-1a7c81077bfa | InvocationID=0adce6c2-9950-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T05:54:42+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=199f4d44-9950-11ed-b0a9-1a7c81077bfa | InvocationID=199f4fba-9950-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T05:55:02+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=16dfbbd4-9950-11ed-b0a9-1a7c81077bfa | InvocationID=16dfbddc-9950-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T05:55:02+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=25cadc0a-9950-11ed-b0a9-1a7c81077bfa | InvocationID=25caddfe-9950-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T05:55:02+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=25cadc0a-9950-11ed-b0a9-1a7c81077bfa | InvocationID=25caddfe-9950-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:55:02+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=25cadc0a-9950-11ed-b0a9-1a7c81077bfa | InvocationID=25caddfe-9950-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:55:07+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=199f4d44-9950-11ed-b0a9-1a7c81077bfa | InvocationID=199f4fba-9950-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T05:55:07+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=285fcfde-9950-11ed-b0a9-1a7c81077bfa | InvocationID=285fd18c-9950-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T05:55:27+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=25cadc0a-9950-11ed-b0a9-1a7c81077bfa | InvocationID=25caddfe-9950-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T05:55:27+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=34b5c522-9950-11ed-b0a9-1a7c81077bfa | InvocationID=34b5c6bc-9950-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T05:55:27+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=34b5c522-9950-11ed-b0a9-1a7c81077bfa | InvocationID=34b5c6bc-9950-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:55:27+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=34b5c522-9950-11ed-b0a9-1a7c81077bfa | InvocationID=34b5c6bc-9950-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:55:31+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=285fcfde-9950-11ed-b0a9-1a7c81077bfa | InvocationID=285fd18c-9950-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T05:55:31+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=371f5602-9950-11ed-b0a9-1a7c81077bfa | InvocationID=371f57f6-9950-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T05:55:52+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=34b5c522-9950-11ed-b0a9-1a7c81077bfa | InvocationID=34b5c6bc-9950-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T05:55:52+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=43a050c0-9950-11ed-b0a9-1a7c81077bfa | InvocationID=43a0535e-9950-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T05:55:52+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=43a050c0-9950-11ed-b0a9-1a7c81077bfa | InvocationID=43a0535e-9950-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:55:52+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=43a050c0-9950-11ed-b0a9-1a7c81077bfa | InvocationID=43a0535e-9950-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:55:56+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=371f5602-9950-11ed-b0a9-1a7c81077bfa | InvocationID=371f57f6-9950-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T05:55:56+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=45e02022-9950-11ed-b0a9-1a7c81077bfa | InvocationID=45e021c6-9950-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T05:56:17+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=43a050c0-9950-11ed-b0a9-1a7c81077bfa | InvocationID=43a0535e-9950-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T05:56:17+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=528af414-9950-11ed-b0a9-1a7c81077bfa | InvocationID=528af64e-9950-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T05:56:17+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=528af414-9950-11ed-b0a9-1a7c81077bfa | InvocationID=528af64e-9950-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:56:17+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=528af414-9950-11ed-b0a9-1a7c81077bfa | InvocationID=528af64e-9950-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:56:21+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=45e02022-9950-11ed-b0a9-1a7c81077bfa | InvocationID=45e021c6-9950-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T05:56:21+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=549fcf0e-9950-11ed-b0a9-1a7c81077bfa | InvocationID=549fd0f8-9950-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T05:56:42+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=528af414-9950-11ed-b0a9-1a7c81077bfa | InvocationID=528af64e-9950-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T05:56:42+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=61758f52-9950-11ed-b0a9-1a7c81077bfa | InvocationID=617591a0-9950-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T05:56:43+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=61758f52-9950-11ed-b0a9-1a7c81077bfa | InvocationID=617591a0-9950-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:56:43+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=61758f52-9950-11ed-b0a9-1a7c81077bfa | InvocationID=617591a0-9950-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:56:46+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=549fcf0e-9950-11ed-b0a9-1a7c81077bfa | InvocationID=549fd0f8-9950-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T05:56:46+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=635faae6-9950-11ed-b0a9-1a7c81077bfa | InvocationID=635fad20-9950-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T05:57:08+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=61758f52-9950-11ed-b0a9-1a7c81077bfa | InvocationID=617591a0-9950-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T05:57:08+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7064ab10-9950-11ed-b0a9-1a7c81077bfa | InvocationID=7064acb4-9950-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T05:57:08+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7064ab10-9950-11ed-b0a9-1a7c81077bfa | InvocationID=7064acb4-9950-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:57:08+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7064ab10-9950-11ed-b0a9-1a7c81077bfa | InvocationID=7064acb4-9950-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:57:10+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=635faae6-9950-11ed-b0a9-1a7c81077bfa | InvocationID=635fad20-9950-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T05:57:10+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7221eddc-9950-11ed-b0a9-1a7c81077bfa | InvocationID=7221ef8a-9950-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T05:57:33+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7064ab10-9950-11ed-b0a9-1a7c81077bfa | InvocationID=7064acb4-9950-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T05:57:33+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7f4f4cde-9950-11ed-b0a9-1a7c81077bfa | InvocationID=7f4f4f68-9950-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T05:57:33+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7f4f4cde-9950-11ed-b0a9-1a7c81077bfa | InvocationID=7f4f4f68-9950-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:57:33+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7f4f4cde-9950-11ed-b0a9-1a7c81077bfa | InvocationID=7f4f4f68-9950-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:57:35+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7221eddc-9950-11ed-b0a9-1a7c81077bfa | InvocationID=7221ef8a-9950-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T05:57:35+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=80e1fbdc-9950-11ed-b0a9-1a7c81077bfa | InvocationID=80e1fdf8-9950-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T05:57:58+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7f4f4cde-9950-11ed-b0a9-1a7c81077bfa | InvocationID=7f4f4f68-9950-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T05:57:58+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8e3a2958-9950-11ed-b0a9-1a7c81077bfa | InvocationID=8e3a2f3e-9950-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T05:57:58+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8e3a2958-9950-11ed-b0a9-1a7c81077bfa | InvocationID=8e3a2f3e-9950-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:57:58+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8e3a2958-9950-11ed-b0a9-1a7c81077bfa | InvocationID=8e3a2f3e-9950-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:58:00+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=80e1fbdc-9950-11ed-b0a9-1a7c81077bfa | InvocationID=80e1fdf8-9950-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T05:58:00+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8fa1edf8-9950-11ed-b0a9-1a7c81077bfa | InvocationID=8fa1f0c8-9950-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T05:58:23+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8e3a2958-9950-11ed-b0a9-1a7c81077bfa | InvocationID=8e3a2f3e-9950-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T05:58:23+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9d24f182-9950-11ed-b0a9-1a7c81077bfa | InvocationID=9d24f362-9950-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T05:58:23+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9d24f182-9950-11ed-b0a9-1a7c81077bfa | InvocationID=9d24f362-9950-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:58:23+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9d24f182-9950-11ed-b0a9-1a7c81077bfa | InvocationID=9d24f362-9950-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:58:25+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8fa1edf8-9950-11ed-b0a9-1a7c81077bfa | InvocationID=8fa1f0c8-9950-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T05:58:25+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9e62874e-9950-11ed-b0a9-1a7c81077bfa | InvocationID=9e628910-9950-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T05:58:48+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9d24f182-9950-11ed-b0a9-1a7c81077bfa | InvocationID=9d24f362-9950-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T05:58:48+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ac0fcabe-9950-11ed-b0a9-1a7c81077bfa | InvocationID=ac0fcd52-9950-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T05:58:48+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ac0fcabe-9950-11ed-b0a9-1a7c81077bfa | InvocationID=ac0fcd52-9950-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:58:48+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ac0fcabe-9950-11ed-b0a9-1a7c81077bfa | InvocationID=ac0fcd52-9950-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:58:49+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9e62874e-9950-11ed-b0a9-1a7c81077bfa | InvocationID=9e628910-9950-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T05:58:49+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ad23d5ee-9950-11ed-b0a9-1a7c81077bfa | InvocationID=ad23d832-9950-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T05:59:13+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ac0fcabe-9950-11ed-b0a9-1a7c81077bfa | InvocationID=ac0fcd52-9950-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T05:59:13+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bafa0b66-9950-11ed-b0a9-1a7c81077bfa | InvocationID=bafa0d8c-9950-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T05:59:13+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bafa0b66-9950-11ed-b0a9-1a7c81077bfa | InvocationID=bafa0d8c-9950-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:59:13+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bafa0b66-9950-11ed-b0a9-1a7c81077bfa | InvocationID=bafa0d8c-9950-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:59:14+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ad23d5ee-9950-11ed-b0a9-1a7c81077bfa | InvocationID=ad23d832-9950-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T05:59:14+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bbe397cc-9950-11ed-b0a9-1a7c81077bfa | InvocationID=bbe39b78-9950-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T05:59:38+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bafa0b66-9950-11ed-b0a9-1a7c81077bfa | InvocationID=bafa0d8c-9950-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T05:59:38+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c9e4911e-9950-11ed-b0a9-1a7c81077bfa | InvocationID=c9e493da-9950-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T05:59:38+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c9e4911e-9950-11ed-b0a9-1a7c81077bfa | InvocationID=c9e493da-9950-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:59:38+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c9e4911e-9950-11ed-b0a9-1a7c81077bfa | InvocationID=c9e493da-9950-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T05:59:39+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bbe397cc-9950-11ed-b0a9-1a7c81077bfa | InvocationID=bbe39b78-9950-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T05:59:39+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=caa51344-9950-11ed-b0a9-1a7c81077bfa | InvocationID=caa51588-9950-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T06:00:03+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c9e4911e-9950-11ed-b0a9-1a7c81077bfa | InvocationID=c9e493da-9950-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T06:00:03+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d8cff498-9950-11ed-b0a9-1a7c81077bfa | InvocationID=d8cff66e-9950-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T06:00:03+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d8cff498-9950-11ed-b0a9-1a7c81077bfa | InvocationID=d8cff66e-9950-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T06:00:03+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d8cff498-9950-11ed-b0a9-1a7c81077bfa | InvocationID=d8cff66e-9950-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T06:00:04+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=caa51344-9950-11ed-b0a9-1a7c81077bfa | InvocationID=caa51588-9950-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T06:00:04+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d969078c-9950-11ed-b0a9-1a7c81077bfa | InvocationID=d9690a2a-9950-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T06:00:28+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d8cff498-9950-11ed-b0a9-1a7c81077bfa | InvocationID=d8cff66e-9950-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T06:00:28+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e7bb4110-9950-11ed-b0a9-1a7c81077bfa | InvocationID=e7bb43b8-9950-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T06:00:28+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e7bb4110-9950-11ed-b0a9-1a7c81077bfa | InvocationID=e7bb43b8-9950-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T06:00:28+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e7bb4110-9950-11ed-b0a9-1a7c81077bfa | InvocationID=e7bb43b8-9950-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T06:00:29+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d969078c-9950-11ed-b0a9-1a7c81077bfa | InvocationID=d9690a2a-9950-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T06:00:29+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e82fc33c-9950-11ed-b0a9-1a7c81077bfa | InvocationID=e82fc53a-9950-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T06:00:53+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e7bb4110-9950-11ed-b0a9-1a7c81077bfa | InvocationID=e7bb43b8-9950-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T06:00:53+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f6a5d32a-9950-11ed-b0a9-1a7c81077bfa | InvocationID=f6a5d4ba-9950-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T06:00:53+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f6a5d32a-9950-11ed-b0a9-1a7c81077bfa | InvocationID=f6a5d4ba-9950-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T06:00:53+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f6a5d32a-9950-11ed-b0a9-1a7c81077bfa | InvocationID=f6a5d4ba-9950-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T06:00:53+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e82fc33c-9950-11ed-b0a9-1a7c81077bfa | InvocationID=e82fc53a-9950-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T06:00:53+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f6f192b0-9950-11ed-b0a9-1a7c81077bfa | InvocationID=f6f1945e-9950-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T06:01:18+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f6a5d32a-9950-11ed-b0a9-1a7c81077bfa | InvocationID=f6a5d4ba-9950-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T06:01:18+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=05905ee6-9951-11ed-b0a9-1a7c81077bfa | InvocationID=059061d4-9951-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T06:01:18+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=05905ee6-9951-11ed-b0a9-1a7c81077bfa | InvocationID=059061d4-9951-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T06:01:18+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=05905ee6-9951-11ed-b0a9-1a7c81077bfa | InvocationID=059061d4-9951-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T06:01:18+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f6f192b0-9950-11ed-b0a9-1a7c81077bfa | InvocationID=f6f1945e-9950-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T06:01:18+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=05b145c0-9951-11ed-b0a9-1a7c81077bfa | InvocationID=05b14764-9951-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T06:01:43+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=05b145c0-9951-11ed-b0a9-1a7c81077bfa | InvocationID=05b14764-9951-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T06:01:43+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=147362be-9951-11ed-b0a9-1a7c81077bfa | InvocationID=1473646c-9951-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T06:01:43+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=05905ee6-9951-11ed-b0a9-1a7c81077bfa | InvocationID=059061d4-9951-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T06:01:43+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=147b5a50-9951-11ed-b0a9-1a7c81077bfa | InvocationID=147b5c6c-9951-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T06:01:43+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=147b5a50-9951-11ed-b0a9-1a7c81077bfa | InvocationID=147b5c6c-9951-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T06:01:43+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=147b5a50-9951-11ed-b0a9-1a7c81077bfa | InvocationID=147b5c6c-9951-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T06:02:08+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=147362be-9951-11ed-b0a9-1a7c81077bfa | InvocationID=1473646c-9951-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T06:02:08+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2332d47e-9951-11ed-b0a9-1a7c81077bfa | InvocationID=2332d938-9951-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T06:02:08+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=147b5a50-9951-11ed-b0a9-1a7c81077bfa | InvocationID=147b5c6c-9951-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T06:02:08+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2366ce64-9951-11ed-b0a9-1a7c81077bfa | InvocationID=2366cff4-9951-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T06:02:08+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2366ce64-9951-11ed-b0a9-1a7c81077bfa | InvocationID=2366cff4-9951-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T06:02:08+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2366ce64-9951-11ed-b0a9-1a7c81077bfa | InvocationID=2366cff4-9951-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T06:02:32+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2332d47e-9951-11ed-b0a9-1a7c81077bfa | InvocationID=2332d938-9951-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T06:02:32+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=31f2910c-9951-11ed-b0a9-1a7c81077bfa | InvocationID=31f29292-9951-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T06:02:33+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2366ce64-9951-11ed-b0a9-1a7c81077bfa | InvocationID=2366cff4-9951-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T06:02:33+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3251634e-9951-11ed-b0a9-1a7c81077bfa | InvocationID=32516574-9951-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T06:02:33+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3251634e-9951-11ed-b0a9-1a7c81077bfa | InvocationID=32516574-9951-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T06:02:33+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3251634e-9951-11ed-b0a9-1a7c81077bfa | InvocationID=32516574-9951-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T06:02:57+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=31f2910c-9951-11ed-b0a9-1a7c81077bfa | InvocationID=31f29292-9951-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T06:02:57+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=40b32e40-9951-11ed-b0a9-1a7c81077bfa | InvocationID=40b32fee-9951-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T06:02:58+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3251634e-9951-11ed-b0a9-1a7c81077bfa | InvocationID=32516574-9951-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T06:02:58+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=413bd6fa-9951-11ed-b0a9-1a7c81077bfa | InvocationID=413bd902-9951-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T06:02:58+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=413bd6fa-9951-11ed-b0a9-1a7c81077bfa | InvocationID=413bd902-9951-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T06:02:58+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=413bd6fa-9951-11ed-b0a9-1a7c81077bfa | InvocationID=413bd902-9951-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T06:03:22+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=40b32e40-9951-11ed-b0a9-1a7c81077bfa | InvocationID=40b32fee-9951-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T06:03:22+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4f742ac4-9951-11ed-b0a9-1a7c81077bfa | InvocationID=4f742c68-9951-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T06:03:23+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=413bd6fa-9951-11ed-b0a9-1a7c81077bfa | InvocationID=413bd902-9951-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T06:03:23+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=50263e08-9951-11ed-b0a9-1a7c81077bfa | InvocationID=50263f8e-9951-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T06:03:23+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=50263e08-9951-11ed-b0a9-1a7c81077bfa | InvocationID=50263f8e-9951-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T06:03:23+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=50263e08-9951-11ed-b0a9-1a7c81077bfa | InvocationID=50263f8e-9951-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T06:03:47+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4f742ac4-9951-11ed-b0a9-1a7c81077bfa | InvocationID=4f742c68-9951-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T06:03:47+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5e347b7c-9951-11ed-b0a9-1a7c81077bfa | InvocationID=5e347d02-9951-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T06:03:48+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=50263e08-9951-11ed-b0a9-1a7c81077bfa | InvocationID=50263f8e-9951-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T06:03:48+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5f1095e4-9951-11ed-b0a9-1a7c81077bfa | InvocationID=5f1097e2-9951-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T06:03:48+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5f1095e4-9951-11ed-b0a9-1a7c81077bfa | InvocationID=5f1097e2-9951-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T06:03:48+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5f1095e4-9951-11ed-b0a9-1a7c81077bfa | InvocationID=5f1097e2-9951-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T06:04:11+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5e347b7c-9951-11ed-b0a9-1a7c81077bfa | InvocationID=5e347d02-9951-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T06:04:11+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6cf40402-9951-11ed-b0a9-1a7c81077bfa | InvocationID=6cf405a6-9951-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T06:04:13+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5f1095e4-9951-11ed-b0a9-1a7c81077bfa | InvocationID=5f1097e2-9951-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T06:04:13+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6dfaf572-9951-11ed-b0a9-1a7c81077bfa | InvocationID=6dfaf770-9951-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T06:04:13+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6dfaf572-9951-11ed-b0a9-1a7c81077bfa | InvocationID=6dfaf770-9951-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T06:04:13+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6dfaf572-9951-11ed-b0a9-1a7c81077bfa | InvocationID=6dfaf770-9951-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T06:04:36+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6cf40402-9951-11ed-b0a9-1a7c81077bfa | InvocationID=6cf405a6-9951-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T06:04:36+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7bb39c0a-9951-11ed-b0a9-1a7c81077bfa | InvocationID=7bb39dae-9951-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T06:04:38+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6dfaf572-9951-11ed-b0a9-1a7c81077bfa | InvocationID=6dfaf770-9951-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T06:04:38+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ce5eeca-9951-11ed-b0a9-1a7c81077bfa | InvocationID=7ce5f0fa-9951-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T06:04:38+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ce5eeca-9951-11ed-b0a9-1a7c81077bfa | InvocationID=7ce5f0fa-9951-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T06:04:38+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7ce5eeca-9951-11ed-b0a9-1a7c81077bfa | InvocationID=7ce5f0fa-9951-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T06:05:01+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7bb39c0a-9951-11ed-b0a9-1a7c81077bfa | InvocationID=7bb39dae-9951-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T06:05:01+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8a739006-9951-11ed-b0a9-1a7c81077bfa | InvocationID=8a7393bc-9951-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T06:05:03+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7ce5eeca-9951-11ed-b0a9-1a7c81077bfa | InvocationID=7ce5f0fa-9951-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T06:05:03+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8bd04732-9951-11ed-b0a9-1a7c81077bfa | InvocationID=8bd04c82-9951-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T06:05:03+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8bd04732-9951-11ed-b0a9-1a7c81077bfa | InvocationID=8bd04c82-9951-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T06:05:03+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8bd04732-9951-11ed-b0a9-1a7c81077bfa | InvocationID=8bd04c82-9951-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T06:05:26+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8a739006-9951-11ed-b0a9-1a7c81077bfa | InvocationID=8a7393bc-9951-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T06:05:26+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9934902c-9951-11ed-b0a9-1a7c81077bfa | InvocationID=99349252-9951-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T06:05:28+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8bd04732-9951-11ed-b0a9-1a7c81077bfa | InvocationID=8bd04c82-9951-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T06:05:28+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9abb2de8-9951-11ed-b0a9-1a7c81077bfa | InvocationID=9abb2f96-9951-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T06:05:28+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9abb2de8-9951-11ed-b0a9-1a7c81077bfa | InvocationID=9abb2f96-9951-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T06:05:28+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9abb2de8-9951-11ed-b0a9-1a7c81077bfa | InvocationID=9abb2f96-9951-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T06:05:50+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9934902c-9951-11ed-b0a9-1a7c81077bfa | InvocationID=99349252-9951-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T06:05:50+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a7f5f056-9951-11ed-b0a9-1a7c81077bfa | InvocationID=a7f5f204-9951-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T06:05:53+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9abb2de8-9951-11ed-b0a9-1a7c81077bfa | InvocationID=9abb2f96-9951-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T06:05:53+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a9a5978a-9951-11ed-b0a9-1a7c81077bfa | InvocationID=a9a59924-9951-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T06:05:53+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a9a5978a-9951-11ed-b0a9-1a7c81077bfa | InvocationID=a9a59924-9951-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T06:05:53+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a9a5978a-9951-11ed-b0a9-1a7c81077bfa | InvocationID=a9a59924-9951-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T06:06:15+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a7f5f056-9951-11ed-b0a9-1a7c81077bfa | InvocationID=a7f5f204-9951-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T06:06:15+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b6b72844-9951-11ed-b0a9-1a7c81077bfa | InvocationID=b6b72b14-9951-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T06:06:18+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a9a5978a-9951-11ed-b0a9-1a7c81077bfa | InvocationID=a9a59924-9951-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T06:06:18+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b8902bf2-9951-11ed-b0a9-1a7c81077bfa | InvocationID=b8902df0-9951-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T06:06:18+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b8902bf2-9951-11ed-b0a9-1a7c81077bfa | InvocationID=b8902df0-9951-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T06:06:18+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b8902bf2-9951-11ed-b0a9-1a7c81077bfa | InvocationID=b8902df0-9951-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T06:06:40+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b6b72844-9951-11ed-b0a9-1a7c81077bfa | InvocationID=b6b72b14-9951-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T06:06:40+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c5785204-9951-11ed-b0a9-1a7c81077bfa | InvocationID=c578539e-9951-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T06:06:43+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b8902bf2-9951-11ed-b0a9-1a7c81077bfa | InvocationID=b8902df0-9951-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T06:06:43+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c77aca46-9951-11ed-b0a9-1a7c81077bfa | InvocationID=c77acbd6-9951-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T06:06:43+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c77aca46-9951-11ed-b0a9-1a7c81077bfa | InvocationID=c77acbd6-9951-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T06:06:43+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c77aca46-9951-11ed-b0a9-1a7c81077bfa | InvocationID=c77acbd6-9951-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T06:07:05+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c5785204-9951-11ed-b0a9-1a7c81077bfa | InvocationID=c578539e-9951-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T06:07:05+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d4402230-9951-11ed-b0a9-1a7c81077bfa | InvocationID=d4402528-9951-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T06:07:08+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c77aca46-9951-11ed-b0a9-1a7c81077bfa | InvocationID=c77acbd6-9951-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T06:07:08+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d66afd50-9951-11ed-b0a9-1a7c81077bfa | InvocationID=d66b0142-9951-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T06:07:08+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d66afd50-9951-11ed-b0a9-1a7c81077bfa | InvocationID=d66b0142-9951-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T06:07:08+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d66afd50-9951-11ed-b0a9-1a7c81077bfa | InvocationID=d66b0142-9951-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T06:07:29+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d4402230-9951-11ed-b0a9-1a7c81077bfa | InvocationID=d4402528-9951-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T06:07:29+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e300e020-9951-11ed-b0a9-1a7c81077bfa | InvocationID=e300e1ce-9951-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T06:07:33+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d66afd50-9951-11ed-b0a9-1a7c81077bfa | InvocationID=d66b0142-9951-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T06:07:33+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e55594b0-9951-11ed-b0a9-1a7c81077bfa | InvocationID=e5559640-9951-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T06:07:33+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e55594b0-9951-11ed-b0a9-1a7c81077bfa | InvocationID=e5559640-9951-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T06:07:33+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e55594b0-9951-11ed-b0a9-1a7c81077bfa | InvocationID=e5559640-9951-11ed-b0a9-1a7c81077bfa | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T06:07:54+0000 | aai_event_thread | 140329829579552 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e300e020-9951-11ed-b0a9-1a7c81077bfa | InvocationID=e300e1ce-9951-11ed-b0a9-1a7c81077bfa | Polling MR for XNF AAI events.
2023-01-21T06:07:54+0000 | aai_event_thread | 140329829579552 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f1c152c0-9951-11ed-b0a9-1a7c81077bfa | InvocationID=f1c154be-9951-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2023-01-21T06:07:58+0000 | policy_event_thread | 140329830640416 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e55594b0-9951-11ed-b0a9-1a7c81077bfa | InvocationID=e5559640-9951-11ed-b0a9-1a7c81077bfa | Polling MR for XNF activation/deactivation policy response events.
2023-01-21T06:07:58+0000 | policy_event_thread | 140329830640416 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f4403af2-9951-11ed-b0a9-1a7c81077bfa | InvocationID=f4403c8c-9951-11ed-b0a9-1a7c81077bfa | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2023-01-21T06:07:58+0000 | policy_event_thread | 140329830640416 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f4403af2-9951-11ed-b0a9-1a7c81077bfa | InvocationID=f4403c8c-9951-11ed-b0a9-1a7c81077bfa | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2023-01-21T06:07:58+0000 | policy_event_thread | 140329830640416 | ERROR | policy_response_handler | poll